AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Oct 3 14:33 /home/auto/bin/AVLAPREP.001 Pipe version = Oct 2 09:13 /home/auto/bin/AVLAPIPE.001 Post version = Oct 9 18:40 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using global default file /home/auto/aips/DA00/DADEVS.LIST for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 2: You are NOT assigned a TV device or server AIPS 2: You are NOT assigned a graphics device or server AIPS 2: Enter user ID number ?AIPS 2: 31DEC06 AIPS: AIPS 2: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 2: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 2: for details, type HELP GNUGPL AIPS 2: This is free software, and you are welcome to redistribute it AIPS 2: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 2: Previous session command-line history *not* recovered. AIPS 2: TAB-key completions enabled, type HELP READLINE for details. AIPS 2: Recovered POPS environment from last exit >>>AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 2: procedure pipedef1 AIPS 2: string*12 pnam AIPS 2: string*6 pcls AIPS 2: scalar pseq,pdsk AIPS 2: pdsk=1 AIPS 2: finish AIPS 2: pipedef1 AIPS 2: procedure namepipe AIPS 2: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 2: finish AIPS 2: procedure pipename AIPS 2: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 2: finish AIPS 2: AIPS 2: procedure checkcat AIPS 2: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 2: scalar numcat AIPS 2: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 2: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 2: if(numcat>0)then;recat;end;clrtemp AIPS 2: return numcat AIPS 2: finish AIPS 2: AIPS 2: procedure gx AIPS 2: $ inputs AIPS 2: go;wait AIPS 2: finish AIPS 2: AIPS 2: procedure pre_fillm AIPS 2: $LOS - sets VLA archive defaults for fillm AIPS 2: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 2: finish AIPS 2: AIPS 2: procedure fname AIPS 2: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 2: finish AIPS 2: AIPS 2: procedure del AIPS 2: error=1;zap AIPS 2: finish AIPS 2: AIPS 2: procedure skipdata AIPS 2: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 2: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 2: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 2: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 2: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 2: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 2: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 2: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 2: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 2: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 2: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 2: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 2: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 2: end AIPS 2: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 2: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure checkcal AIPS 2: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 2: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 2: scalar idx,jdx AIPS 2: string*16 sname AIPS 2: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 2: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 2: for jdx=1:idx AIPS 2: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 2: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try B1950 name AIPS 2: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 AIPS 2: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 name AIPS 2: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 2: end;end;end;clrtemp AIPS 2: end AIPS 2: $ if error>0 check on coords (for different name than standard) AIPS 2: $ but keyval not reliable to do this.. ?? AIPS 2: $ end AIPS 2: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 2: else;checkids;error=-1;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure j2000fix AIPS 2: $LOS - convert data to J2000 by default use of uvfix AIPS 2: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 2: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 2: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure datachks AIPS 2: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 2: if(error<1)then $ file exists AIPS 2: skipdata;if(error<1)then $ file was not zapped AIPS 2: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 2: j2000fix AIPS 2: $ addcalco AIPS 2: end;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure freqchks AIPS 2: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 2: scalar rows, nfrq AIPS 2: if(error<1)then $ file exists AIPS 2: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 2: if (nfrq > 1) then AIPS 2: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 2: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 2: for rows=1:nfrq AIPS 2: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 2: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 2: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 2: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 2: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 2: tget uvcop;freqid=1;clrtemp AIPS 2: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 2: finish AIPS 2: AIPS 2: procedure pre_move AIPS 2: $LOS - moves file to another AIPS user number AIPS 2: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure expid AIPS 2: string*20 expnm AIPS 2: string*75 expmsg AIPS 2: return expnm AIPS 2: finish AIPS 2: type expid AIPS 2: ' ' >AIPS 2: Found in Version=ABIN AIPS 2: $ AIPS 2: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 2: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 2: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 2: $ Rearanged inputs and options, added integration time calculation, AIPS 2: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 2: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 2: $ array, use model,.. AIPS 2: $ AIPS 2: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 2: $ find imsize, find cutoffflux, include infi le AIPS 2: $--------------------------------------------------------------- AIPS 2: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 2: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 2: $=============================================== AIPS 2: $! Calibrating amplitude and phase, and imaging VLA data AIPS 2: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 2: $--------------------------------------------------------------- AIPS 2: $; Copyright (C) 2002-2006 AIPS 2: $; Associated Universities, Inc. Washington DC, USA. AIPS 2: $; AIPS 2: $; This program is free software; you can redistribute it and/o r AIPS 2: $; modify it under the terms of the GNU General Public License as AIPS 2: $; published by the Free Software Foundation; either version 2 of AIPS 2: $; the License, or (at your option) any later version. AIPS 2: $; AIPS 2: $; This program is distributed in the hope that it will be usef ul, AIPS 2: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 2: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 2: $; GNU General Public License for more details. AIPS 2: $; AIPS 2: $; You should have received a copy of the GNU General Public AIPS 2: $; License along with this program; if not, write to the Free AIPS 2: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 2: $; MA 02139, USA. AIPS 2: $; AIPS 2: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 2: $; Internet email: aipsmail@nrao.edu. AIPS 2: $; Postal address: AIPS Project Office AIPS 2: $; National Radio Astronomy Observatory AIPS 2: $; 520 Edgemont Road AIPS 2: $; Charlottesville, VA 22903-2475 USA AIPS 2: $--------------------------------------------------------------- AIPS 2: $=============================================================== AIPS 2: AIPS 2: procedure pipeinit AIPS 2: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 2: scalar lsids,star,tint,fsw,kj AIPS 2: string*2 lstyp AIPS 2: string*3 lsvla AIPS 2: string*6 lsidc,lsstrng AIPS 2: string*16 lsidn,lscal AIPS 2: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 2: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 2: finish AIPS 2: pipeinit AIPS 2: AIPS 2: procedure pipeinpt AIPS 2: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 2: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 2: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 2: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 2: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 2: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 2: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 2: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 2: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 2: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 2: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 2: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 2: lsparm(9)=docal;lsparm(10)=doresid AIPS 2: $ check input values AIPS 2: $->lsbadd AIPS 2: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 2: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 2: if (error<>0) then AIPS 2: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 2: else AIPS 2: userid=0;k=1;lsname=0 AIPS 2: while (lsname=0);egetname k AIPS 2: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 2: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 2: else;k=k+1;end;end;end;else AIPS 2: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 2: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 2: else AIPS 2: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 2: end AIPS 2: end AIPS 2: AIPS 2: $->inname AIPS 2: $->inclass AIPS 2: $->inseq AIPS 2: $->fsw AIPS 2: $->lsflag AIPS 2: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 2: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 2: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 2: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 2: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 2: end AIPS 2: $->lscal AIPS 2: if (length(lscal)<>0) then AIPS 2: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 2: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 2: end AIPS 2: AIPS 2: $->lsflux AIPS 2: $-> #3+#4 uvrange AIPS 2: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 2: if((i=1)&(j=1))then;star=1;else; AIPS 2: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 2: end;end;end;end;clrtemp;end AIPS 2: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 2: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 2: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 2: end;end;clrtemp AIPS 2: $-> #11 dopol AIPS 2: $-> #12 bpa AIPS 2: $->lscont AIPS 2: $->lsplot AIPS 2: if (lsparm(1) > 0) then AIPS 2: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 2: else; AIPS 2: if (lsparm(5)=0) then; AIPS 2: keyword='TELESCOP';gethead; AIPS 2: if (substr(keystrng,1,3)<>'VLA') then; AIPS 2: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 2: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: lsvla=substr(keystrng,i+1,i+3);else AIPS 2: lsvla=substr(keystrng,i+2,i+4);end AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 2: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: keyword=substr(keystrng,i+2,i+8);else AIPS 2: keyword=substr(keystrng,i+3,i+9);end AIPS 2: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 2: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 2: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 2: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 2: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 2: if(lsparm(5)>0)then AIPS 2: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 2: end;end;end;end AIPS 2: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 2: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 2: AIPS 2: $-> #7 niter AIPS 2: if (lsparm(7) < 0) then; lsparm(7) = 7e4; end AIPS 2: $-> #8 cutoff AIPS 2: $-> #9 docal AIPS 2: $-> #10 doresid AIPS 2: AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure getidn AIPS 2: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 2: finish AIPS 2: AIPS 2: procedure getset AIPS 2: default;getidn;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure lsclrcal AIPS 2: $ consolidate lists, deal with calcode='*' later AIPS 2: scalar lsidx,l,m,n AIPS 2: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 2: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 2: for i=1:lsidx $ remember source number AIPS 2: pixxy=i,3,0;tabget;error=0 AIPS 2: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 2: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 2: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 2: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 2: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 2: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 2: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 2: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 2: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 2: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 2: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 2: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 2: $here - clean up pnt cal for doubles - subtract from total count below AIPS 2: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 2: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 2: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 2: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 2: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 2: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 2: return;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure numtab(lsstrng) AIPS 2: keystrng'';j=0;clrtemp AIPS 2: while ((j<15)&(keystrng<>lsstrng)) AIPS 2: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 2: if (keystrng=lsstrng) then AIPS 2: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 2: keyword'';keystrng'';clrtemp AIPS 2: return keyvalue(1);finish AIPS 2: AIPS 2: procedure numbasel AIPS 2: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 2: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 2: for numbant=1:numarow AIPS 2: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 2: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 2: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 2: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 2: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 2: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 2: return numbase AIPS 2: finish AIPS 2: AIPS 2: procedure calcintt AIPS 2: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 2: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 2: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 2: else AIPS 2: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 2: if(numxrow>rmax)then;numxrow rmax;end AIPS 2: for numscan=1:numxrow;clrtemp AIPS 2: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 2: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 2: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 2: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 2: end;numcnst=numbasel;sum=0 AIPS 2: if (avr > 0) then AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 2: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 2: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 2: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 2: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 2: end AIPS 2: return avr AIPS 2: finish AIPS 2: AIPS 2: procedure guesintt AIPS 2: scalar intcst,intavr,intmod,intime AIPS 2: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 2: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 2: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 2: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 2: if (intavr>10) then AIPS 2: $ intime=10*floor(0.5+(intavr/10)) AIPS 2: intime=10*floor(intavr/10) AIPS 2: else;if (intavr>0) then AIPS 2: intmod=mod(intavr,intcst) AIPS 2: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 2: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 2: else;intime=intavr;end;end;clrtemp AIPS 2: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 2: return intime AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure chkobjct AIPS 2: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 2: then; object='3C286';end AIPS 2: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 2: then; object='3C48';end AIPS 2: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 2: then; object='3C138';end AIPS 2: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 2: then; object='3C147';end AIPS 2: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 2: then; object='3C295';end;clrtemp;return AIPS 2: finish AIPS 2: AIPS 2: procedure checkbnd AIPS 2: band='';j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9; AIPS 2: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 2: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 2: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 2: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 2: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 2: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 2: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 2: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure chkmodel AIPS 2: error=0;sysout='';sys2com'' AIPS 2: syscom'ls -1 $AIPSTARS/ AIPS 2: sys2com(1) inname!!'.MODEL' AIPS 2: sys2com(2) ' >& /dev/null AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure loadmodl AIPS 2: scalar lsidx,l AIPS 2: array lsload(5) AIPS 2: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 2: while (j<21) AIPS 2: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 2: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 2: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 2: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 2: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 2: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 2: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 2: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 2: end;return AIPS 2: finish AIPS 2: AIPS 2: procedure vlanew AIPS 2: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 2: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 2: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 2: if (inclass='LINE') then AIPS 2: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 2: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 2: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 2: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 2: finish AIPS 2: AIPS 2: procedure allzap AIPS 2: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure allplot AIPS 2: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 2: if (j>0) then AIPS 2: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 2: else;type 'NOTHING TO PLOT - DONE';end AIPS 2: finish AIPS 2: AIPS 2: procedure goplt0 AIPS 2: if (lsplot>0) then;go;end AIPS 2: finish $SN only AIPS 2: procedure goplt1 AIPS 2: if (lsplot>1) then;go;end AIPS 2: finish $SN+CL AIPS 2: procedure goplt2 AIPS 2: if (lsplot>2) then;go;end AIPS 2: finish $SN+CL+BP AIPS 2: procedure goplt3 AIPS 2: if (lsplot>3) then;go;end AIPS 2: finish $CL,BP applied AIPS 2: AIPS 2: procedure calpipe(lsdisk,lsname,lsrant) AIPS 2: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 2: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 2: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 2: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 2: if (lsflag>=1) then AIPS 2: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 2: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;j=1 AIPS 2: while (j<9);keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if(keystrng='FREQ')then AIPS 2: keyword='CRVAL'!!char(j);gethead;keyval(1)=keyval(1)/1 e10;j=9 AIPS 2: if (keyval(1) < 1.8) then;clrtemp;go;else AIPS 2: type 'QUACK SKIPPED FOR THIS HIGH FREQUENCY OBSERVAT ION' AIPS 2: type 'MAY BE A FAST-SWITHCING OBS - IE LOSS OF ALL D ATA' AIPS 2: type 'RUN BY HAND IF YOU REALLY WANT THIS QUACK';tge t quack AIPS 2: end;else;j=j+1;end;end AIPS 2: end;task'FLAGR';getset AIPS 2: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 2: end AIPS 2: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 2: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 2: if (length(lscal)<>0) then AIPS 2: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 2: end;sources=lsampcal;go;clrtemp AIPS 2: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 2: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 2: soltype'L1R';baddisk=lsbadd;vput;kj=0;userid=0;clrtemp AIPS 2: while (kj<9) AIPS 2: kj=kj+1;keyvalue=0;keystrng'';keyword='CTYPE'!!char(kj);ge thead;clrtemp AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kj);gethead AIPS 2: kj=10;end;end;vget;if((keyvalue(1))>17e9&(solint>0.5))then;s olint=1/3 AIPS 2: aparm(7)=3.5;vput;type' AUTOMATIC RESET: SOLINT=20SEC (HIG H FREQ)';end AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then $ use models for ones that exist AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;clrtemp AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 2: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 2: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 2: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 2: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 2: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 2: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 2: vget calib;solmode'A&P';calsour=lspntcal;calcode'';snver=numta b('SN')+1 AIPS 2: solint=lsparm(13)*lsparm(2);clr2name;vput AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 2: if (error<1) then;zap;end;end AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 2: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 2: if (star>0) then; AIPS 2: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 2: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 2: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 2: soucode='*' AIPS 2: else AIPS 2: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 2: end;go AIPS 2: if (lscont<1) then AIPS 2: type '****************************************************** **' AIPS 2: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 2: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 2: type '****************************************************** **';read AIPS 2: end AIPS 2: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 2: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 2: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 2: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 2: if (inclass='CH 0') then AIPS 2: task'TACOP';getset AIPS 2: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 2: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 2: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 2: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 2: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 2: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 2: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 2: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 2: sources=lsampcal;goplt3 AIPS 2: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 2: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure calcrms AIPS 2: scalar nbas,nvis,tbw,rms,minhrs AIPS 2: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 2: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 2: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 2: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 2: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 2: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 2: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 2: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 2: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 2: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 2: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 2: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 2: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 2: return rms AIPS 2: finish AIPS 2: AIPS 2: procedure setboxfle AIPS 2: scalar ci,bi AIPS 2: string*48 fbox AIPS 2: fbox'/tmp/SETFC@ AIPS 2: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 2: ci=0;bi=length(fbox) AIPS 2: while(ci& /dev/null AIPS 2: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure catboxfile AIPS 2: string*20 expnm AIPS 2: string*75 expmsg AIPS 2: sys2com'';syscom 'cat AIPS 2: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 2: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure setimsize AIPS 2: scalar szf, kk AIPS 2: string*48 bxf AIPS 2: array szc(2), szi(2), orgc(2), orgi(2) AIPS 2: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 2: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 2: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 2: while (kk<9) AIPS 2: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 2: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(2 )=30 AIPS 2: bparm(3)=1;bparm(4)=0;bparm(5)=0.031;bparm(6)=256;bparm(7)=256 ;bparm(8)=100 AIPS 2: gx;bparm(4)=3*bparm(1);bparm(1)=-0.7*bparm(1);bcount=nfield+1 AIPS 2: type'SEARCHING FOR NVSS SOURCES';gx;szf=nfield;szc=cellsize;sz i=imsize AIPS 2: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 2: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 2: vput imagr AIPS 2: finish AIPS 2: AIPS 2: procedure imapipe(k,lsdisk,lsname) AIPS 2: vnum=33;dowait=true AIPS 2: if (k=1) then AIPS 2: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 2: baddisk=lsbadd;douvcomp=-1;go AIPS 2: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 2: go;end;end;clrtemp AIPS 2: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 2: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 2: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 2: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 2: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 2: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 2: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 2: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 2: while ((lssid(k)>0) & (k<1001)) AIPS 2: if (lssid(k)=keyvalue(1))then error=0;end AIPS 2: k=k+1;end;end;vget imagr AIPS 2: keyword'GCOUNT';gethead;if(keyvalue(1)<10)then;type'NO DATA' ;error=1;end AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=7e4)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 2: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 2: while (j<30) AIPS 2: k=length(inname) AIPS 2: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 2: lstarg=0;j=30 AIPS 2: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 2: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 2: if(imsize(1)<0)then;imsize=256;end;end AIPS 2: else;j=j+1;end $ check next source, if not found -> targ et AIPS 2: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 2: AIPS 2: j=1 AIPS 2: $calibrator lstarg=0 AIPS 2: $target if lstarg=1 AIPS 2: AIPS 2: AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 2: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 2: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 2: if (inclass='CH 0') then AIPS 2: for k=1:keyvalue(1);bif=k;eif=k AIPS 2: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 2: end;clrtemp;k=keyvalue(1) AIPS 2: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 2: if (error < 1) then AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if (keystrng='FREQ') then AIPS 2: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 2: else;j=j+1;end AIPS 2: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 2: if (bchan=1) then;bchan=2;end;j=k AIPS 2: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 2: end;end;clrtemp AIPS 2: else AIPS 2: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 2: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 2: else AIPS 2: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 2: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 2: end;end;boxfile=setboxfle;delboxfle AIPS 2: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 2: $ inclass'SCIMG';allzap AIPS 2: inclass'IBM*';intype'MA';allzap AIPS 2: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 2: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 2: end;end;dowait=false;vnum=0 AIPS 2: finish AIPS 2: AIPS 2: procedure avlapipe AIPS 2: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 2: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 2: else;lsclrcal;tint=guesintt;clrtemp AIPS 2: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 2: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 2: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 2: type'--------------------------------------------------- --------' AIPS 2: end;type ' ' AIPS 2: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 2: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 2: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: default'AVLAPIPE' AIPS 2: Found in Version=ABIN AIPS 2: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 2: docal 1; sources '*''' AIPS 2: $ to be set by itself later AIPS 2: solint 1; factor 5; doarray -1; imsize -1 AIPS 2: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 2: niter -1; cutoff -1 AIPS 2: $ for now debugging AIPS 2: docont 1; plver -1; doall 1; doresid 0 AIPS 2: AIPS 2: $ defaults AIPS 2: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 2: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 2: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 2: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 2: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >AIPS 2: ZTXOP2: FILE TO BE WRITTEN ALREADY EXISTS AIPS 2: DELETE PRE-EXISTING COMPRESS SCRATCH FILE >::::>AIPS 2: 'AB922_1999OCT29_1' >>AIPS 2: 'AB922_1999OCT29_1' >AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General catalog looks like AIPS 2: $$ Multi-source UV data file AIPS 2: $$ Multi-source TASAV file AIPS 2: $$ Single-source calibrated data - auvf AIPS 2: $$ Single-source calibrated images- aimg AIPS 2: AIPS 2: $May need to redefine after a restore 0: AIPS 2: $allzap AIPS 2: $calcintt AIPS 2: $guesintt AIPS 2: $lsparm(5);tint;lsdisk AIPS 2: AIPS 2: procedure flatfov AIPS 2: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 2: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 2: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 2: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 2: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 2: egetname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk =1 AIPS 2: while (kk<7) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 2: keystrng'';gethead;frq=keyvalue(1);kk=10;else;kk=kk+1;en d;end AIPS 2: for i=3:uvi;egetname i AIPS 2: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 2: for j=1:keyvalue(1) AIPS 2: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 2: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 2: end;intype'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - CHECK?';end; inclass'NVAS06' AIPS 2: chkname;if(error<1)then;type inname!!' : FLATFOV ALREADY D ONE';mai=0;end AIPS 2: if (mai=1) then;inclass'*001' AIPS 2: for j=1:mai $ assume inseq starts at 1.. AIPS 2: inseq=j;kk=1;cellsize=0;userid=0 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);geth ead AIPS 2: keyword='CDELT'!!char(kk);clrtemp AIPS 2: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 2: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fo v;end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsi ze(2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1), cellsize(2)))) AIPS 2: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 2: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 2: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view radius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov /cellsize(2)) AIPS 2: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps =1;clroname AIPS 2: outname=inname;coordina=0;reweight=0;doweight=0;edgskp =15;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSE C RADIUS' AIPS 2: inclass'?CL001';gx AIPS 2: $inclass'?CL*';allzap;recat AIPS 2: ;inclass'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI' ;dparm fov,0 AIPS 2: gx;allzap;recat AIPS 2: end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasimage AIPS 2: $LOS - Determine noise, do primary beam correction, include copy right AIPS 2: scalar numfle,ll,mm AIPS 2: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 2: while((mai'BLANK')) AIPS 2: mai=mai+1;egetname mai;end;if(inclass<>'BLANK')then;mai=numf le+1;end AIPS 2: for j=mai:numfle;default imean;docat=1;intype'SC';egetname j;c hkname AIPS 2: if(error=0)then;keyvalue=0;keystrng'';keyword='CRPIX1';gethe ad AIPS 2: ll=keyvalue(1);keyword='CRPIX2';gethead;mm=keyvalue(1);doinv ers=1 AIPS 2: blc(1)=ll-29;blc(2)=mm-30;trc(1)=ll+30;trc(2)=mm+29;imstat;d oinv=-1 AIPS 2: blc=0;trc=0;rms=pixstd;go;wa;if(pixstd=rms)then;keyword'ACTN OISE' AIPS 2: keytype'R';keyvalue=rms,0;puthead;end;end;end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: intype'SC';egetname mai;chkname;if(error=0)then;getoname mai AIPS 2: outclass'RADCOR';outseq=0;inclass'BLANK';outdisk=indisk;gx;z ap;recat;end AIPS 2: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 2: for j=mai:numfle $ can only do on MA files AIPS 2: intype'SC';egetname mai;chkname;getoname mai;outclass'NVAS06 '; AIPS 2: if(inclass='RADCOR')then;gx;inclass'RADCOR';zap;recat;end;en d AIPS 2: finish AIPS 2: AIPS 2: procedure mkarr AIPS 2: string*1 sx,lx,az AIPS 2: string*4 nnsl AIPS 2: scalar aw, ae, an, ai AIPS 2: numbant=0;aw=0;ae=0;an=0 AIPS 2: keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyvalue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end;clrtemp AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then;lsvla=substr(keystrng ,i+1,i+3) AIPS 2: else;lsvla=substr(keystrng,i+2,i+4);end;az=substr(lsvla,1,1) AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then;numbant=numbant+1 AIPS 2: if (lsvla='VPT')then;ai=75;lx='P';else;ai=value(substr(lsv la,2,3)) AIPS 2: if(az='W')then;aw=max(aw,ai);else;if(az='E')then;ae=max( ae,ai);else AIPS 2: if(az='N')then;an=max(an,ai);else;if(lx<>'P')then; AIPS 2: type lsvla!!' - ERROR: ANTENNA NOT KNOWN';end;en d;end;end AIPS 2: clrtemp;end;end;end AIPS 2: if (lx<>'P')then;ai=max(aw,ae);ai=max(ai,an);lx='D';if(ai>36)t hen;lx='A' AIPS 2: else;if(ai>18)then;lx='B';else;if(ai>9)then;lx='C';end;end ;end;end AIPS 2: ai=min(aw,ae);ai=min(ai,an);sx='A';if(ai<10)then;sx='D';else;i f(ai<19)then AIPS 2: sx='C';else;if(ai<37)then;sx='B';end;end;end;clrtemp AIPS 2: if(numbant<10)then AIPS 2: nnsl='0'!!char(numbant)!!sx!!lx;else;nnsl=char(numbant)!!sx! !lx;end AIPS 2: return nnsl AIPS 2: finish AIPS 2: AIPS 2: procedure nvasname AIPS 2: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 2: scalar ki,ra1,ra2,dc1,dc2,rh,rm,rs,dd,dm,ds,rmsv,sbmv AIPS 2: scalar ifx,nif,nu,nu1,nu2,bw,nst,stv,msuv1,msuv2,msuv AIPS 2: string*1 pm,rmsc,stc,ik AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras,frqs,nnsl AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expnm AIPS 2: expnm = '' AIPS 2: if(expnm='')then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';g ethead AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';en d AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';en d AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';en d AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';en d AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';en d AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';en d AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng ,7,8)!!'_1' AIPS 2: end;ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: ik=char(ki);keyvalue=0;keystrng'';keyword='CTYPE'!!ik;gethea d;clrtemp AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!ik;gethead;ra1=keyvalue(1);ra2=keyvalue(2 );msuv1=ra1+ra2 AIPS 2: keyword='CDELT'!!ik;gethead;cellsize(1)=-1*keyvalue(1)*360 0;ra1=ra1/15 AIPS 2: ra2=ra2/15;rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1 =(ra1-rm)*60 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+0.005)/1000);clrtemp AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!ik;gethead;ra1=0.5*keyvalue(1)*cellsize(1 );end AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!ik;gethead;dc1=keyvalue(1);dc2=keyvalue(2) ;msuv1=dc1+dc2 AIPS 2: keyword='CDELT'!!ik;gethead;cellsize(2)=keyvalue(1)*3600 AIPS 2: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 2: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 2: ds=floor(dc1+(3600*dc2)+0.0005);clrtemp;keyword='NAXIS'!!i k AIPS 2: gethead;dc1=0.5*(keyvalue(1)-10)*cellsize(2);end $ie corre ct for (c)-top AIPS 2: if(substr(keystrng,1,2)='IF')then AIPS 2: keyword='NAXIS'!!ik;gethead;nif=keyvalue(1);clrtemp;end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!ik;gethead;nu1=keyvalue(1)/1e6;nu2=keyval ue(2)/1e6 AIPS 2: keyword='CDELT'!!ik;gethead;bw=keyvalue(1)/1e6;end;nu=(nu1 +nu2);clrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!ik;gethead;stv=keyvalue(1) AIPS 2: keyword='NAXIS'!!ik;gethead;nst=keyvalue(1);clrtemp AIPS 2: if(nst=4)then;stc='F';else;if(nst=2)then;stc='H';else;if(s tv=-1)then AIPS 2: stc='R';else;if(stv=-2)then;stc='L';else;if(stv=-5)t hen;stc='X' AIPS 2: else;if(stv=-6)then;stc='Y';else;if(stv >0)then;st c='I';else AIPS 2: stc='U';end;end;end;end;end;end;end;end AIPS 2: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 2: end;clrtemp $ build the output file name here AIPS 2: if(intype='UV')then;nu1=0;nu2=0;clrtemp;inext'FQ';for ifx=1:ni f AIPS 2: pixxy=1,2,ifx;tabget;nu1=nu1+((keyvalue(1)+keyvalue(2))/1e 6) AIPS 2: pixxy=1,3,ifx;tabget;nu2=nu2+((keyvalue(1)+keyvalue(2))/1e 6);end AIPS 2: nu=nu+0.5*(nu1+(0.5*nu2));clrtemp;else;if(intype='MA')then; AIPS 2: fras=substr(char(0.5*(ra1+dc1)),1,4);nu=nu+(bw/(2*nif));el se AIPS 2: type 'ERROR: FILE TYPE UNKNOWN (HOW DID THIS HAPPEN?)';end ;end AIPS 2: frqs=substr(char((nu+5)/1000),1,4);clrtemp AIPS 2: if (intype='MA')then; $read conv size, rms from header, use ims i*cell/2 for R AIPS 2: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2/ 60;end $ R-fov AIPS 2: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 2: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 2: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 2: AIPS 2: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyvalu e(1) $ RMS<1e4 AIPS 2: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 2: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 2: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 2: outfile=frqs!!stc!!sbms!!'_'!!expnm!!'_'!!rmss!!rmsc!!fras!! radi AIPS 2: else;outfile=frqs!!stc!!nnsl!!'_'!!expnm!!'.UVF';sys2com(1)=' $aimg/ AIPS 2: end AIPS 2: msuv=(sqrt((msuv1*msuv1)+(msuv2*msuv2)))*3600 AIPS 2: if(msuv>5)then $ not multisource UV, make a source dir AIPS 2: dir='';sysout'';syscom'mkdir AIPS 2: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'! ! char(rh);end AIPS 2: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char( rm);end AIPS 2: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: sys2com(4)=substr(sys2com(4),1,4);clrtemp AIPS 2: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=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(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 2.00 min. of data in 12 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 7.476E-01 +- 3.478E-02 source= 1331+305 FLAGR2: Overall average rms= 2.635E-03 +- 3.945E-04 source= 1331+305 FLAGR2: Overall average amp= 1.755E-01 +- 8.014E-03 source= 1400+621 FLAGR2: Overall average rms= 2.358E-03 +- 3.756E-04 source= 1400+621 FLAGR2: Overall average amp= 8.244E-02 +- 3.737E-03 source= 1549+506 FLAGR2: Overall average rms= 2.389E-03 +- 3.278E-04 source= 1549+506 FLAGR2: Overall average amp= 4.737E-03 +- 8.345E-04 source= 1600+434 FLAGR2: Overall average rms= 1.949E-03 +- 2.780E-04 source= 1600+434 FLAGR2: Overall average amp= 1.887E-02 +- 3.615E-03 source= 1559+437 FLAGR2: Overall average rms= 2.452E-03 +- 3.622E-04 source= 1559+437 FLAGR2: Overall average amp= 1.535E-01 +- 7.139E-03 source= 1634+627 FLAGR2: Overall average rms= 2.406E-03 +- 3.456E-04 source= 1634+627 FLAGR2: Found 0 bad times, 6 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 6 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 2.1 Real= 3 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 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 7.4620 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 7.5100 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991029 . C BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 1 CALIB2: Found 968 good solutions CALIB2: Average closure rms = 0.0069 +- 0.0014 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.38889 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.08333 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.02778 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.3 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_C.MODEL CALRD2: Create 3C286_C .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991029 . C BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: FACSET: source model will be scaled to 7.462 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.75165E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: FACSET: source model will be scaled to 7.510 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.81438E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 542 CCs CALIB2: Determining solutions CALIB2: Deleted 27 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 108 good solutions CALIB2: Average closure rms = 0.0029 +- 0.0003 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 242 merged records from 242 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 513 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 242 merged records from 242 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.3 Real= 1 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991029 . C BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.122E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.145E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.117E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.152E+00 CALIB2: Found 860 good solutions CALIB2: Average closure rms = 0.0011 +- 0.0002 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.67647 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.08824 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.08824 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.02941 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.6 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991029 . C BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: FACSET: source model will be scaled to 7.462 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.75165E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: FACSET: source model will be scaled to 7.510 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.81438E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 542 CCs CALIB2: Determining solutions CALIB2: Deleted 27 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.397E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.417E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.420E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.449E+00 CALIB2: Found 108 good solutions CALIB2: Average closure rms = 0.0005 +- 0.0000 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.2 Real= 2 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1400+621 : 0 C 1 2.10320 +/- 0.21296 GETJY2: 2 2.10048 +/- 0.20056 GETJY2: 1549+506 : 0 A 1 0.99073 +/- 0.09980 GETJY2: 2 0.97847 +/- 0.09309 GETJY2: 1634+627 : 0 C 1 1.82669 +/- 0.18004 GETJY2: 2 1.83125 +/- 0.17129 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 215 merged records from 215 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 513 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 215 merged records from 215 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 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 19991029 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .C BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 5265 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 1400+621 .C BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 175 0 175 SPLIT2: Fully 0 0 6333 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 1549+506 .C BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 147 0 147 SPLIT2: Fully 0 0 23841 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 1600+434 .C BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 122 0 122 SPLIT2: Fully 0 0 36560 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 1559+437 .C BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 10764 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 1634+627 .C BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 175 0 175 SPLIT2: Fully 0 0 13704 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: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 0.4 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1881 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 C BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 1313 CELLSIZE 0.42106 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.42106 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.100 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 C BAND Seq 1 Disk: 1 in slot 3 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 45.1 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 24 34.5 00002 -1 507 512 513 C 3 1012 1012 13 30 44.28 30 27 33.6 00003 -1 507 512 513 C 4 1012 1012 13 31 32.30 30 27 33.6 00004 -1 507 512 513 C 5 1012 1012 13 30 44.26 30 33 32.0 00005 -1 507 512 513 C 6 1012 1012 13 31 32.32 30 33 32.0 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 36 31.4 00007 -1 507 512 513 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.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_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.3262E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 2.3262E-02 -3.5846E+02 0 IMAGR2: Field 3 1012 1012 -3.1026E+02 -1.7936E+02 0 IMAGR2: Field 4 1012 1012 3.1031E+02 -1.7936E+02 0 IMAGR2: Field 5 1012 1012 -3.1052E+02 1.7904E+02 0 IMAGR2: Field 6 1012 1012 3.1057E+02 1.7904E+02 0 IMAGR2: Field 7 1012 1012 2.3262E-02 3.5844E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 9 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5265 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.557E+04 IMAGR2: UVWAIT: Adding temperance S 3.114E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.957E+06 and out 1.154E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 1.557E+04 over 10530 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 10 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 11 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 12 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 13 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 14 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 15 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 16 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 21 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 23 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.22479E+08 IMAGR2: Field 1 Beam min = -219.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.610 x 1.360 arcsec, PA= -83.9 IMAGR2: Field 2 Sum of gridding weights = 1.22479E+08 IMAGR2: Field 2 Beam min = -219.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.611 x 1.360 arcsec, PA= -83.7 IMAGR2: Field 3 Sum of gridding weights = 1.22478E+08 IMAGR2: Field 3 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.608 x 1.360 arcsec, PA= -83.9 IMAGR2: Field 4 Sum of gridding weights = 1.22479E+08 IMAGR2: Field 4 Beam min = -153.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.613 x 1.360 arcsec, PA= -83.7 IMAGR2: Field 5 Sum of gridding weights = 1.22478E+08 IMAGR2: Field 5 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.608 x 1.359 arcsec, PA= -84.2 IMAGR2: Field 6 Sum of gridding weights = 1.22479E+08 IMAGR2: Field 6 Beam min = -153.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.612 x 1.359 arcsec, PA= -83.9 IMAGR2: Field 7 Sum of gridding weights = 1.22479E+08 IMAGR2: Field 7 Beam min = -219.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.610 x 1.359 arcsec, PA= -84.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -662.5 MilliJy,max = 7.4 Jy IMAGR2: Field 2 min = -619.7 MilliJy,max = 2.2 Jy IMAGR2: Field 3 min = -913.0 MilliJy,max = 2.7 Jy IMAGR2: Field 4 min = -909.2 MilliJy,max = 2.6 Jy IMAGR2: Field 5 min = -938.7 MilliJy,max = 2.6 Jy IMAGR2: Field 6 min = -920.7 MilliJy,max = 2.5 Jy IMAGR2: Field 7 min = -615.5 MilliJy,max = 2.1 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.09 Jy IMAGR2: 1820 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.957 Jy iter= 7 IMAGR2: Field 1 Clean flux density= 3.884 Jy 7 comps IMAGR2: Total Cleaned flux density = 3.884 Jy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -326.9 MilliJy,max = 3.6 Jy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 770.82 MilliJy IMAGR2: 328 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.703 Jy iter= 15 IMAGR2: Field 1 Clean flux density= 5.913 Jy 15 comps IMAGR2: Total Cleaned flux density = 5.913 Jy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -207.6 MilliJy,max = 634.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.040E-01 < Second best 2.516E+00 IMAGR2: Field 4 min = -198.7 MilliJy,max = 556.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.305E-01 < Second best 2.494E+00 IMAGR2: Field 5 min = -198.3 MilliJy,max = 611.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.824E-01 < Second best 2.411E+00 IMAGR2: Field 6 min = -197.9 MilliJy,max = 562.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.359E-01 < Second best 2.092E+00 IMAGR2: Field 2 min = -142.3 MilliJy,max = 472.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.506E-01 < Second best 2.020E+00 IMAGR2: Field 7 min = -132.1 MilliJy,max = 474.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.524E-01 < Second best 1.620E+00 IMAGR2: Field 1 min = -162.2 MilliJy,max = 1.5 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 250.10 MilliJy IMAGR2: 1535 Residual map points loaded IMAGR2: Field 1 min allowed flux = 734.921 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 6.886 Jy 24 comps IMAGR2: Total Cleaned flux density = 6.886 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -82.0 MilliJy,max = 665.9 MilliJy IMAGR2: BGC Clean: using 1991 cell beam + residuals > 166.18 MilliJy IMAGR2: 226 Residual map points loaded IMAGR2: Field 1 min allowed flux = 304.102 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 7.353 Jy 34 comps IMAGR2: Total Cleaned flux density = 7.353 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -49.1 MilliJy,max = 151.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.446E-01 < Second best 5.824E-01 IMAGR2: Field 5 min = -48.9 MilliJy,max = 138.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.316E-01 < Second best 5.359E-01 IMAGR2: Field 6 min = -43.7 MilliJy,max = 94.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.987E-02 < Second best 5.305E-01 IMAGR2: Field 4 min = -42.1 MilliJy,max = 94.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.516E-02 < Second best 4.524E-01 IMAGR2: Field 7 min = -48.2 MilliJy,max = 90.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.655E-02 < Second best 4.506E-01 IMAGR2: Field 2 min = -48.1 MilliJy,max = 96.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.205E-02 < Second best 2.893E-01 IMAGR2: Field 1 min = -60.2 MilliJy,max = 283.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.65 MilliJy IMAGR2: 3386 Residual map points loaded IMAGR2: Field 1 min allowed flux = 139.408 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 7.537 Jy 43 comps IMAGR2: Total Cleaned flux density = 7.537 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -45.5 MilliJy,max = 96.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.164E-02 < Second best 1.327E-01 IMAGR2: Field 1 min = -82.7 MilliJy,max = 130.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.239E-01 < Second best 1.316E-01 IMAGR2: Field 5 min = -46.1 MilliJy,max = 76.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.287E-02 < Second best 1.239E-01 IMAGR2: BGC Clean: using 1795 cell beam + residuals > 38.35 MilliJy IMAGR2: 694 Residual map points loaded IMAGR2: Field 1 min allowed flux = 64.808 MilliJy iter= 62 IMAGR2: Field 1 Clean flux density= 7.589 Jy 62 comps IMAGR2: Total Cleaned flux density = 7.589 Jy 62 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -35.4 MilliJy,max = 43.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.165E-02 < Second best 9.164E-02 IMAGR2: Field 3 min = -39.8 MilliJy,max = 69.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.634E-02 < Second best 8.987E-02 IMAGR2: Field 6 min = -41.4 MilliJy,max = 47.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.509E-02 < Second best 8.655E-02 IMAGR2: Field 7 min = -42.4 MilliJy,max = 41.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.051E-02 < Second best 8.516E-02 IMAGR2: Field 4 min = -41.7 MilliJy,max = 41.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.980E-02 < Second best 7.287E-02 IMAGR2: Field 5 min = -39.5 MilliJy,max = 51.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.928E-02 < Second best 6.634E-02 IMAGR2: BGC Clean: using 2035 cell beam + residuals > 25.35 MilliJy IMAGR2: 1851 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 34.973 MilliJy iter= 28 IMAGR2: Field 3 Clean flux density= 90.507 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 7.679 Jy 90 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -66.4 MilliJy,max = 51.6 MilliJy IMAGR2: BGC Clean: using 1443 cell beam + residuals > 22.00 MilliJy IMAGR2: 2957 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 32.866 MilliJy iter= 107 IMAGR2: Field 1 Clean flux density= 7.559 Jy 107 comps IMAGR2: Total Cleaned flux density = 7.649 Jy 135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -31.2 MilliJy,max = 34.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.336E-02 < Second best 4.509E-02 IMAGR2: Field 6 min = -35.2 MilliJy,max = 41.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.953E-02 < Second best 4.165E-02 IMAGR2: Field 2 min = -28.7 MilliJy,max = 32.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.068E-02 < Second best 4.051E-02 IMAGR2: Field 7 min = -32.7 MilliJy,max = 30.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.132E-02 < Second best 3.980E-02 IMAGR2: Field 4 min = -35.4 MilliJy,max = 35.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.381E-02 < Second best 3.953E-02 IMAGR2: BGC Clean: using 1795 cell beam + residuals > 20.50 MilliJy IMAGR2: 1164 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 25.955 MilliJy iter= 41 IMAGR2: Field 6 Clean flux density= 12.180 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 7.662 Jy 176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -31.0 MilliJy,max = 28.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.963E-02 < Second best 3.336E-02 IMAGR2: Field 5 min = -30.6 MilliJy,max = 34.9 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 20.50 MilliJy IMAGR2: 597 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -24.149 MilliJy iter= 33 IMAGR2: Field 5 Clean flux density= 53.503 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 7.715 Jy 209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -34.1 MilliJy,max = 28.4 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 19.57 MilliJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 23.194 MilliJy iter= 70 IMAGR2: Field 3 Clean flux density= 82.749 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 7.707 Jy 251 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.8 MilliJy,max = 28.0 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 17.07 MilliJy IMAGR2: 1366 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 21.955 MilliJy iter= 185 IMAGR2: Field 1 Clean flux density= 7.553 Jy 185 comps IMAGR2: Total Cleaned flux density = 7.702 Jy 329 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -24.0 MilliJy,max = 26.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.553E-02 < Second best 3.068E-02 IMAGR2: Field 2 min = -22.2 MilliJy,max = 23.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.279E-02 < Second best 2.963E-02 IMAGR2: Field 4 min = -30.3 MilliJy,max = 25.9 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 17.07 MilliJy IMAGR2: 370 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 19.956 MilliJy iter= 57 IMAGR2: Field 4 Clean flux density= 38.420 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 7.740 Jy 386 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -22.4 MilliJy,max = 24.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.329E-02 < Second best 2.480E-02 IMAGR2: Field 6 min = -24.9 MilliJy,max = 24.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.14 MilliJy IMAGR2: 1199 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -18.909 MilliJy iter= 146 IMAGR2: Field 6 Clean flux density= 58.443 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 7.786 Jy 491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -18.7 MilliJy,max = 21.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.021E-02 < Second best 2.308E-02 IMAGR2: Field 5 min = -26.2 MilliJy,max = 25.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.43 MilliJy IMAGR2: 1381 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -17.793 MilliJy iter= 155 IMAGR2: Field 5 Clean flux density= 58.132 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 7.791 Jy 613 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.4 MilliJy,max = 20.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.931E-02 < Second best 2.218E-02 IMAGR2: Field 3 min = -22.6 MilliJy,max = 21.8 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 13.95 MilliJy IMAGR2: 951 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 16.283 MilliJy iter= 174 IMAGR2: Field 3 Clean flux density= 93.987 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 7.802 Jy 717 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.0 MilliJy,max = 21.4 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 12.50 MilliJy IMAGR2: 606 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -14.119 MilliJy iter= 269 IMAGR2: Field 1 Clean flux density= 7.518 Jy 269 comps IMAGR2: Total Cleaned flux density = 7.767 Jy 801 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -16.9 MilliJy,max = 19.7 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 12.50 MilliJy IMAGR2: 359 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -13.789 MilliJy iter= 78 IMAGR2: Field 7 Clean flux density= 35.805 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 7.803 Jy 879 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -18.7 MilliJy,max = 18.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.686E-02 < Second best 1.906E-02 IMAGR2: Field 4 min = -16.4 MilliJy,max = 18.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.478E-02 < Second best 1.810E-02 IMAGR2: Field 6 min = -21.3 MilliJy,max = 18.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.600E-02 < Second best 1.702E-02 IMAGR2: Field 5 min = -18.0 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.403E-02 < Second best 1.686E-02 IMAGR2: BGC Clean: using 165 cell beam + residuals > 10.73 MilliJy IMAGR2: 993 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 12.511 MilliJy iter= 147 IMAGR2: Field 2 Clean flux density= 41.691 MilliJy 147 comps IMAGR2: Total Cleaned flux density = 7.845 Jy 1026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -22.6 MilliJy,max = 17.9 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 10.73 MilliJy IMAGR2: 1900 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -12.658 MilliJy iter= 338 IMAGR2: Field 6 Clean flux density= -35.158 MilliJy 338 comps IMAGR2: Total Cleaned flux density = 7.751 Jy 1218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -18.3 MilliJy,max = 19.6 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 10.73 MilliJy IMAGR2: 1220 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 12.230 MilliJy iter= 339 IMAGR2: Field 3 Clean flux density= 233.140 MilliJy 339 comps IMAGR2: Total Cleaned flux density = 7.890 Jy 1383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -15.5 MilliJy,max = 15.5 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 10.73 MilliJy IMAGR2: 77 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -11.015 MilliJy iter= 97 IMAGR2: Field 4 Clean flux density= 16.640 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 7.868 Jy 1423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -15.5 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.143E-02 < Second best 1.348E-02 IMAGR2: Field 1 min = -13.0 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.243E-02 < Second best 1.319E-02 IMAGR2: Field 7 min = -14.8 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.166E-02 < Second best 1.243E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.85 MilliJy IMAGR2: 111 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.169 MilliJy iter= 318 IMAGR2: Field 1 Clean flux density= 7.507 Jy 318 comps IMAGR2: Total Cleaned flux density = 7.857 Jy 1472 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.9 MilliJy,max = 16.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.138E-02 < Second best 1.197E-02 IMAGR2: Field 2 min = -13.9 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.854E-03 < Second best 1.170E-02 IMAGR2: Field 3 min = -16.8 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.078E-02 < Second best 1.166E-02 IMAGR2: Field 7 min = -13.0 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.23 MilliJy IMAGR2: 2392 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 8.631 MilliJy iter= 373 IMAGR2: Field 7 Clean flux density= 32.668 MilliJy 373 comps IMAGR2: Total Cleaned flux density = 7.854 Jy 1767 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -14.1 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.20 MilliJy IMAGR2: 1745 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 8.305 MilliJy iter= 426 IMAGR2: Field 5 Clean flux density= 62.844 MilliJy 426 comps IMAGR2: Total Cleaned flux density = 7.859 Jy 2038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.6 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.13 MilliJy IMAGR2: 3176 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -8.482 MilliJy iter= 734 IMAGR2: Field 6 Clean flux density= -60.209 MilliJy 734 comps IMAGR2: Total Cleaned flux density = 7.834 Jy 2434 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.2 MilliJy,max = 14.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.06 MilliJy IMAGR2: 3254 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.274 MilliJy iter= 753 IMAGR2: Field 3 Clean flux density= 307.125 MilliJy 753 comps IMAGR2: Total Cleaned flux density = 7.908 Jy 2848 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.9 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.88 MilliJy IMAGR2: 857 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -7.467 MilliJy iter= 309 IMAGR2: Field 4 Clean flux density= -63.527 MilliJy 309 comps IMAGR2: Total Cleaned flux density = 7.828 Jy 3060 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.4 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.76 MilliJy IMAGR2: 142 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -6.960 MilliJy iter= 227 IMAGR2: Field 2 Clean flux density= 78.835 MilliJy 227 comps IMAGR2: Total Cleaned flux density = 7.865 Jy 3140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.64 MilliJy IMAGR2: 49 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.699 MilliJy iter= 344 IMAGR2: Field 1 Clean flux density= 7.516 Jy 344 comps IMAGR2: Total Cleaned flux density = 7.873 Jy 3166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.5 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.643E-03 < Second best 8.122E-03 IMAGR2: Field 6 min = -9.5 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.02 MilliJy IMAGR2: 235 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.218 MilliJy iter= 833 IMAGR2: Field 6 Clean flux density= -67.656 MilliJy 833 comps IMAGR2: Total Cleaned flux density = 7.866 Jy 3265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.6 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.72 MilliJy IMAGR2: 591 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -6.059 MilliJy iter= 585 IMAGR2: Field 5 Clean flux density= 99.429 MilliJy 585 comps IMAGR2: Total Cleaned flux density = 7.903 Jy 3424 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.9 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.873E-03 < Second best 7.643E-03 IMAGR2: Field 7 min = -8.3 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.95 MilliJy IMAGR2: 619 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.262 MilliJy iter= 582 IMAGR2: Field 7 Clean flux density= 15.306 MilliJy 582 comps IMAGR2: Total Cleaned flux density = 7.885 Jy 3633 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.6 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.480E-03 < Second best 6.873E-03 IMAGR2: Field 3 min = -8.8 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.63 MilliJy IMAGR2: 1709 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.069 MilliJy iter= 1104 IMAGR2: Field 3 Clean flux density= 300.141 MilliJy 1104 comps IMAGR2: Total Cleaned flux density = 7.878 Jy 3984 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.962E-03 < Second best 6.480E-03 IMAGR2: Field 4 min = -9.8 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.46 MilliJy IMAGR2: 2205 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.938 MilliJy iter= 702 IMAGR2: Field 4 Clean flux density= -79.169 MilliJy 702 comps IMAGR2: Total Cleaned flux density = 7.863 Jy 4377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.4 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.39 MilliJy IMAGR2: 347 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.580 MilliJy iter= 482 IMAGR2: Field 1 Clean flux density= 7.542 Jy 482 comps IMAGR2: Total Cleaned flux density = 7.889 Jy 4515 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.37 MilliJy IMAGR2: 226 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.491 MilliJy iter= 338 IMAGR2: Field 2 Clean flux density= 91.315 MilliJy 338 comps IMAGR2: Total Cleaned flux density = 7.902 Jy 4626 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.7 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.22 MilliJy IMAGR2: 1776 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.604 MilliJy iter= 1200 IMAGR2: Field 6 Clean flux density= -94.540 MilliJy 1200 comps IMAGR2: Total Cleaned flux density = 7.875 Jy 4993 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.5 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.05 MilliJy IMAGR2: 1653 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.383 MilliJy iter= 954 IMAGR2: Field 5 Clean flux density= 126.413 MilliJy 954 comps IMAGR2: Total Cleaned flux density = 7.902 Jy 5362 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.6 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.93 MilliJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.022 MilliJy iter= 705 IMAGR2: Field 7 Clean flux density= 1.480 MilliJy 705 comps IMAGR2: Total Cleaned flux density = 7.888 Jy 5485 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.9 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.75 MilliJy IMAGR2: 1457 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.010 MilliJy iter= 1435 IMAGR2: Field 3 Clean flux density= 304.598 MilliJy 1435 comps IMAGR2: Total Cleaned flux density = 7.892 Jy 5816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR2: 2326 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.899 MilliJy iter= 1150 IMAGR2: Field 4 Clean flux density= -92.733 MilliJy 1150 comps IMAGR2: Total Cleaned flux density = 7.879 Jy 6264 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.6 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.44 MilliJy IMAGR2: 1102 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.617 MilliJy iter= 1503 IMAGR2: Field 6 Clean flux density= -49.048 MilliJy 1503 comps IMAGR2: Total Cleaned flux density = 7.924 Jy 6567 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.38 MilliJy IMAGR2: 404 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.505 MilliJy iter= 648 IMAGR2: Field 1 Clean flux density= 7.554 Jy 648 comps IMAGR2: Total Cleaned flux density = 7.936 Jy 6733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 546 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.444 MilliJy iter= 528 IMAGR2: Field 2 Clean flux density= 91.244 MilliJy 528 comps IMAGR2: Total Cleaned flux density = 7.936 Jy 6923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.5 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.16 MilliJy IMAGR2: 938 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.286 MilliJy iter= 1212 IMAGR2: Field 5 Clean flux density= 112.237 MilliJy 1212 comps IMAGR2: Total Cleaned flux density = 7.922 Jy 7181 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.3 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 400 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.184 MilliJy iter= 865 IMAGR2: Field 7 Clean flux density= -6.568 MilliJy 865 comps IMAGR2: Total Cleaned flux density = 7.914 Jy 7341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.8 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 1289 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.113 MilliJy iter= 1774 IMAGR2: Field 3 Clean flux density= 307.865 MilliJy 1774 comps IMAGR2: Total Cleaned flux density = 7.917 Jy 7680 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.4 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 2165 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.984 MilliJy iter= 1597 IMAGR2: Field 4 Clean flux density= -119.306 MilliJy 1597 comps IMAGR2: Total Cleaned flux density = 7.891 Jy 8127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.7 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.70 MilliJy IMAGR2: 1728 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.863 MilliJy iter= 1915 IMAGR2: Field 6 Clean flux density= -40.840 MilliJy 1915 comps IMAGR2: Total Cleaned flux density = 7.899 Jy 8539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.66 MilliJy IMAGR2: 977 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.781 MilliJy iter= 938 IMAGR2: Field 1 Clean flux density= 7.600 Jy 938 comps IMAGR2: Total Cleaned flux density = 7.945 Jy 8829 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.5 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.60 MilliJy IMAGR2: 942 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.716 MilliJy iter= 823 IMAGR2: Field 2 Clean flux density= 91.547 MilliJy 823 comps IMAGR2: Total Cleaned flux density = 7.945 Jy 9124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 1713 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.674 MilliJy iter= 1623 IMAGR2: Field 5 Clean flux density= 96.056 MilliJy 1623 comps IMAGR2: Total Cleaned flux density = 7.929 Jy 9535 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.2 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR2: 1087 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.622 MilliJy iter= 1191 IMAGR2: Field 7 Clean flux density= -38.815 MilliJy 1191 comps IMAGR2: Total Cleaned flux density = 7.897 Jy 9861 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.7 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.45 MilliJy IMAGR2: 2418 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.613 MilliJy iter= 2307 IMAGR2: Field 3 Clean flux density= 336.935 MilliJy 2307 comps IMAGR2: Total Cleaned flux density = 7.926 Jy 10394 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.41 MilliJy IMAGR2: 4308 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.622 MilliJy iter= 2378 IMAGR2: Field 4 Clean flux density= -159.127 MilliJy 2378 comps IMAGR2: Total Cleaned flux density = 7.886 Jy 11175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR2: 2918 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.565 MilliJy iter= 2571 IMAGR2: Field 6 Clean flux density= -17.046 MilliJy 2571 comps IMAGR2: Total Cleaned flux density = 7.910 Jy 11831 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 3020 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.576 MilliJy iter= 1599 IMAGR2: Field 1 Clean flux density= 7.656 Jy 1599 comps IMAGR2: Total Cleaned flux density = 7.966 Jy 12492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR2: 2205 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.560 MilliJy iter= 1452 IMAGR2: Field 2 Clean flux density= 23.366 MilliJy 1452 comps IMAGR2: Total Cleaned flux density = 7.898 Jy 13121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 2516 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.549 MilliJy iter= 2301 IMAGR2: Field 5 Clean flux density= 186.285 MilliJy 2301 comps IMAGR2: Total Cleaned flux density = 7.988 Jy 13799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.2 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 3373 Residual map points loaded IMAGR2: Field 4 min allowed flux = -2.593 MilliJy iter= 3027 IMAGR2: Field 4 Clean flux density= -246.118 MilliJy 3027 comps IMAGR2: Total Cleaned flux density = 7.901 Jy 14448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 879 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.427 MilliJy iter= 1499 IMAGR2: Field 7 Clean flux density= -27.065 MilliJy 1499 comps IMAGR2: Total Cleaned flux density = 7.913 Jy 14756 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.6 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 2476 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.465 MilliJy iter= 2942 IMAGR2: Field 3 Clean flux density= 360.145 MilliJy 2942 comps IMAGR2: Total Cleaned flux density = 7.936 Jy 15391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR2: 412 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.309 MilliJy iter= 3199 IMAGR2: Field 4 Clean flux density= -255.074 MilliJy 3199 comps IMAGR2: Total Cleaned flux density = 7.927 Jy 15563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 70 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.237 MilliJy iter= 1636 IMAGR2: Field 1 Clean flux density= 7.655 Jy 1636 comps IMAGR2: Total Cleaned flux density = 7.926 Jy 15600 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.1 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 1911 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.244 MilliJy iter= 3070 IMAGR2: Field 6 Clean flux density= -7.854 MilliJy 3070 comps IMAGR2: Total Cleaned flux density = 7.935 Jy 16099 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 1012 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.163 MilliJy iter= 1787 IMAGR2: Field 2 Clean flux density= 54.572 MilliJy 1787 comps IMAGR2: Total Cleaned flux density = 7.966 Jy 16434 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 1740 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.081 MilliJy iter= 2759 IMAGR2: Field 5 Clean flux density= 161.033 MilliJy 2759 comps IMAGR2: Total Cleaned flux density = 7.941 Jy 16892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 595 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.924 MilliJy iter= 3171 IMAGR2: Field 3 Clean flux density= 360.457 MilliJy 3171 comps IMAGR2: Total Cleaned flux density = 7.941 Jy 17121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 1211 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.901 MilliJy iter= 1908 IMAGR2: Field 7 Clean flux density= -40.500 MilliJy 1908 comps IMAGR2: Total Cleaned flux density = 7.928 Jy 17530 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 1288 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.857 MilliJy iter= 3569 IMAGR2: Field 4 Clean flux density= -235.318 MilliJy 3569 comps IMAGR2: Total Cleaned flux density = 7.948 Jy 17900 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 781 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.752 MilliJy iter= 3346 IMAGR2: Field 6 Clean flux density= -11.465 MilliJy 3346 comps IMAGR2: Total Cleaned flux density = 7.944 Jy 18176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 206 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.711 MilliJy iter= 1729 IMAGR2: Field 1 Clean flux density= 7.659 Jy 1729 comps IMAGR2: Total Cleaned flux density = 7.948 Jy 18269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 944 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.685 MilliJy iter= 2113 IMAGR2: Field 2 Clean flux density= 62.554 MilliJy 2113 comps IMAGR2: Total Cleaned flux density = 7.956 Jy 18595 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 2802 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.622 MilliJy iter= 3382 IMAGR2: Field 5 Clean flux density= 161.490 MilliJy 3382 comps IMAGR2: Total Cleaned flux density = 7.957 Jy 19218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 1664 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.592 MilliJy iter= 3683 IMAGR2: Field 3 Clean flux density= 367.354 MilliJy 3683 comps IMAGR2: Total Cleaned flux density = 7.963 Jy 19730 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 4118 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.610 MilliJy iter= 2863 IMAGR2: Field 7 Clean flux density= -46.587 MilliJy 2863 comps IMAGR2: Total Cleaned flux density = 7.957 Jy 20685 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 9033 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.718 MilliJy iter= 5228 IMAGR2: Field 4 Clean flux density= -198.128 MilliJy 5228 comps IMAGR2: Total Cleaned flux density = 7.995 Jy 22344 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -4.6 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 12296 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 3.138 MilliJy iter= 3380 IMAGR2: Field 6 Clean flux density= -9.600 MilliJy 3380 comps IMAGR2: Total Cleaned flux density = 7.996 Jy 22378 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 9576 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.854 MilliJy iter= 5472 IMAGR2: Field 6 Clean flux density= -55.391 MilliJy 5472 comps IMAGR2: Total Cleaned flux density = 7.951 Jy 24470 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -6.4 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 2.62 MilliJy IMAGR2: 13347 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 4.353 MilliJy iter= 5647 IMAGR2: Field 6 Clean flux density= -47.184 MilliJy 5647 comps IMAGR2: Total Cleaned flux density = 7.959 Jy 24645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 10029 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.870 MilliJy iter= 7986 IMAGR2: Field 6 Clean flux density= -41.954 MilliJy 7986 comps IMAGR2: Total Cleaned flux density = 7.964 Jy 26984 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -8.1 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 3.26 MilliJy IMAGR2: 16737 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 5.274 MilliJy iter= 8051 IMAGR2: Field 6 Clean flux density= -33.965 MilliJy 8051 comps IMAGR2: Total Cleaned flux density = 7.972 Jy 27049 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR2: 19963 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 4.907 MilliJy iter= 8109 IMAGR2: Field 6 Clean flux density= -27.989 MilliJy 8109 comps IMAGR2: Total Cleaned flux density = 7.978 Jy 27107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 19727 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 3.955 MilliJy iter= 8277 IMAGR2: Field 6 Clean flux density= -27.551 MilliJy 8277 comps IMAGR2: Total Cleaned flux density = 7.978 Jy 27275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 12771 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 2.358 MilliJy iter= 8930 IMAGR2: Field 6 Clean flux density= -27.991 MilliJy 8930 comps IMAGR2: Total Cleaned flux density = 7.978 Jy 27928 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 6 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.513 MilliJy iter= 8935 IMAGR2: Field 6 Clean flux density= -28.153 MilliJy 8935 comps IMAGR2: Total Cleaned flux density = 7.978 Jy 27933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 954 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.470 MilliJy iter= 5619 IMAGR2: Field 4 Clean flux density= -196.843 MilliJy 5619 comps IMAGR2: Total Cleaned flux density = 7.979 Jy 28324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 2333 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.497 MilliJy iter= 2340 IMAGR2: Field 1 Clean flux density= 7.662 Jy 2340 comps IMAGR2: Total Cleaned flux density = 7.982 Jy 28935 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1488 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.470 MilliJy iter= 2674 IMAGR2: Field 2 Clean flux density= 71.284 MilliJy 2674 comps IMAGR2: Total Cleaned flux density = 7.991 Jy 29496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 4724 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.497 MilliJy iter= 4514 IMAGR2: Field 5 Clean flux density= 156.899 MilliJy 4514 comps IMAGR2: Total Cleaned flux density = 7.986 Jy 30628 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 6304 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.510 MilliJy iter= 4380 IMAGR2: Field 7 Clean flux density= -55.171 MilliJy 4380 comps IMAGR2: Total Cleaned flux density = 7.977 Jy 32145 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 15863 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.887 MilliJy iter= 6179 IMAGR2: Field 3 Clean flux density= 437.487 MilliJy 6179 comps IMAGR2: Total Cleaned flux density = 8.048 Jy 34641 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 3 min = -13.3 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 1971 cell beam + residuals > 3.33 MilliJy IMAGR2: 18687 Residual map points loaded IMAGR2: Field 3 min allowed flux = -6.598 MilliJy iter= 6210 IMAGR2: Field 3 Clean flux density= 418.146 MilliJy 6210 comps IMAGR2: Total Cleaned flux density = 8.028 Jy 34672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.8 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.87 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -4.281 MilliJy iter= 7023 IMAGR2: Field 3 Clean flux density= 335.450 MilliJy 7023 comps IMAGR2: Total Cleaned flux density = 7.946 Jy 35485 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.8 MilliJy,max = 12.7 MilliJy IMAGR2: BGC Clean: using 1991 cell beam + residuals > 2.88 MilliJy IMAGR2: 19950 Residual map points loaded IMAGR2: Field 3 min allowed flux = 6.347 MilliJy iter= 7066 IMAGR2: Field 3 Clean flux density= 365.442 MilliJy 7066 comps IMAGR2: Total Cleaned flux density = 7.976 Jy 35528 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.2 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 2.28 MilliJy IMAGR2: 16649 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.135 MilliJy iter= 7189 IMAGR2: Field 3 Clean flux density= 385.979 MilliJy 7189 comps IMAGR2: Total Cleaned flux density = 7.996 Jy 35651 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 11815 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.693 MilliJy iter= 10035 IMAGR2: Field 3 Clean flux density= 519.007 MilliJy 10035 comps IMAGR2: Total Cleaned flux density = 8.129 Jy 38497 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 3 min = -18.6 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 5.47 MilliJy IMAGR2: 17102 Residual map points loaded IMAGR2: Field 3 min allowed flux = 9.275 MilliJy iter= 10108 IMAGR2: Field 3 Clean flux density= 471.407 MilliJy 10108 comps IMAGR2: Total Cleaned flux density = 8.081 Jy 38570 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.3 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 3.83 MilliJy IMAGR2: 18606 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -6.752 MilliJy iter= 10470 IMAGR2: Field 3 Clean flux density= 376.486 MilliJy 10470 comps IMAGR2: Total Cleaned flux density = 7.987 Jy 38932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 1.99 MilliJy IMAGR2: 8034 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.027 MilliJy iter= 10523 IMAGR2: Field 3 Clean flux density= 397.848 MilliJy 10523 comps IMAGR2: Total Cleaned flux density = 8.008 Jy 38985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 9921 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.629 MilliJy iter= 13004 IMAGR2: Field 3 Clean flux density= 563.068 MilliJy 13004 comps IMAGR2: Total Cleaned flux density = 8.173 Jy 41466 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 3 min = -13.9 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 1971 cell beam + residuals > 3.48 MilliJy IMAGR2: 17547 Residual map points loaded IMAGR2: Field 3 min allowed flux = -6.849 MilliJy iter= 13057 IMAGR2: Field 3 Clean flux density= 514.336 MilliJy 13057 comps IMAGR2: Total Cleaned flux density = 8.124 Jy 41519 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.0 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 2.46 MilliJy IMAGR2: 19523 Residual map points loaded IMAGR2: Field 3 min allowed flux = -3.428 MilliJy iter= 13194 IMAGR2: Field 3 Clean flux density= 464.006 MilliJy 13194 comps IMAGR2: Total Cleaned flux density = 8.074 Jy 41656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 16674 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -2.473 MilliJy iter= 13967 IMAGR2: Field 3 Clean flux density= 371.155 MilliJy 13967 comps IMAGR2: Total Cleaned flux density = 7.981 Jy 42429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 1.71 MilliJy IMAGR2: 9512 Residual map points loaded IMAGR2: Field 3 min allowed flux = 2.892 MilliJy iter= 14018 IMAGR2: Field 3 Clean flux density= 390.977 MilliJy 14018 comps IMAGR2: Total Cleaned flux density = 8.001 Jy 42480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 4337 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.502 MilliJy iter= 15550 IMAGR2: Field 3 Clean flux density= 643.617 MilliJy 15550 comps IMAGR2: Total Cleaned flux density = 8.254 Jy 44012 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -9.0 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 2.62 MilliJy IMAGR2: 9163 Residual map points loaded IMAGR2: Field 6 min allowed flux = -3.174 MilliJy iter= 9706 IMAGR2: Field 6 Clean flux density= -258.835 MilliJy 9706 comps IMAGR2: Total Cleaned flux density = 8.023 Jy 44783 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 2.06 MilliJy IMAGR2: 14306 Residual map points loaded IMAGR2: Field 6 min allowed flux = 3.483 MilliJy iter= 9761 IMAGR2: Field 6 Clean flux density= -234.006 MilliJy 9761 comps IMAGR2: Total Cleaned flux density = 8.048 Jy 44838 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 14679 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 2.851 MilliJy iter= 9930 IMAGR2: Field 6 Clean flux density= -187.102 MilliJy 9930 comps IMAGR2: Total Cleaned flux density = 8.095 Jy 45007 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 6428 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.585 MilliJy iter= 11773 IMAGR2: Field 6 Clean flux density= -208.870 MilliJy 11773 comps IMAGR2: Total Cleaned flux density = 8.073 Jy 46850 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -4.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 9104 Residual map points loaded IMAGR2: Field 6 min allowed flux = -1.828 MilliJy iter= 13194 IMAGR2: Field 6 Clean flux density= -184.199 MilliJy 13194 comps IMAGR2: Total Cleaned flux density = 8.098 Jy 48271 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -6.6 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 1793 cell beam + residuals > 2.00 MilliJy IMAGR2: 17821 Residual map points loaded IMAGR2: Field 6 min allowed flux = 3.278 MilliJy iter= 13258 IMAGR2: Field 6 Clean flux density= -192.171 MilliJy 13258 comps IMAGR2: Total Cleaned flux density = 8.090 Jy 48335 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 13603 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.804 MilliJy iter= 16928 IMAGR2: Field 6 Clean flux density= -261.238 MilliJy 16928 comps IMAGR2: Total Cleaned flux density = 8.021 Jy 52005 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -23.3 MilliJy,max = 22.2 MilliJy IMAGR2: BGC Clean: using 1443 cell beam + residuals > 7.89 MilliJy IMAGR2: 13076 Residual map points loaded IMAGR2: Field 6 min allowed flux = -11.598 MilliJy iter= 17010 IMAGR2: Field 6 Clean flux density= -260.571 MilliJy 17010 comps IMAGR2: Total Cleaned flux density = 8.021 Jy 52087 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.5 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.13 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 7.432 MilliJy iter= 18622 IMAGR2: Field 6 Clean flux density= -211.049 MilliJy 18622 comps IMAGR2: Total Cleaned flux density = 8.071 Jy 53699 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -42.8 MilliJy,max = 45.3 MilliJy IMAGR2: BGC Clean: using 1793 cell beam + residuals > 13.77 MilliJy IMAGR2: 19415 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 27.001 MilliJy iter= 18673 IMAGR2: Field 6 Clean flux density= -167.961 MilliJy 18673 comps IMAGR2: Total Cleaned flux density = 8.114 Jy 53750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -27.2 MilliJy,max = 26.8 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 11.14 MilliJy IMAGR2: 16398 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 24.595 MilliJy iter= 18720 IMAGR2: Field 6 Clean flux density= -140.351 MilliJy 18720 comps IMAGR2: Total Cleaned flux density = 8.142 Jy 53797 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -21.8 MilliJy,max = 20.7 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 8.85 MilliJy IMAGR2: 18683 Residual map points loaded IMAGR2: Field 6 min allowed flux = 10.915 MilliJy iter= 18907 IMAGR2: Field 6 Clean flux density= -159.248 MilliJy 18907 comps IMAGR2: Total Cleaned flux density = 8.123 Jy 53984 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.1 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.77 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 7.105 MilliJy iter= 20489 IMAGR2: Field 6 Clean flux density= -152.519 MilliJy 20489 comps IMAGR2: Total Cleaned flux density = 8.129 Jy 55566 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -36.4 MilliJy,max = 35.4 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 13.10 MilliJy IMAGR2: 16082 Residual map points loaded IMAGR2: Field 6 min allowed flux = 18.200 MilliJy iter= 20606 IMAGR2: Field 6 Clean flux density= -220.937 MilliJy 20606 comps IMAGR2: Total Cleaned flux density = 8.061 Jy 55683 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -18.5 MilliJy,max = 18.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.90 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 6 min allowed flux = -9.043 MilliJy iter= 25759 IMAGR2: Field 6 Clean flux density= -572.897 MilliJy 25759 comps IMAGR2: Total Cleaned flux density = 7.709 Jy 60836 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -164.2 MilliJy,max = 183.6 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 66.05 MilliJy IMAGR2: 17978 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 159.563 MilliJy iter= 25768 IMAGR2: Field 6 Clean flux density= -453.128 MilliJy 25768 comps IMAGR2: Total Cleaned flux density = 7.829 Jy 60845 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -147.5 MilliJy,max = 157.3 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 65.82 MilliJy IMAGR2: 15225 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 153.782 MilliJy iter= 25774 IMAGR2: Field 6 Clean flux density= -359.952 MilliJy 25774 comps IMAGR2: Total Cleaned flux density = 7.922 Jy 60851 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -145.8 MilliJy,max = 150.4 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 63.44 MilliJy IMAGR2: 15967 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 143.069 MilliJy iter= 25785 IMAGR2: Field 6 Clean flux density= -286.726 MilliJy 25785 comps IMAGR2: Total Cleaned flux density = 7.995 Jy 60862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -138.3 MilliJy,max = 136.4 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 59.02 MilliJy IMAGR2: 17997 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 132.363 MilliJy iter= 25801 IMAGR2: Field 6 Clean flux density= -233.372 MilliJy 25801 comps IMAGR2: Total Cleaned flux density = 8.048 Jy 60878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -131.7 MilliJy,max = 125.8 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 54.60 MilliJy IMAGR2: 19251 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 123.758 MilliJy iter= 25811 IMAGR2: Field 6 Clean flux density= -234.528 MilliJy 25811 comps IMAGR2: Total Cleaned flux density = 8.047 Jy 60888 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -125.9 MilliJy,max = 119.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 52.16 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 118.037 MilliJy iter= 25818 IMAGR2: Field 6 Clean flux density= -199.504 MilliJy 25818 comps IMAGR2: Total Cleaned flux density = 8.082 Jy 60895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -124.5 MilliJy,max = 116.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 50.85 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 111.430 MilliJy iter= 25849 IMAGR2: Field 6 Clean flux density= -212.119 MilliJy 25849 comps IMAGR2: Total Cleaned flux density = 8.070 Jy 60926 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -106.4 MilliJy,max = 104.5 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 45.97 MilliJy IMAGR2: 19394 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 102.152 MilliJy iter= 25857 IMAGR2: Field 6 Clean flux density= -171.201 MilliJy 25857 comps IMAGR2: Total Cleaned flux density = 8.111 Jy 60934 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -105.0 MilliJy,max = 100.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 44.44 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 97.353 MilliJy iter= 25867 IMAGR2: Field 6 Clean flux density= -152.362 MilliJy 25867 comps IMAGR2: Total Cleaned flux density = 8.129 Jy 60944 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -101.7 MilliJy,max = 98.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 43.01 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 91.406 MilliJy iter= 25910 IMAGR2: Field 6 Clean flux density= -124.807 MilliJy 25910 comps IMAGR2: Total Cleaned flux density = 8.157 Jy 60987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -89.8 MilliJy,max = 83.8 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 37.71 MilliJy IMAGR2: 19059 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 79.900 MilliJy iter= 25923 IMAGR2: Field 6 Clean flux density= -100.510 MilliJy 25923 comps IMAGR2: Total Cleaned flux density = 8.181 Jy 61000 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -85.6 MilliJy,max = 76.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.73 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 70.421 MilliJy iter= 26078 IMAGR2: Field 6 Clean flux density= -229.888 MilliJy 26078 comps IMAGR2: Total Cleaned flux density = 8.052 Jy 61155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -50.8 MilliJy,max = 47.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.99 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 42.513 MilliJy iter= 26127 IMAGR2: Field 6 Clean flux density= -221.430 MilliJy 26127 comps IMAGR2: Total Cleaned flux density = 8.060 Jy 61204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -40.1 MilliJy,max = 38.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 18.12 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 35.867 MilliJy iter= 26159 IMAGR2: Field 6 Clean flux density= -177.654 MilliJy 26159 comps IMAGR2: Total Cleaned flux density = 8.104 Jy 61236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -37.2 MilliJy,max = 35.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.62 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 30.844 MilliJy iter= 26221 IMAGR2: Field 6 Clean flux density= -159.659 MilliJy 26221 comps IMAGR2: Total Cleaned flux density = 8.122 Jy 61298 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -32.3 MilliJy,max = 29.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.28 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 24.694 MilliJy iter= 26423 IMAGR2: Field 6 Clean flux density= -161.885 MilliJy 26423 comps IMAGR2: Total Cleaned flux density = 8.120 Jy 61500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -17.2 MilliJy,max = 17.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.80 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 12.197 MilliJy iter= 27676 IMAGR2: Field 6 Clean flux density= -195.706 MilliJy 27676 comps IMAGR2: Total Cleaned flux density = 8.086 Jy 62753 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -33.3 MilliJy,max = 27.4 MilliJy IMAGR2: BGC Clean: using 1443 cell beam + residuals > 11.29 MilliJy IMAGR2: 13235 Residual map points loaded IMAGR2: Field 6 min allowed flux = -16.618 MilliJy iter= 27762 IMAGR2: Field 6 Clean flux density= -220.843 MilliJy 27762 comps IMAGR2: Total Cleaned flux density = 8.061 Jy 62839 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -16.4 MilliJy,max = 16.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.66 MilliJy IMAGR2: 19998 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 12.277 MilliJy iter= 28578 IMAGR2: Field 6 Clean flux density= -197.325 MilliJy 28578 comps IMAGR2: Total Cleaned flux density = 8.085 Jy 63655 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -29.7 MilliJy,max = 28.7 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 8.76 MilliJy IMAGR2: 19074 Residual map points loaded IMAGR2: Field 6 min allowed flux = 14.799 MilliJy iter= 28662 IMAGR2: Field 6 Clean flux density= -196.523 MilliJy 28662 comps IMAGR2: Total Cleaned flux density = 8.085 Jy 63739 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.0 MilliJy,max = 14.7 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 6.10 MilliJy IMAGR2: 17894 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 10.496 MilliJy iter= 29084 IMAGR2: Field 6 Clean flux density= -168.113 MilliJy 29084 comps IMAGR2: Total Cleaned flux density = 8.114 Jy 64161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.6 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 1443 cell beam + residuals > 3.56 MilliJy IMAGR2: 18484 Residual map points loaded IMAGR2: Field 6 min allowed flux = -5.641 MilliJy iter= 29157 IMAGR2: Field 6 Clean flux density= -163.201 MilliJy 29157 comps IMAGR2: Total Cleaned flux density = 8.119 Jy 64234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.82 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 3.591 MilliJy iter= 31069 IMAGR2: Field 6 Clean flux density= -131.897 MilliJy 31069 comps IMAGR2: Total Cleaned flux density = 8.150 Jy 66146 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -15.1 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 4.98 MilliJy IMAGR2: 19807 Residual map points loaded IMAGR2: Field 6 min allowed flux = -8.405 MilliJy iter= 31142 IMAGR2: Field 6 Clean flux density= -131.022 MilliJy 31142 comps IMAGR2: Total Cleaned flux density = 8.151 Jy 66219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.6 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.67 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 6.375 MilliJy iter= 31647 IMAGR2: Field 6 Clean flux density= -104.506 MilliJy 31647 comps IMAGR2: Total Cleaned flux density = 8.177 Jy 66724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.6 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 3.13 MilliJy IMAGR2: 15207 Residual map points loaded IMAGR2: Field 6 min allowed flux = -5.274 MilliJy iter= 31719 IMAGR2: Field 6 Clean flux density= -113.083 MilliJy 31719 comps IMAGR2: Total Cleaned flux density = 8.169 Jy 66796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.6 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 2.18 MilliJy IMAGR2: 17352 Residual map points loaded IMAGR2: Field 6 min allowed flux = -2.608 MilliJy iter= 33315 IMAGR2: Field 6 Clean flux density= -175.450 MilliJy 33315 comps IMAGR2: Total Cleaned flux density = 8.106 Jy 68392 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Field 6 min = -14.5 MilliJy,max = 16.3 MilliJy IMAGR2: BGC Clean: using 1795 cell beam + residuals > 4.80 MilliJy IMAGR2: 17657 Residual map points loaded IMAGR2: Field 6 min allowed flux = 8.112 MilliJy iter= 33393 IMAGR2: Field 6 Clean flux density= -153.477 MilliJy 33393 comps IMAGR2: Total Cleaned flux density = 8.128 Jy 68470 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.1 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 3.35 MilliJy IMAGR2: 13897 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 6.712 MilliJy iter= 33562 IMAGR2: Field 6 Clean flux density= -123.633 MilliJy 33562 comps IMAGR2: Total Cleaned flux density = 8.158 Jy 68639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 10172 Residual map points loaded IMAGR2: Field 6 Iter limit, Max resid= -1.891 MilliJy iter= 34923 IMAGR2: Field 6 Clean flux density= -190.449 MilliJy 34923 comps IMAGR2: Total Cleaned flux density = 8.091 Jy 70000 comps IMAGR2: ALGSTB: All 523 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 512- 0 Cells, with 5265 Pts IMAGR2: Total Clean components 70000 reaches limit 70000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2340 to 1327 components IMAGR2: Field 2 compressed from 2674 to 1663 components IMAGR2: Field 3 compressed from 15550 to 7638 components IMAGR2: Field 4 compressed from 5619 to 3335 components IMAGR2: Field 5 compressed from 4514 to 2728 components IMAGR2: Field 6 compressed from 34923 to 14600 components IMAGR2: Field 7 compressed from 4380 to 2640 components IMAGR2: Field 1 min = -6.8 MilliJy,max = 8.5 MilliJy IMAGR2: Field 2 min = -7.2 MilliJy,max = 5.5 MilliJy IMAGR2: Field 3 min = -7.6 MilliJy,max = 5.6 MilliJy IMAGR2: Field 4 min = -4.0 MilliJy,max = 8.3 MilliJy IMAGR2: Field 5 min = -6.7 MilliJy,max = 5.2 MilliJy IMAGR2: Field 6 min = -4.8 MilliJy,max = 9.2 MilliJy IMAGR2: Field 7 min = -4.9 MilliJy,max = 8.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 19.560 MilliJy ( 101 CCs) from field 1 to field 2 IMAGR2: Restore 19.907 MilliJy ( 331 CCs) from field 1 to field 3 IMAGR2: Restore -5.898 MilliJy ( 25 CCs) from field 1 to field 4 IMAGR2: Restore 28.638 MilliJy ( 336 CCs) from field 1 to field 5 IMAGR2: Restore -7.176 MilliJy ( 39 CCs) from field 1 to field 6 IMAGR2: Restore -5.435 MilliJy ( 63 CCs) from field 1 to field 7 IMAGR2: Restore-351.176 MicroJy ( 24 CCs) from field 2 to field 1 IMAGR2: Restore 6.306 MilliJy ( 180 CCs) from field 2 to field 3 IMAGR2: Restore 3.195 MilliJy ( 51 CCs) from field 2 to field 4 IMAGR2: Restore 37.245 MilliJy ( 694 CCs) from field 3 to field 1 IMAGR2: Restore 29.466 MilliJy ( 814 CCs) from field 3 to field 2 IMAGR2: Restore 46.262 MilliJy ( 619 CCs) from field 3 to field 5 IMAGR2: Restore -20.645 MilliJy ( 203 CCs) from field 4 to field 1 IMAGR2: Restore -5.833 MilliJy ( 209 CCs) from field 4 to field 2 IMAGR2: Restore -25.525 MilliJy ( 227 CCs) from field 4 to field 6 IMAGR2: Restore 20.170 MilliJy ( 67 CCs) from field 5 to field 1 IMAGR2: Restore 11.533 MilliJy ( 166 CCs) from field 5 to field 3 IMAGR2: Restore 3.437 MilliJy ( 81 CCs) from field 5 to field 7 IMAGR2: Restore -89.069 MilliJy ( 1947 CCs) from field 6 to field 1 IMAGR2: Restore -69.237 MilliJy ( 1487 CCs) from field 6 to field 4 IMAGR2: Restore -7.879 MilliJy ( 1902 CCs) from field 6 to field 7 IMAGR2: Restore -3.392 MilliJy ( 87 CCs) from field 7 to field 1 IMAGR2: Restore 5.894 MilliJy ( 116 CCs) from field 7 to field 5 IMAGR2: Restore 19.246 MilliJy ( 426 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 7.606 Jy IMAGR2: Field 2 final Clean flux 114.477 MilliJy IMAGR2: Field 3 final Clean flux 681.363 MilliJy IMAGR2: Field 4 final Clean flux -268.782 MilliJy IMAGR2: Field 5 final Clean flux 237.693 MilliJy IMAGR2: Field 6 final Clean flux -203.905 MilliJy IMAGR2: Field 7 final Clean flux -65.048 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= 9 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 211.1 Real= 212 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.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_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 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: 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: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1692 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1340 CELLSIZE 0.41231 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41231 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.098 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.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_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 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: 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: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1692 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 75.7 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 04 47.5 00002 -1 507 512 513 C 3 1012 1012 13 59 45.30 62 07 42.6 00003 -1 507 512 513 C 4 1012 1012 14 01 12.00 62 07 42.6 00004 -1 507 512 513 C 5 1012 1012 13 59 45.16 62 13 33.6 00005 -1 507 512 513 C 6 1012 1012 14 01 12.14 62 13 33.6 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 16 29.5 00007 -1 507 512 513 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.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_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 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: 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: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1692 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1400+621' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR2: Field 2 1012 1012 -1.8203E-02 -3.5103E+02 0 IMAGR2: Field 3 1012 1012 -3.0351E+02 -1.7593E+02 0 IMAGR2: Field 4 1012 1012 3.0348E+02 -1.7593E+02 0 IMAGR2: Field 5 1012 1012 -3.0449E+02 1.7507E+02 0 IMAGR2: Field 6 1012 1012 3.0446E+02 1.7507E+02 0 IMAGR2: Field 7 1012 1012 -1.8203E-02 3.5097E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 16 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6483 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.433E+04 IMAGR2: UVWAIT: Adding temperance S 2.865E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.669E+06 and out 1.178E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.133 due to weighting IMAGR2: UVWAIT: Average summed weight 1.433E+04 over 12925 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 21 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 30 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.25048E+08 IMAGR2: Field 1 Beam min = -207.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.795 x 1.209 arcsec, PA= 68.2 IMAGR2: Field 2 Sum of gridding weights = 1.25048E+08 IMAGR2: Field 2 Beam min = -207.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.793 x 1.210 arcsec, PA= 68.2 IMAGR2: Field 3 Sum of gridding weights = 1.25048E+08 IMAGR2: Field 3 Beam min = -127.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.792 x 1.209 arcsec, PA= 68.0 IMAGR2: Field 4 Sum of gridding weights = 1.25047E+08 IMAGR2: Field 4 Beam min = -107.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.796 x 1.210 arcsec, PA= 68.4 IMAGR2: Field 5 Sum of gridding weights = 1.25048E+08 IMAGR2: Field 5 Beam min = -127.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.793 x 1.209 arcsec, PA= 67.9 IMAGR2: Field 6 Sum of gridding weights = 1.25047E+08 IMAGR2: Field 6 Beam min = -103.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.798 x 1.209 arcsec, PA= 68.4 IMAGR2: Field 7 Sum of gridding weights = 1.25047E+08 IMAGR2: Field 7 Beam min = -207.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.796 x 1.209 arcsec, PA= 68.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -213.7 MilliJy,max = 2.1 Jy IMAGR2: Field 2 min = -187.2 MilliJy,max = 592.9 MilliJy IMAGR2: Field 3 min = -253.3 MilliJy,max = 621.3 MilliJy IMAGR2: Field 4 min = -244.7 MilliJy,max = 763.5 MilliJy IMAGR2: Field 5 min = -268.6 MilliJy,max = 784.9 MilliJy IMAGR2: Field 6 min = -243.8 MilliJy,max = 618.4 MilliJy IMAGR2: Field 7 min = -180.8 MilliJy,max = 604.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 259.97 MilliJy IMAGR2: 3339 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.003 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 1.195 Jy 8 comps IMAGR2: Total Cleaned flux density = 1.195 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -93.4 MilliJy,max = 902.9 MilliJy IMAGR2: BGC Clean: using 1975 cell beam + residuals > 205.30 MilliJy IMAGR2: 235 Residual map points loaded IMAGR2: Field 1 min allowed flux = 431.873 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 1.709 Jy 16 comps IMAGR2: Total Cleaned flux density = 1.709 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -54.8 MilliJy,max = 148.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.418E-01 < Second best 7.272E-01 IMAGR2: Field 4 min = -45.0 MilliJy,max = 137.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.314E-01 < Second best 5.759E-01 IMAGR2: Field 7 min = -37.3 MilliJy,max = 120.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.145E-01 < Second best 5.652E-01 IMAGR2: Field 2 min = -34.0 MilliJy,max = 119.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.139E-01 < Second best 4.874E-01 IMAGR2: Field 3 min = -47.4 MilliJy,max = 116.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.545E-02 < Second best 4.755E-01 IMAGR2: Field 6 min = -47.4 MilliJy,max = 110.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.751E-02 < Second best 4.107E-01 IMAGR2: Field 1 min = -41.6 MilliJy,max = 388.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 53.53 MilliJy IMAGR2: 2463 Residual map points loaded IMAGR2: Field 1 min allowed flux = 191.890 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 1.931 Jy 24 comps IMAGR2: Total Cleaned flux density = 1.931 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.3 MilliJy,max = 173.8 MilliJy IMAGR2: BGC Clean: using 1975 cell beam + residuals > 39.27 MilliJy IMAGR2: 338 Residual map points loaded IMAGR2: Field 1 min allowed flux = 86.101 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 2.044 Jy 33 comps IMAGR2: Total Cleaned flux density = 2.044 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -16.1 MilliJy,max = 35.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.392E-02 < Second best 1.314E-01 IMAGR2: Field 4 min = -12.2 MilliJy,max = 31.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.952E-02 < Second best 1.145E-01 IMAGR2: Field 7 min = -12.4 MilliJy,max = 27.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.602E-02 < Second best 1.139E-01 IMAGR2: Field 2 min = -13.6 MilliJy,max = 30.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.887E-02 < Second best 9.545E-02 IMAGR2: Field 3 min = -13.9 MilliJy,max = 25.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.268E-02 < Second best 8.751E-02 IMAGR2: Field 6 min = -12.3 MilliJy,max = 26.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.090E-02 < Second best 8.190E-02 IMAGR2: Field 1 min = -16.3 MilliJy,max = 78.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.67 MilliJy IMAGR2: 4818 Residual map points loaded IMAGR2: Field 1 min allowed flux = 39.219 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 2.095 Jy 42 comps IMAGR2: Total Cleaned flux density = 2.095 Jy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.5 MilliJy,max = 36.5 MilliJy IMAGR2: BGC Clean: using 1511 cell beam + residuals > 11.49 MilliJy IMAGR2: 213 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.181 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 2.115 Jy 55 comps IMAGR2: Total Cleaned flux density = 2.115 Jy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.7 MilliJy,max = 13.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.323E-02 < Second best 2.952E-02 IMAGR2: Field 4 min = -11.0 MilliJy,max = 11.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.097E-02 < Second best 2.887E-02 IMAGR2: Field 2 min = -15.1 MilliJy,max = 15.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.451E-02 < Second best 2.602E-02 IMAGR2: Field 7 min = -13.4 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.278E-02 < Second best 2.268E-02 IMAGR2: Field 3 min = -13.1 MilliJy,max = 16.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.358E-02 < Second best 2.090E-02 IMAGR2: Field 6 min = -14.0 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.409E-02 < Second best 1.731E-02 IMAGR2: Field 1 min = -18.3 MilliJy,max = 16.8 MilliJy IMAGR2: BGC Clean: using 1497 cell beam + residuals > 6.55 MilliJy IMAGR2: 1455 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -9.506 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 2.106 Jy 86 comps IMAGR2: Total Cleaned flux density = 2.106 Jy 86 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.4 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.325E-02 < Second best 1.409E-02 IMAGR2: Field 6 min = -13.6 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 1497 cell beam + residuals > 6.58 MilliJy IMAGR2: 1741 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -8.873 MilliJy iter= 37 IMAGR2: Field 6 Clean flux density= -5.412 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 2.101 Jy 123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.5 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 1497 cell beam + residuals > 6.58 MilliJy IMAGR2: 1835 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.590 MilliJy iter= 42 IMAGR2: Field 3 Clean flux density= 14.827 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 2.116 Jy 165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.4 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.140E-02 < Second best 1.323E-02 IMAGR2: Field 5 min = -10.2 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.777E-03 < Second best 1.278E-02 IMAGR2: Field 7 min = -11.3 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 1497 cell beam + residuals > 6.58 MilliJy IMAGR2: 513 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 7.665 MilliJy iter= 28 IMAGR2: Field 7 Clean flux density= -22.037 MicroJy 28 comps IMAGR2: Total Cleaned flux density = 2.116 Jy 193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.2 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 1497 cell beam + residuals > 6.58 MilliJy IMAGR2: 863 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 7.851 MilliJy iter= 39 IMAGR2: Field 2 Clean flux density= 3.454 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 2.119 Jy 232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.9 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.024E-03 < Second best 9.777E-03 IMAGR2: Field 5 min = -9.8 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 1499 cell beam + residuals > 5.60 MilliJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -6.481 MilliJy iter= 38 IMAGR2: Field 5 Clean flux density= -2.944 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 2.116 Jy 270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.2 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.904E-03 < Second best 9.024E-03 IMAGR2: Field 4 min = -8.7 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 139 cell beam + residuals > 5.82 MilliJy IMAGR2: 137 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.532 MilliJy iter= 34 IMAGR2: Field 4 Clean flux density= 4.874 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 2.121 Jy 304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.2 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.392E-03 < Second best 8.204E-03 IMAGR2: Field 3 min = -8.6 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.168E-03 < Second best 7.904E-03 IMAGR2: Field 1 min = -7.4 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 139 cell beam + residuals > 5.15 MilliJy IMAGR2: 355 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.896 MilliJy iter= 132 IMAGR2: Field 1 Clean flux density= 2.110 Jy 132 comps IMAGR2: Total Cleaned flux density = 2.125 Jy 350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.7 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 179 cell beam + residuals > 4.68 MilliJy IMAGR2: 2102 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.107 MilliJy iter= 159 IMAGR2: Field 2 Clean flux density= 11.925 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 2.134 Jy 470 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.6 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 179 cell beam + residuals > 4.68 MilliJy IMAGR2: 1366 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.746 MilliJy iter= 152 IMAGR2: Field 6 Clean flux density= -28.002 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 2.111 Jy 585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.9 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.076E-03 < Second best 7.168E-03 IMAGR2: Field 3 min = -7.2 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.17 MilliJy IMAGR2: 842 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.913 MilliJy iter= 151 IMAGR2: Field 3 Clean flux density= 48.284 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 2.144 Jy 694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.2 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.092E-03 < Second best 6.196E-03 IMAGR2: Field 5 min = -6.9 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.330E-03 < Second best 6.076E-03 IMAGR2: Field 7 min = -6.8 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.87 MilliJy IMAGR2: 1476 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.637 MilliJy iter= 173 IMAGR2: Field 7 Clean flux density= 6.776 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 2.151 Jy 839 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.0 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.678E-03 < Second best 5.636E-03 IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.513E-03 < Second best 5.499E-03 IMAGR2: Field 6 min = -5.7 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.378E-03 < Second best 5.330E-03 IMAGR2: Field 5 min = -6.4 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.20 MilliJy IMAGR2: 1358 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.799 MilliJy iter= 201 IMAGR2: Field 5 Clean flux density= -20.071 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 2.134 Jy 1002 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.18 MilliJy IMAGR2: 1405 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.773 MilliJy iter= 221 IMAGR2: Field 4 Clean flux density= 36.249 MilliJy 221 comps IMAGR2: Total Cleaned flux density = 2.165 Jy 1189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.5 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.053E-03 < Second best 4.678E-03 IMAGR2: Field 2 min = -5.4 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.263E-03 < Second best 4.513E-03 IMAGR2: Field 1 min = -4.9 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.95 MilliJy IMAGR2: 365 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.211 MilliJy iter= 227 IMAGR2: Field 1 Clean flux density= 2.095 Jy 227 comps IMAGR2: Total Cleaned flux density = 2.150 Jy 1284 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.6 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.471E-03 < Second best 4.378E-03 IMAGR2: Field 6 min = -4.9 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.878E-03 < Second best 4.263E-03 IMAGR2: Field 2 min = -5.0 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.62 MilliJy IMAGR2: 1383 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.035 MilliJy iter= 362 IMAGR2: Field 2 Clean flux density= 14.902 MilliJy 362 comps IMAGR2: Total Cleaned flux density = 2.153 Jy 1487 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.377E-03 < Second best 3.878E-03 IMAGR2: Field 6 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 1408 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.957 MilliJy iter= 365 IMAGR2: Field 6 Clean flux density= -31.652 MilliJy 365 comps IMAGR2: Total Cleaned flux density = 2.149 Jy 1700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.6 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.232E-03 < Second best 3.609E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.861E-03 < Second best 3.471E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 1386 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.531 MilliJy iter= 397 IMAGR2: Field 7 Clean flux density= 16.413 MilliJy 397 comps IMAGR2: Total Cleaned flux density = 2.159 Jy 1924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 1909 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.563 MilliJy iter= 436 IMAGR2: Field 3 Clean flux density= 41.516 MilliJy 436 comps IMAGR2: Total Cleaned flux density = 2.152 Jy 2209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.720E-03 < Second best 3.070E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.560E-03 < Second best 2.907E-03 IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.546E-03 < Second best 2.861E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 624 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.168 MilliJy iter= 384 IMAGR2: Field 4 Clean flux density= 35.212 MilliJy 384 comps IMAGR2: Total Cleaned flux density = 2.151 Jy 2372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 776 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.991 MilliJy iter= 535 IMAGR2: Field 6 Clean flux density= -36.094 MilliJy 535 comps IMAGR2: Total Cleaned flux density = 2.147 Jy 2542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 901 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.020 MilliJy iter= 426 IMAGR2: Field 5 Clean flux density= -27.846 MilliJy 426 comps IMAGR2: Total Cleaned flux density = 2.139 Jy 2767 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.236E-03 < Second best 2.546E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 464 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.937 MilliJy iter= 519 IMAGR2: Field 2 Clean flux density= 15.213 MilliJy 519 comps IMAGR2: Total Cleaned flux density = 2.139 Jy 2924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.977E-03 < Second best 2.423E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.126E-03 < Second best 2.236E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 195 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.609 MilliJy iter= 326 IMAGR2: Field 1 Clean flux density= 2.100 Jy 326 comps IMAGR2: Total Cleaned flux density = 2.144 Jy 3023 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 703 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.656 MilliJy iter= 600 IMAGR2: Field 7 Clean flux density= 18.642 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 2.147 Jy 3226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.844E-03 < Second best 1.977E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1530 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.634 MilliJy iter= 743 IMAGR2: Field 3 Clean flux density= 44.998 MilliJy 743 comps IMAGR2: Total Cleaned flux density = 2.150 Jy 3533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 154 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.456 MilliJy iter= 501 IMAGR2: Field 5 Clean flux density= -27.090 MilliJy 501 comps IMAGR2: Total Cleaned flux density = 2.151 Jy 3608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 2856 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.526 MilliJy iter= 960 IMAGR2: Field 6 Clean flux density= -21.986 MilliJy 960 comps IMAGR2: Total Cleaned flux density = 2.165 Jy 4033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1558 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.412 MilliJy iter= 878 IMAGR2: Field 2 Clean flux density= 2.690 MilliJy 878 comps IMAGR2: Total Cleaned flux density = 2.153 Jy 4392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 211 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.307 MilliJy iter= 487 IMAGR2: Field 4 Clean flux density= 38.429 MilliJy 487 comps IMAGR2: Total Cleaned flux density = 2.156 Jy 4495 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 998 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.320 MilliJy iter= 872 IMAGR2: Field 7 Clean flux density= 19.894 MilliJy 872 comps IMAGR2: Total Cleaned flux density = 2.157 Jy 4767 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1209 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.264 MilliJy iter= 1029 IMAGR2: Field 3 Clean flux density= 43.238 MilliJy 1029 comps IMAGR2: Total Cleaned flux density = 2.155 Jy 5053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.294E-03 < Second best 1.463E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1163 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.151 MilliJy iter= 1235 IMAGR2: Field 6 Clean flux density= -28.500 MilliJy 1235 comps IMAGR2: Total Cleaned flux density = 2.149 Jy 5328 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1112 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.136 MilliJy iter= 822 IMAGR2: Field 5 Clean flux density= -23.345 MilliJy 822 comps IMAGR2: Total Cleaned flux density = 2.152 Jy 5649 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 968 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.078 MilliJy iter= 1165 IMAGR2: Field 2 Clean flux density= 2.946 MilliJy 1165 comps IMAGR2: Total Cleaned flux density = 2.153 Jy 5936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 78 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.026 MilliJy iter= 376 IMAGR2: Field 1 Clean flux density= 2.099 Jy 376 comps IMAGR2: Total Cleaned flux density = 2.152 Jy 5986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 975.02 MicroJy IMAGR2: 545 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.014 MilliJy iter= 1071 IMAGR2: Field 7 Clean flux density= 24.455 MilliJy 1071 comps IMAGR2: Total Cleaned flux density = 2.157 Jy 6185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.83 MicroJy IMAGR2: 894 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.015 MilliJy iter= 705 IMAGR2: Field 4 Clean flux density= 42.481 MilliJy 705 comps IMAGR2: Total Cleaned flux density = 2.161 Jy 6403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 892.06 MicroJy IMAGR2: 2569 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.015 MilliJy iter= 1327 IMAGR2: Field 3 Clean flux density= 40.730 MilliJy 1327 comps IMAGR2: Total Cleaned flux density = 2.158 Jy 6701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 831.25 MicroJy IMAGR2: 3257 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.015 MilliJy iter= 1384 IMAGR2: Field 6 Clean flux density= -32.471 MilliJy 1384 comps IMAGR2: Total Cleaned flux density = 2.154 Jy 6850 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 745.20 MicroJy IMAGR2: 3457 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.015 MilliJy iter= 843 IMAGR2: Field 5 Clean flux density= -23.013 MilliJy 843 comps IMAGR2: Total Cleaned flux density = 2.155 Jy 6871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 629.78 MicroJy IMAGR2: 9019 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.003 MilliJy iter= 1173 IMAGR2: Field 2 Clean flux density= 2.335 MilliJy 1173 comps IMAGR2: Total Cleaned flux density = 2.154 Jy 6879 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 510.32 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.003 MilliJy iter= 383 IMAGR2: Field 1 Clean flux density= 2.100 Jy 383 comps IMAGR2: Total Cleaned flux density = 2.155 Jy 6886 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.015 less than limit 1.015 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 383 to 219 components IMAGR2: Field 2 compressed from 1173 to 812 components IMAGR2: Field 3 compressed from 1327 to 890 components IMAGR2: Field 4 compressed from 705 to 497 components IMAGR2: Field 5 compressed from 843 to 592 components IMAGR2: Field 6 compressed from 1384 to 946 components IMAGR2: Field 7 compressed from 1071 to 758 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -4.530 MilliJy ( 23 CCs) from field 1 to field 2 IMAGR2: Restore 210.169 MicroJy ( 36 CCs) from field 1 to field 3 IMAGR2: Restore 938.698 MicroJy ( 26 CCs) from field 1 to field 4 IMAGR2: Restore 928.464 MicroJy ( 21 CCs) from field 1 to field 5 IMAGR2: Restore -1.915 MilliJy ( 38 CCs) from field 1 to field 6 IMAGR2: Restore 744.740 MicroJy ( 22 CCs) from field 1 to field 7 IMAGR2: Restore -5.992 MilliJy ( 24 CCs) from field 2 to field 1 IMAGR2: Restore -4.975 MilliJy ( 131 CCs) from field 2 to field 3 IMAGR2: Restore 596.102 MicroJy ( 49 CCs) from field 2 to field 4 IMAGR2: Restore 2.638 MilliJy ( 21 CCs) from field 3 to field 1 IMAGR2: Restore 10.543 MilliJy ( 49 CCs) from field 3 to field 2 IMAGR2: Restore 263.398 MicroJy ( 21 CCs) from field 3 to field 5 IMAGR2: Restore 5.530 MilliJy ( 25 CCs) from field 4 to field 1 IMAGR2: Restore 2.225 MilliJy ( 12 CCs) from field 4 to field 2 IMAGR2: Restore 2.261 MilliJy ( 24 CCs) from field 4 to field 6 IMAGR2: Restore -4.263 MilliJy ( 40 CCs) from field 5 to field 1 IMAGR2: Restore 1.128 MilliJy ( 21 CCs) from field 5 to field 3 IMAGR2: Restore -2.347 MilliJy ( 26 CCs) from field 5 to field 7 IMAGR2: Restore -1.029 MilliJy ( 23 CCs) from field 6 to field 1 IMAGR2: Restore 430.068 MicroJy ( 30 CCs) from field 6 to field 4 IMAGR2: Restore -7.188 MilliJy ( 47 CCs) from field 6 to field 7 IMAGR2: Restore 3.467 MilliJy ( 13 CCs) from field 7 to field 1 IMAGR2: Restore 3.120 MilliJy ( 52 CCs) from field 7 to field 5 IMAGR2: Restore 3.050 MilliJy ( 86 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.100 Jy IMAGR2: Field 2 final Clean flux 10.574 MilliJy IMAGR2: Field 3 final Clean flux 37.093 MilliJy IMAGR2: Field 4 final Clean flux 44.446 MilliJy IMAGR2: Field 5 final Clean flux -18.701 MilliJy IMAGR2: Field 6 final Clean flux -29.075 MilliJy IMAGR2: Field 7 final Clean flux 15.664 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= 16 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 77.3 Real= 78 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.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_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 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: 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: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1692 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null 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: 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: 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: 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08813 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1549+506 C BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1378 CELLSIZE 0.40104 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40104 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1549+506_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.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_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 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: 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: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1692 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null 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: 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: 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: 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08813 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1549+506 C BAND Seq 1 Disk: 1 in slot 5 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1549+506_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 67.4 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.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_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 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: 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: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1692 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null 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: 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: 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: 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08813 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2:C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 32 24.4 00002 -1 507 512 513 C 3 1012 1012 15 48 46.42 50 35 14.8 00003 -1 507 512 513 C 4 1012 1012 15 49 48.51 50 35 14.8 00004 -1 507 512 513 C 5 1012 1012 15 48 46.36 50 40 56.2 00005 -1 507 512 513 C 6 1012 1012 15 49 48.58 50 40 56.2 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 43 47.2 00007 -1 507 512 513 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR2: Field 2 1012 1012 1.3319E-02 -3.4139E+02 0 IMAGR2: Field 3 1012 1012 -2.9539E+02 -1.7099E+02 0 IMAGR2: Field 4 1012 1012 2.9532E+02 -1.7099E+02 0 IMAGR2: Field 5 1012 1012 -2.9596E+02 1.7041E+02 0 IMAGR2: Field 6 1012 1012 2.9599E+02 1.7041E+02 0 IMAGR2: Field 7 1012 1012 1.3319E-02 3.4141E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1549+506 .IMAGR . 1 (UV) on disk 1 cno 23 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 23966 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.654E+04 IMAGR2: UVWAIT: Adding temperance S 3.309E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.423E+07 and out 4.526E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.132 due to weighting IMAGR2: UVWAIT: Average summed weight 1.654E+04 over 47885 vis IMAGR2: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 37 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.80474E+08 IMAGR2: Field 1 Beam min = -173.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.017 x 1.220 arcsec, PA= -84.3 IMAGR2: Field 2 Sum of gridding weights = 4.80473E+08 IMAGR2: Field 2 Beam min = -173.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.017 x 1.220 arcsec, PA= -84.2 IMAGR2: Field 3 Sum of gridding weights = 4.80472E+08 IMAGR2: Field 3 Beam min = -94.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.014 x 1.220 arcsec, PA= -84.4 IMAGR2: Field 4 Sum of gridding weights = 4.80474E+08 IMAGR2: Field 4 Beam min = -80.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.021 x 1.220 arcsec, PA= -84.1 IMAGR2: Field 5 Sum of gridding weights = 4.80474E+08 IMAGR2: Field 5 Beam min = -94.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.013 x 1.220 arcsec, PA= -84.5 IMAGR2: Field 6 Sum of gridding weights = 4.80473E+08 IMAGR2: Field 6 Beam min = -80.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.020 x 1.220 arcsec, PA= -84.2 IMAGR2: Field 7 Sum of gridding weights = 4.80475E+08 IMAGR2: Field 7 Beam min = -173.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.016 x 1.220 arcsec, PA= -84.4 IMAGR2: CLBHIS: minimum component 0.350 of current peak IMAGR2: Field 1 min = -72.5 MilliJy,max = 983.9 MilliJy IMAGR2: Field 2 min = -50.5 MilliJy,max = 98.7 MilliJy IMAGR2: Field 3 min = -90.1 MilliJy,max = 84.4 MilliJy IMAGR2: Field 4 min = -85.1 MilliJy,max = 89.7 MilliJy IMAGR2: Field 5 min = -88.2 MilliJy,max = 96.6 MilliJy IMAGR2: Field 6 min = -81.4 MilliJy,max = 87.0 MilliJy IMAGR2: Field 7 min = -50.6 MilliJy,max = 94.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 64.59 MilliJy IMAGR2: 1480 Residual map points loaded IMAGR2: Field 1 min allowed flux = 343.051 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 675.114 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 675.114 MilliJy 11 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.6 MilliJy,max = 308.8 MilliJy IMAGR2: BGC Clean: using 249 cell beam + residuals > 47.71 MilliJy IMAGR2: 42 Residual map points loaded IMAGR2: Field 1 min allowed flux = 107.657 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 886.980 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 886.980 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 96.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 39.84 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 48.904 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 942.649 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 942.649 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.426E-03 < Second best 9.046E-02 IMAGR2: Field 7 min = -3.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.822E-03 < Second best 8.788E-02 IMAGR2: Field 5 min = -5.4 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.946E-03 < Second best 8.565E-02 IMAGR2: Field 4 min = -3.6 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.294E-03 < Second best 8.306E-02 IMAGR2: Field 6 min = -3.7 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.505E-03 < Second best 8.058E-02 IMAGR2: Field 3 min = -5.3 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.727E-03 < Second best 4.649E-02 IMAGR2: Field 1 min = -4.0 MilliJy,max = 44.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.21 MilliJy IMAGR2: 1758 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = 15.295 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 978.400 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 978.400 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 163 cell beam + residuals > 2.68 MilliJy IMAGR2: 61 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.688 MilliJy iter= 58 IMAGR2: Field 1 Clean flux density= 988.728 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 988.728 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.329E-03 < Second best 5.426E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.404E-03 < Second best 5.294E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.513E-03 < Second best 4.822E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.159E-03 < Second best 4.727E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.737E-03 < Second best 4.505E-03 IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.253E-03 < Second best 4.460E-03 IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.578 MilliJy iter= 87 IMAGR2: Field 1 Clean flux density= 988.382 MilliJy 87 comps IMAGR2: Total Cleaned flux density = 988.382 MilliJy 87 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR2: 5470 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.834 MilliJy iter= 62 IMAGR2: Field 3 Clean flux density= 3.729 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 992.111 MilliJy 149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 3204 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.539 MilliJy iter= 67 IMAGR2: Field 4 Clean flux density= -722.350 MicroJy 67 comps IMAGR2: Total Cleaned flux density = 991.389 MilliJy 216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.766E-03 < Second best 3.329E-03 IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 3407 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.489 MilliJy iter= 93 IMAGR2: Field 5 Clean flux density= 3.042 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 994.431 MilliJy 309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 4026 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.472 MilliJy iter= 133 IMAGR2: Field 6 Clean flux density= 3.472 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 997.902 MilliJy 442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 492 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.095 MilliJy iter= 75 IMAGR2: Field 7 Clean flux density= -530.082 MicroJy 75 comps IMAGR2: Total Cleaned flux density = 997.372 MilliJy 517 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.79 MilliJy IMAGR2: 691 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.084 MilliJy iter= 87 IMAGR2: Field 2 Clean flux density= 9.782 MilliJy 87 comps IMAGR2: Total Cleaned flux density = 1.007 Jy 604 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 3806 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.270 MilliJy iter= 262 IMAGR2: Field 3 Clean flux density= 9.381 MilliJy 262 comps IMAGR2: Total Cleaned flux density = 1.013 Jy 804 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 132 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.855 MilliJy iter= 137 IMAGR2: Field 1 Clean flux density= 987.448 MilliJy 137 comps IMAGR2: Total Cleaned flux density = 1.012 Jy 854 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 2247 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.051 MilliJy iter= 249 IMAGR2: Field 4 Clean flux density= -4.182 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 1.008 Jy 1036 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.213E-03 < Second best 2.367E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 3115 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.966 MilliJy iter= 376 IMAGR2: Field 6 Clean flux density= 7.465 MilliJy 376 comps IMAGR2: Total Cleaned flux density = 1.012 Jy 1279 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 2700 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.932 MilliJy iter= 363 IMAGR2: Field 5 Clean flux density= 10.779 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 1.020 Jy 1549 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 2560 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.821 MilliJy iter= 535 IMAGR2: Field 3 Clean flux density= 15.787 MilliJy 535 comps IMAGR2: Total Cleaned flux density = 1.027 Jy 1822 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.855E-03 < Second best 1.995E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.775E-03 < Second best 1.966E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 2419 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.697 MilliJy iter= 526 IMAGR2: Field 4 Clean flux density= -4.328 MilliJy 526 comps IMAGR2: Total Cleaned flux density = 1.026 Jy 2099 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 2215 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.626 MilliJy iter= 662 IMAGR2: Field 6 Clean flux density= 1.063 MilliJy 662 comps IMAGR2: Total Cleaned flux density = 1.020 Jy 2385 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.716E-03 < Second best 1.853E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 2569 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.567 MilliJy iter= 693 IMAGR2: Field 5 Clean flux density= 13.537 MilliJy 693 comps IMAGR2: Total Cleaned flux density = 1.023 Jy 2715 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.678E-03 < Second best 1.774E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.566E-03 < Second best 1.747E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 2804 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.489 MilliJy iter= 900 IMAGR2: Field 3 Clean flux density= 17.261 MilliJy 900 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 3080 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 582 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.399 MilliJy iter= 267 IMAGR2: Field 7 Clean flux density= 2.454 MilliJy 267 comps IMAGR2: Total Cleaned flux density = 1.027 Jy 3272 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.372 MilliJy iter= 228 IMAGR2: Field 2 Clean flux density= 14.095 MilliJy 228 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 3413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1718 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.375 MilliJy iter= 821 IMAGR2: Field 4 Clean flux density= -4.266 MilliJy 821 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 3708 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.443E-03 < Second best 1.560E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.2 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1738 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.321 MilliJy iter= 975 IMAGR2: Field 6 Clean flux density= 1.747 MilliJy 975 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 4021 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 2015 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.269 MilliJy iter= 1033 IMAGR2: Field 5 Clean flux density= 13.073 MilliJy 1033 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 4361 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.343E-03 < Second best 1.430E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 2125 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.221 MilliJy iter= 1284 IMAGR2: Field 3 Clean flux density= 20.259 MilliJy 1284 comps IMAGR2: Total Cleaned flux density = 1.035 Jy 4745 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 65 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.133 MilliJy iter= 178 IMAGR2: Field 1 Clean flux density= 987.544 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 1.035 Jy 4786 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 415 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.146 MilliJy iter= 428 IMAGR2: Field 7 Clean flux density= 3.506 MilliJy 428 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 4947 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1835 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.152 MilliJy iter= 1178 IMAGR2: Field 4 Clean flux density= 2.140 MilliJy 1178 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 5304 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 422 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.094 MilliJy iter= 399 IMAGR2: Field 2 Clean flux density= 17.623 MilliJy 399 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 5475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1789 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.094 MilliJy iter= 1353 IMAGR2: Field 6 Clean flux density= 2.536 MilliJy 1353 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 5853 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 986.79 MicroJy IMAGR2: 1876 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.052 MilliJy iter= 1417 IMAGR2: Field 5 Clean flux density= 12.078 MilliJy 1417 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 6237 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 950.66 MicroJy IMAGR2: 1651 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.008 MilliJy iter= 1655 IMAGR2: Field 3 Clean flux density= 18.614 MilliJy 1655 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 6608 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 923.91 MicroJy IMAGR2: 1859 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 977.638 MicroJy iter= 1559 IMAGR2: Field 4 Clean flux density= -896.692 MicroJy 1559 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 6989 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 910.13 MicroJy IMAGR2: 527 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -938.141 MicroJy iter= 634 IMAGR2: Field 7 Clean flux density= 2.284 MilliJy 634 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 7195 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 905.78 MicroJy IMAGR2: 42 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 906.351 MicroJy iter= 210 IMAGR2: Field 1 Clean flux density= 987.370 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 7227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 878.34 MicroJy IMAGR2: 1547 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -925.396 MicroJy iter= 1727 IMAGR2: Field 6 Clean flux density= 2.184 MilliJy 1727 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 7601 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 865.87 MicroJy IMAGR2: 751 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 898.659 MicroJy iter= 676 IMAGR2: Field 2 Clean flux density= 20.577 MilliJy 676 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 7878 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 836.14 MicroJy IMAGR2: 1708 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -879.498 MicroJy iter= 1818 IMAGR2: Field 5 Clean flux density= 9.096 MilliJy 1818 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 8279 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 809.74 MicroJy IMAGR2: 1455 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 848.487 MicroJy iter= 2038 IMAGR2: Field 3 Clean flux density= 15.044 MilliJy 2038 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 8662 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 783.84 MicroJy IMAGR2: 2198 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 828.839 MicroJy iter= 2047 IMAGR2: Field 4 Clean flux density= 1.318 MilliJy 2047 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 9150 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 773.88 MicroJy IMAGR2: 605 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 796.891 MicroJy iter= 893 IMAGR2: Field 7 Clean flux density= 1.531 MilliJy 893 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 9409 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 752.22 MicroJy IMAGR2: 1407 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 784.800 MicroJy iter= 2124 IMAGR2: Field 6 Clean flux density= 2.407 MilliJy 2124 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 9806 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 971.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 749.63 MicroJy IMAGR2: 81 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 754.270 MicroJy iter= 259 IMAGR2: Field 1 Clean flux density= 987.425 MilliJy 259 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 9855 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 738.19 MicroJy IMAGR2: 626 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -758.340 MicroJy iter= 928 IMAGR2: Field 2 Clean flux density= 24.329 MilliJy 928 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 10107 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 715.84 MicroJy IMAGR2: 1732 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 747.328 MicroJy iter= 2251 IMAGR2: Field 5 Clean flux density= 8.340 MilliJy 2251 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 10540 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 695.99 MicroJy IMAGR2: 1434 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -724.647 MicroJy iter= 2454 IMAGR2: Field 3 Clean flux density= 13.712 MilliJy 2454 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 10956 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 672.18 MicroJy IMAGR2: 2167 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 704.908 MicroJy iter= 2569 IMAGR2: Field 4 Clean flux density= 2.777 MilliJy 2569 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 11478 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 663.05 MicroJy IMAGR2: 785 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -681.691 MicroJy iter= 1197 IMAGR2: Field 7 Clean flux density= -263.300 MicroJy 1197 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 11782 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.67 MicroJy IMAGR2: 1644 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 673.515 MicroJy iter= 2593 IMAGR2: Field 6 Clean flux density= 3.860 MilliJy 2593 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 12251 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 638.89 MicroJy IMAGR2: 789 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -655.668 MicroJy iter= 1231 IMAGR2: Field 2 Clean flux density= 23.926 MilliJy 1231 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 12554 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 1 min = -920.6 MicroJy,max = 839.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.831E-04 < Second best 7.181E-04 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 619.22 MicroJy IMAGR2: 1882 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -643.428 MicroJy iter= 2725 IMAGR2: Field 5 Clean flux density= 6.851 MilliJy 2725 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 13028 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.18 MicroJy IMAGR2: 1582 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 627.950 MicroJy iter= 2945 IMAGR2: Field 3 Clean flux density= 14.458 MilliJy 2945 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 13519 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 1 min = -895.9 MicroJy,max = 827.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.07 MicroJy IMAGR2: 67 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 604.757 MicroJy iter= 303 IMAGR2: Field 1 Clean flux density= 988.297 MilliJy 303 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 13563 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 > 584.67 MicroJy IMAGR2: 1728 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 606.105 MicroJy iter= 3046 IMAGR2: Field 4 Clean flux density= 4.141 MilliJy 3046 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 14040 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 7 min = -981.0 MicroJy,max = 959.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 575.77 MicroJy IMAGR2: 789 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 589.522 MicroJy iter= 1511 IMAGR2: Field 7 Clean flux density= -2.236 MilliJy 1511 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 14354 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.25 MicroJy IMAGR2: 1688 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -583.327 MicroJy iter= 3101 IMAGR2: Field 6 Clean flux density= 4.545 MilliJy 3101 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 14862 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 554.19 MicroJy IMAGR2: 890 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 568.271 MicroJy iter= 1583 IMAGR2: Field 2 Clean flux density= 24.914 MilliJy 1583 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 15214 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.72 MicroJy IMAGR2: 2046 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -560.086 MicroJy iter= 3262 IMAGR2: Field 5 Clean flux density= 3.881 MilliJy 3262 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 15751 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 994.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 526.97 MicroJy IMAGR2: 1555 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 544.201 MicroJy iter= 3433 IMAGR2: Field 3 Clean flux density= 13.662 MilliJy 3433 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 16239 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.18 MicroJy IMAGR2: 1912 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -531.876 MicroJy iter= 3574 IMAGR2: Field 4 Clean flux density= 5.338 MilliJy 3574 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 16767 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 1 min = -789.9 MicroJy,max = 708.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.375E-04 < Second best 5.662E-04 IMAGR2: Field 7 min = -895.7 MicroJy,max = 893.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.46 MicroJy IMAGR2: 998 Residual map points loaded IMAGR2: Field 7 min Clean flux = -528.759 MicroJy iter= 1779 IMAGR2: Field 7 Clean flux density= -3.355 MilliJy 1779 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 17035 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 6 min = -998.8 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 491.61 MicroJy IMAGR2: 2045 Residual map points loaded IMAGR2: Field 6 min Clean flux = -528.772 MicroJy iter= 3411 IMAGR2: Field 6 Clean flux density= 5.048 MilliJy 3411 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 17345 comps IMAGR2: ALGSTB: All 452 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 441- 0 Cells, with 23966 Pts IMAGR2: Field 2 min = -885.2 MicroJy,max = 953.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 477.64 MicroJy IMAGR2: 1292 Residual map points loaded IMAGR2: Field 2 min Clean flux = 528.399 MicroJy iter= 1658 IMAGR2: Field 2 Clean flux density= 25.390 MilliJy 1658 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 17420 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.96 MicroJy IMAGR2: 3632 Residual map points loaded IMAGR2: Field 5 min Clean flux = -528.448 MicroJy iter= 3349 IMAGR2: Field 5 Clean flux density= 4.049 MilliJy 3349 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 17507 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -742.8 MicroJy,max = 680.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.71 MicroJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 1 min Clean flux = -526.816 MicroJy iter= 312 IMAGR2: Field 1 Clean flux density= 988.137 MilliJy 312 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 17516 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 922.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 429.42 MicroJy IMAGR2: 7136 Residual map points loaded IMAGR2: Field 3 min Clean flux = -528.668 MicroJy iter= 3531 IMAGR2: Field 3 Clean flux density= 14.109 MilliJy 3531 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 17614 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -966.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 358.37 MicroJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 4 min Clean flux = 527.469 MicroJy iter= 3583 IMAGR2: Field 4 Clean flux density= 5.284 MilliJy 3583 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 17623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 528.772 less than limit 528.799 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 312 to 164 components IMAGR2: Field 2 compressed from 1658 to 910 components IMAGR2: Field 3 compressed from 3531 to 1871 components IMAGR2: Field 4 compressed from 3583 to 1977 components IMAGR2: Field 5 compressed from 3349 to 1817 components IMAGR2: Field 6 compressed from 3411 to 1795 components IMAGR2: Field 7 compressed from 1779 to 957 components IMAGR2: Field 1 min = -749.7 MicroJy,max = 689.9 MicroJy IMAGR2: Field 2 min = -859.8 MicroJy,max = 925.8 MicroJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 913.6 MicroJy IMAGR2: Field 4 min = -967.5 MicroJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -978.7 MicroJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -847.8 MicroJy,max = 831.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 245.802 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 1.663 MilliJy ( 49 CCs) from field 1 to field 3 IMAGR2: Restore 1.028 MilliJy ( 35 CCs) from field 1 to field 4 IMAGR2: Restore 87.408 MicroJy ( 37 CCs) from field 1 to field 5 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 874.603 MicroJy ( 55 CCs) from field 1 to field 6 IMAGR2: Restore 637.097 MicroJy ( 8 CCs) from field 1 to field 7 IMAGR2: Restore 1.284 MilliJy ( 29 CCs) from field 2 to field 1 IMAGR2: Restore 6.044 MilliJy ( 183 CCs) from field 2 to field 3 IMAGR2: Restore 2.500 MilliJy ( 44 CCs) from field 2 to field 4 IMAGR2: Restore 5.486 MilliJy ( 61 CCs) from field 3 to field 1 IMAGR2: Restore 5.984 MilliJy ( 97 CCs) from field 3 to field 2 IMAGR2: Restore 1.319 MilliJy ( 111 CCs) from field 3 to field 5 IMAGR2: Restore-417.554 MicroJy ( 59 CCs) from field 4 to field 1 IMAGR2: Restore 2.685 MilliJy ( 62 CCs) from field 4 to field 2 IMAGR2: Restore -6.559 MilliJy ( 216 CCs) from field 4 to field 6 IMAGR2: Restore-998.294 MicroJy ( 35 CCs) from field 5 to field 1 IMAGR2: Restore 4.720 MilliJy ( 185 CCs) from field 5 to field 3 IMAGR2: Restore -1.546 MilliJy ( 61 CCs) from field 5 to field 7 IMAGR2: Restore 532.023 MicroJy ( 45 CCs) from field 6 to field 1 IMAGR2: Restore 1.481 MilliJy ( 91 CCs) from field 6 to field 4 IMAGR2: Restore 276.402 MicroJy ( 78 CCs) from field 6 to field 7 IMAGR2: Restore 301.721 MicroJy ( 11 CCs) from field 7 to field 1 IMAGR2: Restore-418.195 MicroJy ( 54 CCs) from field 7 to field 5 IMAGR2: Restore 1.117 MilliJy ( 153 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 994.326 MilliJy IMAGR2: Field 2 final Clean flux 34.305 MilliJy IMAGR2: Field 3 final Clean flux 26.536 MilliJy IMAGR2: Field 4 final Clean flux 10.293 MilliJy IMAGR2: Field 5 final Clean flux 5.037 MilliJy IMAGR2: Field 6 final Clean flux 480.935 MicroJy IMAGR2: Field 7 final Clean flux -3.987 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= 23 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 104.6 Real= 105 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07127 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 C BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1379 CELLSIZE 0.40076 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40076 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07127 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 C BAND Seq 1 Disk: 1 in slot 6 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 61.9 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 11 06.6 00002 -1 507 512 513 C 3 1012 1012 16 01 13.41 43 13 57.0 00003 -1 507 512 513 C 4 1012 1012 16 02 07.48 43 13 57.0 00004 -1 507 512 513 C 5 1012 1012 16 01 13.37 43 19 38.1 00005 -1 507 512 513 C 6 1012 1012 16 02 07.52 43 19 38.1 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 22 28.9 00007 -1 507 512 513 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07127 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 4.3681E-02 -3.4116E+02 0 IMAGR2: Field 3 1012 1012 -2.9524E+02 -1.7076E+02 0 IMAGR2: Field 4 1012 1012 2.9522E+02 -1.7076E+02 0 IMAGR2: Field 5 1012 1012 -2.9568E+02 1.7034E+02 0 IMAGR2: Field 6 1012 1012 2.9565E+02 1.7034E+02 0 IMAGR2: Field 7 1012 1012 4.3681E-02 3.4114E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 30 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36682 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.423E+04 IMAGR2: UVWAIT: Adding temperance S 6.846E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.087E+07 and out 7.325E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR2: UVWAIT: Average summed weight 3.423E+04 over 73364 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 44 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 7.77694E+08 IMAGR2: Field 1 Beam min = -101.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.148 x 1.177 arcsec, PA= -78.2 IMAGR2: Field 2 Sum of gridding weights = 7.77693E+08 IMAGR2: Field 2 Beam min = -101.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.149 x 1.177 arcsec, PA= -78.1 IMAGR2: Field 3 Sum of gridding weights = 7.77692E+08 IMAGR2: Field 3 Beam min = -76.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.144 x 1.177 arcsec, PA= -78.2 IMAGR2: Field 4 Sum of gridding weights = 7.77694E+08 IMAGR2: Field 4 Beam min = -120.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.154 x 1.177 arcsec, PA= -78.0 IMAGR2: Field 5 Sum of gridding weights = 7.77692E+08 IMAGR2: Field 5 Beam min = -72.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.143 x 1.177 arcsec, PA= -78.3 IMAGR2: Field 6 Sum of gridding weights = 7.77692E+08 IMAGR2: Field 6 Beam min = -72.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.152 x 1.176 arcsec, PA= -78.1 IMAGR2: Field 7 Sum of gridding weights = 7.77693E+08 IMAGR2: Field 7 Beam min = -101.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.147 x 1.176 arcsec, PA= -78.2 IMAGR2: CLBHIS: minimum component 0.438 of current peak IMAGR2: Field 1 min = -3.0 MilliJy,max = 26.8 MilliJy IMAGR2: Field 2 min = -2.5 MilliJy,max = 4.2 MilliJy IMAGR2: Field 3 min = -2.2 MilliJy,max = 3.8 MilliJy IMAGR2: Field 4 min = -2.0 MilliJy,max = 6.7 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 6.5 MilliJy IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: Field 7 min = -2.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 2.18 MilliJy IMAGR2: 8156 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.556 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 30.047 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 30.047 MilliJy 17 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.8 MilliJy,max = 11.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 1.70 MilliJy IMAGR2: 964 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.571 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 44.030 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 44.030 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -813.0 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.248E-03 < Second best 6.192E-03 IMAGR2: Field 5 min = -778.4 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.293E-03 < Second best 4.348E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 77 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.047 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 49.248 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 49.248 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -842.1 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.841E-04 < Second best 3.649E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 7 min = -825.2 MicroJy,max = 978.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.355E-04 < Second best 2.815E-03 IMAGR2: Field 6 min = -709.1 MicroJy,max = 904.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.912E-04 < Second best 2.739E-03 IMAGR2: Field 3 min = -718.1 MicroJy,max = 964.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.335E-04 < Second best 1.949E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 510.86 MicroJy IMAGR2: 8272 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 988.517 MicroJy iter= 120 IMAGR2: Field 1 Clean flux density= 54.944 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 54.944 MilliJy 120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -805.2 MicroJy,max = 849.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.125E-04 < Second best 1.248E-03 IMAGR2: Field 4 min = -732.9 MicroJy,max = 834.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.298E-04 < Second best 9.841E-04 IMAGR2: Field 2 min = -827.1 MicroJy,max = 881.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.434E-04 < Second best 9.428E-04 IMAGR2: Field 1 min = -980.0 MicroJy,max = 910.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 462.58 MicroJy IMAGR2: 7966 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 749.112 MicroJy iter= 220 IMAGR2: Field 1 Clean flux density= 59.314 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 59.314 MilliJy 220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -713.6 MicroJy,max = 764.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.983E-04 < Second best 8.434E-04 IMAGR2: Field 2 min = -778.0 MicroJy,max = 790.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.566E-04 < Second best 8.125E-04 IMAGR2: Field 5 min = -739.5 MicroJy,max = 794.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.99 MicroJy IMAGR2: 1764 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 578.970 MicroJy iter= 71 IMAGR2: Field 5 Clean flux density= 3.225 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 62.539 MilliJy 291 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -640.6 MicroJy,max = 716.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.448E-04 < Second best 7.566E-04 IMAGR2: Field 2 min = -757.1 MicroJy,max = 764.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 444.55 MicroJy IMAGR2: 1409 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 547.638 MicroJy iter= 72 IMAGR2: Field 2 Clean flux density= 1.706 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 64.245 MilliJy 363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -711.9 MicroJy,max = 645.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.184E-04 < Second best 7.298E-04 IMAGR2: Field 4 min = -699.0 MicroJy,max = 743.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.693E-04 < Second best 7.167E-04 IMAGR2: Field 1 min = -736.3 MicroJy,max = 701.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.53 MicroJy IMAGR2: 6889 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 588.623 MicroJy iter= 399 IMAGR2: Field 1 Clean flux density= 58.879 MilliJy 399 comps IMAGR2: Total Cleaned flux density = 63.810 MilliJy 542 comps IMAGR2: ALGSTB: All 441 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 430- 0 Cells, with 36682 Pts IMAGR2: Field 7 min = -640.0 MicroJy,max = 632.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.054E-04 < Second best 6.693E-04 IMAGR2: Field 4 min = -641.8 MicroJy,max = 652.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.088E-04 < Second best 6.448E-04 IMAGR2: Field 6 min = -574.8 MicroJy,max = 684.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.68 MicroJy IMAGR2: 902 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 474.101 MicroJy iter= 91 IMAGR2: Field 6 Clean flux density= 1.395 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 65.205 MilliJy 633 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -701.4 MicroJy,max = 619.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 406.26 MicroJy IMAGR2: 895 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 465.487 MicroJy iter= 94 IMAGR2: Field 3 Clean flux density= 1.221 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 66.426 MilliJy 727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -633.6 MicroJy,max = 623.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.95 MicroJy IMAGR2: 913 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 464.368 MicroJy iter= 109 IMAGR2: Field 4 Clean flux density= -872.968 MicroJy 109 comps IMAGR2: Total Cleaned flux density = 65.553 MilliJy 836 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -607.9 MicroJy,max = 597.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.16 MicroJy IMAGR2: 816 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -452.791 MicroJy iter= 107 IMAGR2: Field 7 Clean flux density= 706.616 MicroJy 107 comps IMAGR2: Total Cleaned flux density = 66.259 MilliJy 943 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -638.7 MicroJy,max = 538.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.041E-04 < Second best 5.541E-04 IMAGR2: Field 5 min = -610.9 MicroJy,max = 582.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.848E-04 < Second best 5.242E-04 IMAGR2: Field 2 min = -594.1 MicroJy,max = 608.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 360.73 MicroJy IMAGR2: 1847 Residual map points loaded IMAGR2: Field 2 min Clean flux = 427.615 MicroJy iter= 220 IMAGR2: Field 2 Clean flux density= 3.681 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 68.235 MilliJy 1091 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -619.5 MicroJy,max = 533.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 353.95 MicroJy IMAGR2: 3974 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -428.335 MicroJy iter= 649 IMAGR2: Field 1 Clean flux density= 61.652 MilliJy 649 comps IMAGR2: Total Cleaned flux density = 71.007 MilliJy 1341 comps IMAGR2: ALGSTB: All 441 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 430- 0 Cells, with 36682 Pts IMAGR2: Field 5 min = -553.7 MicroJy,max = 562.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 350.85 MicroJy IMAGR2: 1294 Residual map points loaded IMAGR2: Field 5 min Clean flux = -427.453 MicroJy iter= 106 IMAGR2: Field 5 Clean flux density= 3.182 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 70.964 MilliJy 1376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -513.3 MicroJy,max = 576.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.082E-04 < Second best 4.459E-04 IMAGR2: Field 3 min = -646.3 MicroJy,max = 549.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.217E-04 < Second best 4.448E-04 IMAGR2: Field 4 min = -530.0 MicroJy,max = 495.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 319.58 MicroJy IMAGR2: 2255 Residual map points loaded IMAGR2: Field 4 min Clean flux = -427.119 MicroJy iter= 112 IMAGR2: Field 4 Clean flux density= -1.003 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 70.834 MilliJy 1379 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -536.4 MicroJy,max = 499.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 292.73 MicroJy IMAGR2: 4716 Residual map points loaded IMAGR2: Field 7 min Clean flux = -419.606 MicroJy iter= 108 IMAGR2: Field 7 Clean flux density= 664.656 MicroJy 108 comps IMAGR2: Total Cleaned flux density = 70.792 MilliJy 1380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -645.4 MicroJy,max = 548.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 292.69 MicroJy IMAGR2: 4881 Residual map points loaded IMAGR2: Field 3 min Clean flux = -427.404 MicroJy iter= 101 IMAGR2: Field 3 Clean flux density= 1.351 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 70.923 MilliJy 1387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -526.5 MicroJy,max = 519.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 250.64 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min Clean flux = 422.955 MicroJy iter= 651 IMAGR2: Field 1 Clean flux density= 61.650 MilliJy 651 comps IMAGR2: Total Cleaned flux density = 70.921 MilliJy 1389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 427.615 less than limit 427.623 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 651 to 417 components IMAGR2: Field 2 compressed from 220 to 172 components IMAGR2: Field 3 compressed from 101 to 78 components IMAGR2: Field 4 compressed from 112 to 87 components IMAGR2: Field 5 compressed from 106 to 86 components IMAGR2: Field 6 compressed from 91 to 81 components IMAGR2: Field 7 compressed from 108 to 96 components IMAGR2: Field 1 min = -526.7 MicroJy,max = 517.6 MicroJy IMAGR2: Field 2 min = -543.7 MicroJy,max = 569.4 MicroJy IMAGR2: Field 3 min = -646.1 MicroJy,max = 551.7 MicroJy IMAGR2: Field 4 min = -530.8 MicroJy,max = 495.2 MicroJy IMAGR2: Field 5 min = -550.6 MicroJy,max = 547.6 MicroJy IMAGR2: Field 6 min = -510.0 MicroJy,max = 575.3 MicroJy IMAGR2: Field 7 min = -534.8 MicroJy,max = 498.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 210.374 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 108.458 MicroJy ( 19 CCs) from field 1 to field 3 IMAGR2: Restore 519.145 MicroJy ( 31 CCs) from field 1 to field 4 IMAGR2: Restore 618.607 MicroJy ( 39 CCs) from field 1 to field 5 IMAGR2: Restore 222.003 MicroJy ( 18 CCs) from field 1 to field 6 IMAGR2: Restore 396.660 MicroJy ( 19 CCs) from field 1 to field 7 IMAGR2: Restore 1.237 MilliJy ( 32 CCs) from field 2 to field 1 IMAGR2: Restore 81.190 MicroJy ( 22 CCs) from field 2 to field 3 IMAGR2: Restore 361.509 MicroJy ( 15 CCs) from field 2 to field 4 IMAGR2: Restore 43.321 MicroJy ( 12 CCs) from field 3 to field 1 IMAGR2: Restore-669.164 MicroJy ( 16 CCs) from field 3 to field 2 IMAGR2: Restore 214.571 MicroJy ( 12 CCs) from field 3 to field 5 IMAGR2: Restore-212.015 MicroJy ( 19 CCs) from field 4 to field 1 IMAGR2: Restore -54.516 MicroJy ( 14 CCs) from field 4 to field 2 IMAGR2: Restore -51.653 MicroJy ( 6 CCs) from field 4 to field 6 IMAGR2: Restore 793.381 MicroJy ( 16 CCs) from field 5 to field 1 IMAGR2: Restore 276.464 MicroJy ( 6 CCs) from field 5 to field 3 IMAGR2: Restore 441.941 MicroJy ( 8 CCs) from field 5 to field 7 IMAGR2: Restore 261.802 MicroJy ( 22 CCs) from field 6 to field 1 IMAGR2: Restore 275.080 MicroJy ( 23 CCs) from field 6 to field 4 IMAGR2: Restore 531.010 MicroJy ( 11 CCs) from field 6 to field 7 IMAGR2: Restore 184.751 MicroJy ( 24 CCs) from field 7 to field 1 IMAGR2: Restore 132.325 MicroJy ( 11 CCs) from field 7 to field 5 IMAGR2: Restore 99.237 MicroJy ( 12 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 63.959 MilliJy IMAGR2: Field 2 final Clean flux 3.168 MilliJy IMAGR2: Field 3 final Clean flux 1.818 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 final Clean flux 153.046 MicroJy IMAGR2: Field 5 final Clean flux 4.147 MilliJy IMAGR2: Field 6 final Clean flux 1.665 MilliJy IMAGR2: Field 7 final Clean flux 2.034 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= 30 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 49.7 Real= 50 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07127 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: 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: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1311 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1379 CELLSIZE 0.40074 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40074 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07127 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: 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: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1311 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 62.1 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 43 35.7 00002 -1 507 512 513 C 3 1012 1012 15 59 03.91 43 46 26.1 00003 -1 507 512 513 C 4 1012 1012 15 59 58.47 43 46 26.1 00004 -1 507 512 513 C 5 1012 1012 15 59 03.87 43 52 07.2 00005 -1 507 512 513 C 6 1012 1012 15 59 58.51 43 52 07.2 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 54 58.0 00007 -1 507 512 513 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07127 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: 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: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1311 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1559+437' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.0823E-02 -3.4116E+02 0 IMAGR2: Field 3 1012 1012 -2.9525E+02 -1.7076E+02 0 IMAGR2: Field 4 1012 1012 2.9523E+02 -1.7076E+02 0 IMAGR2: Field 5 1012 1012 -2.9568E+02 1.7034E+02 0 IMAGR2: Field 6 1012 1012 2.9566E+02 1.7034E+02 0 IMAGR2: Field 7 1012 1012 -1.0823E-02 3.4114E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 37 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10842 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.282E+04 IMAGR2: UVWAIT: Adding temperance S 2.564E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.514E+07 and out 1.852E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.125 due to weighting IMAGR2: UVWAIT: Average summed weight 1.282E+04 over 21684 vis IMAGR2: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 51 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.96636E+08 IMAGR2: Field 1 Beam min = -211.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.232 x 1.265 arcsec, PA= -76.9 IMAGR2: Field 2 Sum of gridding weights = 1.96635E+08 IMAGR2: Field 2 Beam min = -211.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.234 x 1.265 arcsec, PA= -76.8 IMAGR2: Field 3 Sum of gridding weights = 1.96635E+08 IMAGR2: Field 3 Beam min = -114.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.229 x 1.265 arcsec, PA= -76.9 IMAGR2: Field 4 Sum of gridding weights = 1.96635E+08 IMAGR2: Field 4 Beam min = -98.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.238 x 1.265 arcsec, PA= -76.7 IMAGR2: Field 5 Sum of gridding weights = 1.96635E+08 IMAGR2: Field 5 Beam min = -114.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.227 x 1.265 arcsec, PA= -77.0 IMAGR2: Field 6 Sum of gridding weights = 1.96634E+08 IMAGR2: Field 6 Beam min = -97.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.236 x 1.265 arcsec, PA= -76.8 IMAGR2: Field 7 Sum of gridding weights = 1.96635E+08 IMAGR2: Field 7 Beam min = -211.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.231 x 1.265 arcsec, PA= -76.9 IMAGR2: CLBHIS: minimum component 0.471 of current peak IMAGR2: Field 1 min = -15.6 MilliJy,max = 202.6 MilliJy IMAGR2: Field 2 min = -14.7 MilliJy,max = 41.3 MilliJy IMAGR2: Field 3 min = -22.4 MilliJy,max = 36.5 MilliJy IMAGR2: Field 4 min = -20.7 MilliJy,max = 41.9 MilliJy IMAGR2: Field 5 min = -22.8 MilliJy,max = 40.1 MilliJy IMAGR2: Field 6 min = -21.5 MilliJy,max = 40.1 MilliJy IMAGR2: Field 7 min = -14.5 MilliJy,max = 39.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 20.59 MilliJy IMAGR2: 2259 Residual map points loaded IMAGR2: Field 1 min allowed flux = 89.225 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 136.426 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 136.426 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 80.3 MilliJy IMAGR2: BGC Clean: using 1953 cell beam + residuals > 14.23 MilliJy IMAGR2: 210 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.547 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 193.035 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 193.035 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.6 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.012E-03 < Second best 3.944E-02 IMAGR2: Field 2 min = -5.8 MilliJy,max = 11.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.106E-02 < Second best 3.824E-02 IMAGR2: Field 5 min = -5.1 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.052E-03 < Second best 3.763E-02 IMAGR2: Field 7 min = -5.3 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.467E-03 < Second best 3.571E-02 IMAGR2: Field 1 min = -5.8 MilliJy,max = 33.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.216E-02 < Second best 3.537E-02 IMAGR2: Field 6 min = -5.8 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.131E-03 < Second best 3.481E-02 IMAGR2: Field 3 min = -5.1 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.487E-03 < Second best 3.216E-02 IMAGR2: BGC Clean: using 1995 cell beam + residuals > 4.82 MilliJy IMAGR2: 4786 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.772 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 225.426 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 225.426 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.17 MilliJy IMAGR2: 2503 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.262 MilliJy iter= 65 IMAGR2: Field 1 Clean flux density= 248.380 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 248.380 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.5 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.312E-03 < Second best 9.467E-03 IMAGR2: Field 7 min = -5.3 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.974E-03 < Second best 9.052E-03 IMAGR2: Field 5 min = -5.4 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.505E-03 < Second best 9.012E-03 IMAGR2: Field 4 min = -5.1 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.455E-03 < Second best 8.487E-03 IMAGR2: Field 3 min = -5.2 MilliJy,max = 5.9 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 5.591E-03 < Second best 8.131E-03 IMAGR2: Field 6 min = -5.6 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.363E-03 < Second best 6.922E-03 IMAGR2: Field 1 min = -6.8 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.12 MilliJy IMAGR2: 7186 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.440 MilliJy iter= 136 IMAGR2: Field 1 Clean flux density= 272.249 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 272.249 MilliJy 136 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.0 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.820E-03 < Second best 6.455E-03 IMAGR2: Field 4 min = -5.0 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.875E-03 < Second best 6.312E-03 IMAGR2: Field 2 min = -5.1 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.538E-03 < Second best 5.974E-03 IMAGR2: Field 7 min = -5.1 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.219E-03 < Second best 5.875E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR2: 1364 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.995 MilliJy iter= 54 IMAGR2: Field 4 Clean flux density= 18.792 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 291.041 MilliJy 190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.265E-03 < Second best 5.591E-03 IMAGR2: Field 3 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.740E-03 < Second best 5.538E-03 IMAGR2: Field 2 min = -4.9 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.089E-03 < Second best 5.363E-03 IMAGR2: Field 6 min = -5.0 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.406E-03 < Second best 5.265E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.87 MilliJy IMAGR2: 1043 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.646 MilliJy iter= 57 IMAGR2: Field 5 Clean flux density= 6.184 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 297.225 MilliJy 247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.7 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.651E-03 < Second best 5.200E-03 IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.682E-03 < Second best 5.089E-03 IMAGR2: Field 2 min = -4.6 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR2: 2725 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.537 MilliJy iter= 100 IMAGR2: Field 2 Clean flux density= 14.102 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 311.327 MilliJy 347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.948E-03 < Second best 4.682E-03 IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 3927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.438 MilliJy iter= 278 IMAGR2: Field 1 Clean flux density= 270.121 MilliJy 278 comps IMAGR2: Total Cleaned flux density = 309.199 MilliJy 489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.952E-03 < Second best 4.406E-03 IMAGR2: Field 6 min = -3.7 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.493E-03 < Second best 3.952E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.45 MilliJy IMAGR2: 746 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.879 MilliJy iter= 88 IMAGR2: Field 7 Clean flux density= 10.380 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 319.580 MilliJy 577 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.041E-03 < Second best 3.816E-03 IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.911E-03 < Second best 3.493E-03 IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.128E-03 < Second best 3.484E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.731E-03 < Second best 3.383E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.787E-03 < Second best 3.289E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.821E-03 < Second best 3.128E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 1409 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.270 MilliJy iter= 113 IMAGR2: Field 6 Clean flux density= 6.769 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 326.349 MilliJy 690 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 1130 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.205 MilliJy iter= 109 IMAGR2: Field 3 Clean flux density= 5.176 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 331.525 MilliJy 799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 613 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.094 MilliJy iter= 143 IMAGR2: Field 4 Clean flux density= 17.903 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 330.637 MilliJy 888 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.616E-03 < Second best 2.787E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.365E-03 < Second best 2.753E-03 IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.313E-03 < Second best 2.731E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.402E-03 < Second best 2.616E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 4292 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.068 MilliJy iter= 509 IMAGR2: Field 1 Clean flux density= 274.175 MilliJy 509 comps IMAGR2: Total Cleaned flux density = 334.691 MilliJy 1119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.104E-03 < Second best 2.365E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.141E-03 < Second best 2.313E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.970E-03 < Second best 2.172E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.841E-03 < Second best 2.141E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 789 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.710 MilliJy iter= 218 IMAGR2: Field 2 Clean flux density= 12.146 MilliJy 218 comps IMAGR2: Total Cleaned flux density = 332.735 MilliJy 1237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.706E-03 < Second best 2.104E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 768 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.617 MilliJy iter= 177 IMAGR2: Field 5 Clean flux density= 14.683 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 341.233 MilliJy 1357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.698E-03 < Second best 1.981E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.734E-03 < Second best 1.970E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 2071 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.480 MilliJy iter= 302 IMAGR2: Field 7 Clean flux density= 15.719 MilliJy 302 comps IMAGR2: Total Cleaned flux density = 346.572 MilliJy 1571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 581 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.353 MilliJy iter= 230 IMAGR2: Field 6 Clean flux density= 2.328 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 342.131 MilliJy 1688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.493E-03 < Second best 1.706E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.520E-03 < Second best 1.698E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.467E-03 < Second best 1.638E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.389E-03 < Second best 1.550E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1927 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.236 MilliJy iter= 388 IMAGR2: Field 5 Clean flux density= 14.534 MilliJy 388 comps IMAGR2: Total Cleaned flux density = 341.983 MilliJy 1899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.417E-03 < Second best 1.493E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.381E-03 < Second best 1.467E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1660 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.196 MilliJy iter= 354 IMAGR2: Field 4 Clean flux density= 22.866 MilliJy 354 comps IMAGR2: Total Cleaned flux density = 346.945 MilliJy 2110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.248E-03 < Second best 1.417E-03 IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 794 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.091 MilliJy iter= 256 IMAGR2: Field 3 Clean flux density= 7.254 MilliJy 256 comps IMAGR2: Total Cleaned flux density = 349.023 MilliJy 2257 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.313E-03 < Second best 1.381E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 986.76 MicroJy IMAGR2: 1055 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.067 MilliJy iter= 695 IMAGR2: Field 1 Clean flux density= 275.010 MilliJy 695 comps IMAGR2: Total Cleaned flux density = 349.858 MilliJy 2443 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.187E-03 < Second best 1.297E-03 IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.080E-03 < Second best 1.248E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 933.17 MicroJy IMAGR2: 300 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 965.293 MicroJy iter= 383 IMAGR2: Field 7 Clean flux density= 16.802 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 350.940 MilliJy 2524 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 > 932.35 MicroJy IMAGR2: 315 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -965.946 MicroJy iter= 305 IMAGR2: Field 2 Clean flux density= 9.189 MilliJy 305 comps IMAGR2: Total Cleaned flux density = 347.984 MilliJy 2611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.042E-03 < Second best 1.147E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-03 < Second best 1.080E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 826.47 MicroJy IMAGR2: 1387 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -897.222 MicroJy iter= 456 IMAGR2: Field 6 Clean flux density= 2.339 MilliJy 456 comps IMAGR2: Total Cleaned flux density = 347.995 MilliJy 2837 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.761E-04 < Second best 1.042E-03 IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.25 MicroJy IMAGR2: 1118 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -851.707 MicroJy iter= 584 IMAGR2: Field 5 Clean flux density= 17.802 MilliJy 584 comps IMAGR2: Total Cleaned flux density = 351.263 MilliJy 3033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.372E-04 < Second best 1.023E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.568E-04 < Second best 9.761E-04 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 740.62 MicroJy IMAGR2: 1032 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -787.848 MicroJy iter= 450 IMAGR2: Field 3 Clean flux density= 8.823 MilliJy 450 comps IMAGR2: Total Cleaned flux density = 352.833 MilliJy 3227 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 > 739.41 MicroJy IMAGR2: 1069 Residual map points loaded IMAGR2: Field 4 min Clean flux = 786.508 MicroJy iter= 552 IMAGR2: Field 4 Clean flux density= 24.392 MilliJy 552 comps IMAGR2: Total Cleaned flux density = 354.358 MilliJy 3425 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 930.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.605E-04 < Second best 9.254E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.106E-04 < Second best 8.611E-04 IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.834E-04 < Second best 8.605E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 657.69 MicroJy IMAGR2: 1539 Residual map points loaded IMAGR2: Field 2 min Clean flux = -786.026 MicroJy iter= 346 IMAGR2: Field 2 Clean flux density= 9.103 MilliJy 346 comps IMAGR2: Total Cleaned flux density = 354.271 MilliJy 3466 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -968.5 MicroJy,max = 977.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.73 MicroJy IMAGR2: 1665 Residual map points loaded IMAGR2: Field 1 min Clean flux = -782.987 MicroJy iter= 703 IMAGR2: Field 1 Clean flux density= 275.339 MilliJy 703 comps IMAGR2: Total Cleaned flux density = 354.600 MilliJy 3474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -992.8 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.552E-04 < Second best 8.106E-04 IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.99 MicroJy IMAGR2: 4327 Residual map points loaded IMAGR2: Field 7 min Clean flux = 785.528 MicroJy iter= 398 IMAGR2: Field 7 Clean flux density= 17.213 MilliJy 398 comps IMAGR2: Total Cleaned flux density = 355.011 MilliJy 3489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 559.25 MicroJy IMAGR2: 5620 Residual map points loaded IMAGR2: Field 6 min Clean flux = -781.201 MicroJy iter= 462 IMAGR2: Field 6 Clean flux density= 2.022 MilliJy 462 comps IMAGR2: Total Cleaned flux density = 354.694 MilliJy 3495 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 703 to 472 components IMAGR2: Field 2 compressed from 346 to 265 components IMAGR2: Field 3 compressed from 450 to 353 components IMAGR2: Field 4 compressed from 552 to 420 components IMAGR2: Field 5 compressed from 584 to 456 components IMAGR2: Field 6 compressed from 462 to 358 components IMAGR2: Field 7 compressed from 398 to 312 components IMAGR2: Field 1 min = -961.8 MicroJy,max = 966.6 MicroJy IMAGR2: Field 2 min = -990.7 MicroJy,max = 916.6 MicroJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -996.0 MicroJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -997.7 MicroJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-569.864 MicroJy ( 8 CCs) from field 1 to field 2 IMAGR2: Restore 7.420 MilliJy ( 42 CCs) from field 1 to field 3 IMAGR2: Restore 5.342 MilliJy ( 45 CCs) from field 1 to field 4 IMAGR2: Restore 6.111 MilliJy ( 51 CCs) from field 1 to field 5 IMAGR2: Restore 1.257 MilliJy ( 47 CCs) from field 1 to field 6 IMAGR2: Restore 711.489 MicroJy ( 19 CCs) from field 1 to field 7 IMAGR2: Restore 2.886 MilliJy ( 13 CCs) from field 2 to field 1 IMAGR2: Restore -3.124 MilliJy ( 27 CCs) from field 2 to field 3 IMAGR2: Restore 756.786 MicroJy ( 40 CCs) from field 2 to field 4 IMAGR2: Restore-742.906 MicroJy ( 60 CCs) from field 3 to field 1 IMAGR2: Restore-870.140 MicroJy ( 44 CCs) from field 3 to field 2 IMAGR2: Restore 50.847 MicroJy ( 40 CCs) from field 3 to field 5 IMAGR2: Restore 1.785 MilliJy ( 60 CCs) from field 4 to field 1 IMAGR2: Restore 1.417 MilliJy ( 65 CCs) from field 4 to field 2 IMAGR2: Restore 1.534 MilliJy ( 35 CCs) from field 4 to field 6 IMAGR2: Restore 6.135 MilliJy ( 82 CCs) from field 5 to field 1 IMAGR2: Restore 3.251 MilliJy ( 76 CCs) from field 5 to field 3 IMAGR2: Restore 4.563 MilliJy ( 59 CCs) from field 5 to field 7 IMAGR2: Restore-998.680 MicroJy ( 62 CCs) from field 6 to field 1 IMAGR2: Restore 532.850 MicroJy ( 34 CCs) from field 6 to field 4 IMAGR2: Restore 1.101 MilliJy ( 45 CCs) from field 6 to field 7 IMAGR2: Restore 158.072 MicroJy ( 20 CCs) from field 7 to field 1 IMAGR2: Restore 132.250 MicroJy ( 24 CCs) from field 7 to field 5 IMAGR2: Restore 8.161 MilliJy ( 69 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 284.560 MilliJy IMAGR2: Field 2 final Clean flux 9.079 MilliJy IMAGR2: Field 3 final Clean flux 16.370 MilliJy IMAGR2: Field 4 final Clean flux 31.023 MilliJy IMAGR2: Field 5 final Clean flux 24.096 MilliJy IMAGR2: Field 6 final Clean flux 12.973 MilliJy IMAGR2: Field 7 final Clean flux 23.588 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= 37 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 65.8 Real= 66 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07127 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: 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: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1311 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1559+437' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1159 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 C BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1333 CELLSIZE 0.41475 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41475 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.098 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 IPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1159 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 C BAND Seq 1 Disk: 1 in slot 8 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 81.0 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 2 C 1 1012 1012 16 34 33.80 62 45 35.9 00001 -1 507 512 513 C 2 1012 1012 16 34 33.80 62 39 42.8 00002 -1 507 512 513 C 3 1012 1012 16 33 49.34 62 42 38.9 00003 -1 507 512 513 C 4 1012 1012 16 35 18.26 62 42 38.9 00004 -1 507 512 513 C 5 1012 1012 16 33 49.19 62 48 32.0 00005 -1 507 512 513 C 6 1012 1012 16 35 18.41 62 48 32.0 00006 -1 507 512 513 C 7 1012 1012 16 34 33.80 62 51 29.0 00007 -1 507 512 513 IPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1159 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1634+627' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.9911E-02 -3.0000E-03 0 IMAGR2: Field 2 1012 1012 -1.9911E-02 -3.5310E+02 0 IMAGR2: Field 3 1012 1012 -3.0527E+02 -1.7700E+02 0 IMAGR2: Field 4 1012 1012 3.0523E+02 -1.7700E+02 0 IMAGR2: Field 5 1012 1012 -3.0630E+02 1.7610E+02 0 IMAGR2: Field 6 1012 1012 3.0626E+02 1.7610E+02 0 IMAGR2: Field 7 1012 1012 -1.9911E-02 3.5310E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 44 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 13851 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.565E+04 IMAGR2: UVWAIT: Adding temperance S 3.130E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.984E+07 and out 2.492E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.136 due to weighting IMAGR2: UVWAIT: Average summed weight 1.565E+04 over 27678 vis IMAGR2: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1634+627 .IBM003. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1634+627 .IBM004. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1634+627 .IBM005. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1634+627 .IBM006. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1634+627 .IBM007. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1634+627 .ICL003. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1634+627 .ICL004. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1634+627 .ICL005. 1 (MA) on disk 1 cno 56 IMAGR2: Create 1634+627 .ICL006. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1634+627 .ICL007. 1 (MA) on disk 1 cno 58 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.64559E+08 IMAGR2: Field 1 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.065 x 1.210 arcsec, PA= -89.0 IMAGR2: Field 2 Sum of gridding weights = 2.64558E+08 IMAGR2: Field 2 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.065 x 1.210 arcsec, PA= -88.9 IMAGR2: Field 3 Sum of gridding weights = 2.64559E+08 IMAGR2: Field 3 Beam min = -90.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.061 x 1.210 arcsec, PA= -89.1 IMAGR2: Field 4 Sum of gridding weights = 2.64558E+08 IMAGR2: Field 4 Beam min = -83.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.069 x 1.210 arcsec, PA= -88.7 IMAGR2: Field 5 Sum of gridding weights = 2.64558E+08 IMAGR2: Field 5 Beam min = -77.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.061 x 1.209 arcsec, PA= -89.2 IMAGR2: Field 6 Sum of gridding weights = 2.64557E+08 IMAGR2: Field 6 Beam min = -67.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.069 x 1.210 arcsec, PA= -88.8 IMAGR2: Field 7 Sum of gridding weights = 2.64558E+08 IMAGR2: Field 7 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.065 x 1.209 arcsec, PA= -89.0 IMAGR2: CLBHIS: minimum component 0.479 of current peak IMAGR2: Field 1 min = -123.7 MilliJy,max = 1.8 Jy IMAGR2: Field 2 min = -134.6 MilliJy,max = 314.1 MilliJy IMAGR2: Field 3 min = -150.4 MilliJy,max = 277.9 MilliJy IMAGR2: Field 4 min = -139.5 MilliJy,max = 303.9 MilliJy IMAGR2: Field 5 min = -146.0 MilliJy,max = 316.7 MilliJy IMAGR2: Field 6 min = -144.7 MilliJy,max = 265.0 MilliJy IMAGR2: Field 7 min = -132.7 MilliJy,max = 314.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 175.13 MilliJy IMAGR2: 1628 Residual map points loaded IMAGR2: Field 1 min allowed flux = 873.796 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 1.040 Jy 8 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -53.3 MilliJy,max = 786.4 MilliJy IMAGR2: BGC Clean: using 1863 cell beam + residuals > 109.10 MilliJy IMAGR2: 244 Residual map points loaded IMAGR2: Field 1 min allowed flux = 376.149 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 1.488 Jy 16 comps IMAGR2: Total Cleaned flux density = 1.488 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.0 MilliJy,max = 338.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 105.12 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 147.301 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.696 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.696 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.8 MilliJy,max = 25.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.400E-02 < Second best 2.875E-01 IMAGR2: Field 4 min = -9.9 MilliJy,max = 23.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.190E-02 < Second best 2.373E-01 IMAGR2: Field 6 min = -12.0 MilliJy,max = 20.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.978E-02 < Second best 2.329E-01 IMAGR2: Field 7 min = -9.9 MilliJy,max = 24.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.999E-02 < Second best 2.306E-01 IMAGR2: Field 3 min = -13.0 MilliJy,max = 21.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.766E-02 < Second best 2.210E-01 IMAGR2: Field 2 min = -10.9 MilliJy,max = 23.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.783E-02 < Second best 1.401E-01 IMAGR2: Field 1 min = -9.7 MilliJy,max = 133.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.12 MilliJy IMAGR2: 1287 Residual map points loaded IMAGR2: Field 1 min allowed flux = 60.001 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 1.779 Jy 34 comps IMAGR2: Total Cleaned flux density = 1.779 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 54.2 MilliJy IMAGR2: BGC Clean: using 1445 cell beam + residuals > 9.43 MilliJy IMAGR2: 130 Residual map points loaded IMAGR2: Field 1 min allowed flux = 25.027 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 1.813 Jy 43 comps IMAGR2: Total Cleaned flux density = 1.813 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.8 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.579E-03 < Second best 2.380E-02 IMAGR2: Field 1 min = -5.3 MilliJy,max = 23.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.21 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.587 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 1.829 Jy 53 comps IMAGR2: Total Cleaned flux density = 1.829 Jy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.9 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.210E-03 < Second best 1.999E-02 IMAGR2: Field 7 min = -7.2 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.378E-03 < Second best 1.978E-02 IMAGR2: Field 6 min = -7.1 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.108E-03 < Second best 1.783E-02 IMAGR2: Field 2 min = -6.7 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.265E-03 < Second best 1.766E-02 IMAGR2: Field 3 min = -8.0 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.127E-03 < Second best 1.008E-02 IMAGR2: Field 1 min = -5.5 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.02 MilliJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.000 MilliJy iter= 68 IMAGR2: Field 1 Clean flux density= 1.836 Jy 68 comps IMAGR2: Total Cleaned flux density = 1.836 Jy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.1 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.327E-03 < Second best 8.127E-03 IMAGR2: Field 3 min = -8.1 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.96 MilliJy IMAGR2: 4562 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.192 MilliJy iter= 51 IMAGR2: Field 3 Clean flux density= 963.511 MicroJy 51 comps IMAGR2: Total Cleaned flux density = 1.837 Jy 119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.2 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.95 MilliJy IMAGR2: 5175 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.006 MilliJy iter= 78 IMAGR2: Field 6 Clean flux density= 28.554 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 1.865 Jy 197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.6 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.689E-03 < Second best 7.210E-03 IMAGR2: Field 4 min = -7.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.88 MilliJy IMAGR2: 3087 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -5.375 MilliJy iter= 90 IMAGR2: Field 4 Clean flux density= 23.379 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 1.889 Jy 287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -7.6 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.88 MilliJy IMAGR2: 2844 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.181 MilliJy iter= 110 IMAGR2: Field 5 Clean flux density= 16.725 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 1.905 Jy 397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.3 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.516E-03 < Second best 6.265E-03 IMAGR2: Field 2 min = -6.3 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.83 MilliJy IMAGR2: 529 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.482 MilliJy iter= 70 IMAGR2: Field 2 Clean flux density= 6.732 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 1.912 Jy 467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.8 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.72 MilliJy IMAGR2: 2361 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.741 MilliJy iter= 194 IMAGR2: Field 3 Clean flux density= -4.411 MilliJy 194 comps IMAGR2: Total Cleaned flux density = 1.907 Jy 610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.2 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.59 MilliJy IMAGR2: 3914 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.639 MilliJy iter= 279 IMAGR2: Field 6 Clean flux density= 42.257 MilliJy 279 comps IMAGR2: Total Cleaned flux density = 1.920 Jy 811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.0 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.57 MilliJy IMAGR2: 425 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.982 MilliJy iter= 96 IMAGR2: Field 7 Clean flux density= 6.408 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 1.927 Jy 907 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.631E-03 < Second best 4.959E-03 IMAGR2: Field 5 min = -5.8 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.453E-03 < Second best 4.768E-03 IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.182E-03 < Second best 4.631E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.31 MilliJy IMAGR2: 2241 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.972 MilliJy iter= 288 IMAGR2: Field 4 Clean flux density= 30.564 MilliJy 288 comps IMAGR2: Total Cleaned flux density = 1.934 Jy 1105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.9 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.23 MilliJy IMAGR2: 2765 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.885 MilliJy iter= 438 IMAGR2: Field 3 Clean flux density= -9.033 MilliJy 438 comps IMAGR2: Total Cleaned flux density = 1.929 Jy 1349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.20 MilliJy IMAGR2: 1124 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.596 MilliJy iter= 284 IMAGR2: Field 5 Clean flux density= 29.600 MilliJy 284 comps IMAGR2: Total Cleaned flux density = 1.942 Jy 1523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.0 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.935E-03 < Second best 4.287E-03 IMAGR2: Field 2 min = -5.1 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.764E-03 < Second best 4.182E-03 IMAGR2: Field 1 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.94 MilliJy IMAGR2: 24 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.978 MilliJy iter= 84 IMAGR2: Field 1 Clean flux density= 1.834 Jy 84 comps IMAGR2: Total Cleaned flux density = 1.941 Jy 1539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.0 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.94 MilliJy IMAGR2: 2543 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.429 MilliJy iter= 553 IMAGR2: Field 6 Clean flux density= 54.717 MilliJy 553 comps IMAGR2: Total Cleaned flux density = 1.953 Jy 1813 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.433E-03 < Second best 3.807E-03 IMAGR2: Field 4 min = -5.4 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 1446 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.091 MilliJy iter= 501 IMAGR2: Field 4 Clean flux density= 33.317 MilliJy 501 comps IMAGR2: Total Cleaned flux density = 1.956 Jy 2026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.76 MilliJy IMAGR2: 553 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.971 MilliJy iter= 223 IMAGR2: Field 2 Clean flux density= 5.895 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 1.955 Jy 2179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.7 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR2: 2213 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.954 MilliJy iter= 737 IMAGR2: Field 3 Clean flux density= 2.296 MilliJy 737 comps IMAGR2: Total Cleaned flux density = 1.967 Jy 2478 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.9 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR2: 1627 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.792 MilliJy iter= 566 IMAGR2: Field 5 Clean flux density= 35.005 MilliJy 566 comps IMAGR2: Total Cleaned flux density = 1.972 Jy 2760 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 525 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.649 MilliJy iter= 261 IMAGR2: Field 7 Clean flux density= 6.451 MilliJy 261 comps IMAGR2: Total Cleaned flux density = 1.972 Jy 2925 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.3 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.36 MilliJy IMAGR2: 1789 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.605 MilliJy iter= 860 IMAGR2: Field 6 Clean flux density= 44.978 MilliJy 860 comps IMAGR2: Total Cleaned flux density = 1.962 Jy 3232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR2: 1105 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.444 MilliJy iter= 737 IMAGR2: Field 4 Clean flux density= 31.317 MilliJy 737 comps IMAGR2: Total Cleaned flux density = 1.960 Jy 3468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.268 MilliJy iter= 96 IMAGR2: Field 1 Clean flux density= 1.835 Jy 96 comps IMAGR2: Total Cleaned flux density = 1.961 Jy 3480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.664E-03 < Second best 2.833E-03 IMAGR2: Field 3 min = -4.5 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 2026 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.332 MilliJy iter= 1089 IMAGR2: Field 3 Clean flux density= 1.377 MilliJy 1089 comps IMAGR2: Total Cleaned flux density = 1.960 Jy 3832 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 1488 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.200 MilliJy iter= 872 IMAGR2: Field 5 Clean flux density= 42.089 MilliJy 872 comps IMAGR2: Total Cleaned flux density = 1.967 Jy 4138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 725 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.146 MilliJy iter= 457 IMAGR2: Field 2 Clean flux density= -497.961 MicroJy 457 comps IMAGR2: Total Cleaned flux density = 1.961 Jy 4372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 726 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.094 MilliJy iter= 492 IMAGR2: Field 7 Clean flux density= 13.154 MilliJy 492 comps IMAGR2: Total Cleaned flux density = 1.967 Jy 4603 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 1674 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.045 MilliJy iter= 1218 IMAGR2: Field 6 Clean flux density= 39.680 MilliJy 1218 comps IMAGR2: Total Cleaned flux density = 1.962 Jy 4961 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 1162 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.935 MilliJy iter= 1028 IMAGR2: Field 4 Clean flux density= 28.238 MilliJy 1028 comps IMAGR2: Total Cleaned flux density = 1.959 Jy 5252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 1566 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min algorithm flux= -1.873 MilliJy iter= 1451 IMAGR2: Field 3 Clean flux density= 2.705 MilliJy 1451 comps IMAGR2: Total Cleaned flux density = 1.960 Jy 5614 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 50 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.760 MilliJy iter= 123 IMAGR2: Field 1 Clean flux density= 1.835 Jy 123 comps IMAGR2: Total Cleaned flux density = 1.960 Jy 5641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 1358 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.789 MilliJy iter= 1198 IMAGR2: Field 5 Clean flux density= 50.972 MilliJy 1198 comps IMAGR2: Total Cleaned flux density = 1.969 Jy 5967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 779 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.724 MilliJy iter= 707 IMAGR2: Field 2 Clean flux density= -3.021 MilliJy 707 comps IMAGR2: Total Cleaned flux density = 1.966 Jy 6217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 872 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.686 MilliJy iter= 767 IMAGR2: Field 7 Clean flux density= 13.180 MilliJy 767 comps IMAGR2: Total Cleaned flux density = 1.966 Jy 6492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1603 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.643 MilliJy iter= 1614 IMAGR2: Field 6 Clean flux density= 39.702 MilliJy 1614 comps IMAGR2: Total Cleaned flux density = 1.966 Jy 6888 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 4 min = -3.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 1407 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.579 MilliJy iter= 1384 IMAGR2: Field 4 Clean flux density= 31.204 MilliJy 1384 comps IMAGR2: Total Cleaned flux density = 1.969 Jy 7244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 1793 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.541 MilliJy iter= 1902 IMAGR2: Field 3 Clean flux density= 6.131 MilliJy 1902 comps IMAGR2: Total Cleaned flux density = 1.973 Jy 7695 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 1619 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.484 MilliJy iter= 1604 IMAGR2: Field 5 Clean flux density= 53.758 MilliJy 1604 comps IMAGR2: Total Cleaned flux density = 1.976 Jy 8101 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 120 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.425 MilliJy iter= 182 IMAGR2: Field 1 Clean flux density= 1.834 Jy 182 comps IMAGR2: Total Cleaned flux density = 1.975 Jy 8160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 774 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.419 MilliJy iter= 976 IMAGR2: Field 2 Clean flux density= -5.445 MilliJy 976 comps IMAGR2: Total Cleaned flux density = 1.973 Jy 8429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 937 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.392 MilliJy iter= 1083 IMAGR2: Field 7 Clean flux density= 13.829 MilliJy 1083 comps IMAGR2: Total Cleaned flux density = 1.973 Jy 8745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1627 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.365 MilliJy iter= 2056 IMAGR2: Field 6 Clean flux density= 34.991 MilliJy 2056 comps IMAGR2: Total Cleaned flux density = 1.969 Jy 9187 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 1496 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.317 MilliJy iter= 1783 IMAGR2: Field 4 Clean flux density= 34.127 MilliJy 1783 comps IMAGR2: Total Cleaned flux density = 1.972 Jy 9586 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1910 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.290 MilliJy iter= 2423 IMAGR2: Field 3 Clean flux density= 10.547 MilliJy 2423 comps IMAGR2: Total Cleaned flux density = 1.976 Jy 10107 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1707 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.242 MilliJy iter= 2055 IMAGR2: Field 5 Clean flux density= 54.973 MilliJy 2055 comps IMAGR2: Total Cleaned flux density = 1.977 Jy 10558 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 143 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.201 MilliJy iter= 249 IMAGR2: Field 1 Clean flux density= 1.833 Jy 249 comps IMAGR2: Total Cleaned flux density = 1.976 Jy 10625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 911 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.197 MilliJy iter= 1290 IMAGR2: Field 2 Clean flux density= -10.520 MilliJy 1290 comps IMAGR2: Total Cleaned flux density = 1.971 Jy 10939 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 1049 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.174 MilliJy iter= 1447 IMAGR2: Field 7 Clean flux density= 10.045 MilliJy 1447 comps IMAGR2: Total Cleaned flux density = 1.968 Jy 11303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1556 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.151 MilliJy iter= 2534 IMAGR2: Field 6 Clean flux density= 34.046 MilliJy 2534 comps IMAGR2: Total Cleaned flux density = 1.967 Jy 11781 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1711 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.119 MilliJy iter= 2244 IMAGR2: Field 4 Clean flux density= 37.361 MilliJy 2244 comps IMAGR2: Total Cleaned flux density = 1.970 Jy 12242 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1898 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.094 MilliJy iter= 2978 IMAGR2: Field 3 Clean flux density= 15.069 MilliJy 2978 comps IMAGR2: Total Cleaned flux density = 1.974 Jy 12797 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1997 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.062 MilliJy iter= 2593 IMAGR2: Field 5 Clean flux density= 59.150 MilliJy 2593 comps IMAGR2: Total Cleaned flux density = 1.979 Jy 13335 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 158 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.022 MilliJy iter= 326 IMAGR2: Field 1 Clean flux density= 1.833 Jy 326 comps IMAGR2: Total Cleaned flux density = 1.978 Jy 13412 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 994.81 MicroJy IMAGR2: 1148 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.027 MilliJy iter= 1681 IMAGR2: Field 2 Clean flux density= -13.713 MilliJy 1681 comps IMAGR2: Total Cleaned flux density = 1.975 Jy 13803 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 975.10 MicroJy IMAGR2: 1144 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.006 MilliJy iter= 1851 IMAGR2: Field 7 Clean flux density= 11.433 MilliJy 1851 comps IMAGR2: Total Cleaned flux density = 1.976 Jy 14207 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 953.23 MicroJy IMAGR2: 1668 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -989.527 MicroJy iter= 3044 IMAGR2: Field 6 Clean flux density= 33.515 MilliJy 3044 comps IMAGR2: Total Cleaned flux density = 1.976 Jy 14717 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 4 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 931.29 MicroJy IMAGR2: 1966 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -967.309 MicroJy iter= 2777 IMAGR2: Field 4 Clean flux density= 39.262 MilliJy 2777 comps IMAGR2: Total Cleaned flux density = 1.978 Jy 15250 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.17 MicroJy IMAGR2: 2027 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -946.787 MicroJy iter= 3562 IMAGR2: Field 3 Clean flux density= 14.488 MilliJy 3562 comps IMAGR2: Total Cleaned flux density = 1.977 Jy 15834 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 887.32 MicroJy IMAGR2: 2073 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 921.701 MicroJy iter= 3149 IMAGR2: Field 5 Clean flux density= 64.772 MilliJy 3149 comps IMAGR2: Total Cleaned flux density = 1.983 Jy 16390 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 872.99 MicroJy IMAGR2: 1302 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -899.701 MicroJy iter= 2129 IMAGR2: Field 2 Clean flux density= -14.299 MilliJy 2129 comps IMAGR2: Total Cleaned flux density = 1.982 Jy 16838 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 868.64 MicroJy IMAGR2: 118 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 873.868 MicroJy iter= 388 IMAGR2: Field 1 Clean flux density= 1.832 Jy 388 comps IMAGR2: Total Cleaned flux density = 1.981 Jy 16900 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 852.54 MicroJy IMAGR2: 1131 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 875.646 MicroJy iter= 2254 IMAGR2: Field 7 Clean flux density= 12.945 MilliJy 2254 comps IMAGR2: Total Cleaned flux density = 1.983 Jy 17303 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.28 MicroJy IMAGR2: 1772 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 864.392 MicroJy iter= 3603 IMAGR2: Field 6 Clean flux density= 32.689 MilliJy 3603 comps IMAGR2: Total Cleaned flux density = 1.982 Jy 17862 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 816.69 MicroJy IMAGR2: 1969 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 843.410 MicroJy iter= 3320 IMAGR2: Field 4 Clean flux density= 39.602 MilliJy 3320 comps IMAGR2: Total Cleaned flux density = 1.982 Jy 18405 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.57 MicroJy IMAGR2: 2179 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 828.581 MicroJy iter= 4211 IMAGR2: Field 3 Clean flux density= 16.568 MilliJy 4211 comps IMAGR2: Total Cleaned flux density = 1.984 Jy 19054 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 781.92 MicroJy IMAGR2: 2432 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 810.859 MicroJy iter= 3797 IMAGR2: Field 5 Clean flux density= 67.807 MilliJy 3797 comps IMAGR2: Total Cleaned flux density = 1.987 Jy 19702 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 769.13 MicroJy IMAGR2: 1536 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 791.621 MicroJy iter= 2624 IMAGR2: Field 2 Clean flux density= -15.696 MilliJy 2624 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 20197 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 758.44 MicroJy IMAGR2: 1439 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -779.718 MicroJy iter= 2760 IMAGR2: Field 7 Clean flux density= 15.963 MilliJy 2760 comps IMAGR2: Total Cleaned flux density = 1.989 Jy 20703 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 1 min = -989.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 756.12 MicroJy IMAGR2: 78 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -752.429 MicroJy iter= 437 IMAGR2: Field 1 Clean flux density= 1.830 Jy 437 comps IMAGR2: Total Cleaned flux density = 1.987 Jy 20752 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.64 MicroJy IMAGR2: 1765 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -764.589 MicroJy iter= 4156 IMAGR2: Field 6 Clean flux density= 30.394 MilliJy 4156 comps IMAGR2: Total Cleaned flux density = 1.985 Jy 21305 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 729.77 MicroJy IMAGR2: 2248 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -752.096 MicroJy iter= 3915 IMAGR2: Field 4 Clean flux density= 39.147 MilliJy 3915 comps IMAGR2: Total Cleaned flux density = 1.984 Jy 21900 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 715.00 MicroJy IMAGR2: 2049 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -737.356 MicroJy iter= 4832 IMAGR2: Field 3 Clean flux density= 18.311 MilliJy 4832 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 22521 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 700.43 MicroJy IMAGR2: 2525 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -724.322 MicroJy iter= 4474 IMAGR2: Field 5 Clean flux density= 70.879 MilliJy 4474 comps IMAGR2: Total Cleaned flux density = 1.989 Jy 23198 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.04 MicroJy IMAGR2: 1552 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 709.137 MicroJy iter= 3166 IMAGR2: Field 2 Clean flux density= -17.332 MilliJy 3166 comps IMAGR2: Total Cleaned flux density = 1.988 Jy 23740 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 679.33 MicroJy IMAGR2: 1600 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -697.473 MicroJy iter= 3305 IMAGR2: Field 7 Clean flux density= 18.224 MilliJy 3305 comps IMAGR2: Total Cleaned flux density = 1.990 Jy 24285 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 669.46 MicroJy IMAGR2: 1817 Residual map points loaded IMAGR2: Field 6 min Clean flux = -694.968 MicroJy iter= 4682 IMAGR2: Field 6 Clean flux density= 28.020 MilliJy 4682 comps IMAGR2: Total Cleaned flux density = 1.988 Jy 24811 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 650.41 MicroJy IMAGR2: 2918 Residual map points loaded IMAGR2: Field 4 min Clean flux = 695.158 MicroJy iter= 4414 IMAGR2: Field 4 Clean flux density= 37.525 MilliJy 4414 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 25310 comps IMAGR2: ALGSTB: All 456 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 445- 0 Cells, with 13851 Pts IMAGR2: Field 1 min = -939.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 637.74 MicroJy IMAGR2: 261 Residual map points loaded IMAGR2: Field 1 min Clean flux = 693.642 MicroJy iter= 481 IMAGR2: Field 1 Clean flux density= 1.830 Jy 481 comps IMAGR2: Total Cleaned flux density = 1.985 Jy 25354 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 620.19 MicroJy IMAGR2: 2928 Residual map points loaded IMAGR2: Field 3 min Clean flux = -695.166 MicroJy iter= 5121 IMAGR2: Field 3 Clean flux density= 18.726 MilliJy 5121 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 25643 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 585.96 MicroJy IMAGR2: 5476 Residual map points loaded IMAGR2: Field 5 min Clean flux = -695.061 MicroJy iter= 4712 IMAGR2: Field 5 Clean flux density= 73.213 MilliJy 4712 comps IMAGR2: Total Cleaned flux density = 1.988 Jy 25881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 531.40 MicroJy IMAGR2: 6170 Residual map points loaded IMAGR2: Field 2 min Clean flux = -694.933 MicroJy iter= 3226 IMAGR2: Field 2 Clean flux density= -16.466 MilliJy 3226 comps IMAGR2: Total Cleaned flux density = 1.989 Jy 25941 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 447.42 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 7 min Clean flux = -694.490 MicroJy iter= 3346 IMAGR2: Field 7 Clean flux density= 18.861 MilliJy 3346 comps IMAGR2: Total Cleaned flux density = 1.989 Jy 25982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 695.166 less than limit 695.197 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 481 to 225 components IMAGR2: Field 2 compressed from 3226 to 1529 components IMAGR2: Field 3 compressed from 5121 to 2322 components IMAGR2: Field 4 compressed from 4414 to 2069 components IMAGR2: Field 5 compressed from 4712 to 2182 components IMAGR2: Field 6 compressed from 4682 to 2171 components IMAGR2: Field 7 compressed from 3346 to 1569 components IMAGR2: Field 1 min = -936.1 MicroJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 675.909 MicroJy ( 10 CCs) from field 1 to field 2 IMAGR2: Restore 445.700 MicroJy ( 17 CCs) from field 1 to field 3 IMAGR2: Restore 1.138 MilliJy ( 53 CCs) from field 1 to field 4 IMAGR2: Restore-527.550 MicroJy ( 23 CCs) from field 1 to field 5 IMAGR2: Restore-476.180 MicroJy ( 54 CCs) from field 1 to field 6 IMAGR2: Restore 112.548 MicroJy ( 11 CCs) from field 1 to field 7 IMAGR2: Restore-635.020 MicroJy ( 28 CCs) from field 2 to field 1 IMAGR2: Restore 5.634 MilliJy ( 134 CCs) from field 2 to field 3 IMAGR2: Restore 5.356 MilliJy ( 246 CCs) from field 2 to field 4 IMAGR2: Restore 1.510 MilliJy ( 63 CCs) from field 3 to field 1 IMAGR2: Restore -1.188 MilliJy ( 90 CCs) from field 3 to field 2 IMAGR2: Restore 8.057 MilliJy ( 150 CCs) from field 3 to field 5 IMAGR2: Restore-338.348 MicroJy ( 38 CCs) from field 4 to field 1 IMAGR2: Restore 2.695 MilliJy ( 90 CCs) from field 4 to field 2 IMAGR2: Restore -3.512 MilliJy ( 77 CCs) from field 4 to field 6 IMAGR2: Restore 940.852 MicroJy ( 54 CCs) from field 5 to field 1 IMAGR2: Restore 9.038 MilliJy ( 68 CCs) from field 5 to field 3 IMAGR2: Restore 2.413 MilliJy ( 124 CCs) from field 5 to field 7 IMAGR2: Restore -1.705 MilliJy ( 38 CCs) from field 6 to field 1 IMAGR2: Restore-183.348 MicroJy ( 142 CCs) from field 6 to field 4 IMAGR2: Restore-577.668 MicroJy ( 46 CCs) from field 6 to field 7 IMAGR2: Restore 1.140 MilliJy ( 31 CCs) from field 7 to field 1 IMAGR2: Restore-964.102 MicroJy ( 169 CCs) from field 7 to field 5 IMAGR2: Restore 966.211 MicroJy ( 177 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.830 Jy IMAGR2: Field 2 final Clean flux -14.283 MilliJy IMAGR2: Field 3 final Clean flux 33.843 MilliJy IMAGR2: Field 4 final Clean flux 43.836 MilliJy IMAGR2: Field 5 final Clean flux 79.779 MilliJy IMAGR2: Field 6 final Clean flux 24.998 MilliJy IMAGR2: Field 7 final Clean flux 20.809 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= 44 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 141.7 Real= 142 IPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1159 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_C,BAND.0-1 >> /home/auto/run/AB922_1999O AIPS 2: CT29_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: 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: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 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 ?' 50 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18347: 7685 messages, oldest written 09-OCT-2006 15:10:01 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.1 Real= 674 /home/auto/run/AB922_1999OCT29_1.run.0 finished on Mon Oct 9 19:06:23 MDT 2006