AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 4: You are NOT assigned a TV device or server AIPS 4: You are NOT assigned a graphics device or server AIPS 4: Enter user ID number ?AIPS 4: 31DEC06 AIPS: AIPS 4: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 4: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 4: for details, type HELP GNUGPL AIPS 4: This is free software, and you are welcome to redistribute it AIPS 4: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 4: Previous session command-line history *not* recovered. AIPS 4: TAB-key completions enabled, type HELP READLINE for details. AIPS 4: Recovered POPS environment from last exit >>>AIPS 4: Found in Version=ABIN AIPS 4: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 4: AIPS 4: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 4: procedure pipedef1 AIPS 4: string*12 pnam AIPS 4: string*6 pcls AIPS 4: scalar pseq,pdsk AIPS 4: pdsk=1 AIPS 4: finish AIPS 4: pipedef1 AIPS 4: procedure namepipe AIPS 4: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 4: finish AIPS 4: procedure pipename AIPS 4: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 4: finish AIPS 4: AIPS 4: procedure checkcat AIPS 4: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 4: scalar numcat AIPS 4: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 4: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 4: if(numcat>0)then;recat;end;clrtemp AIPS 4: return numcat AIPS 4: finish AIPS 4: AIPS 4: procedure gx AIPS 4: $ inputs AIPS 4: go;wait AIPS 4: finish AIPS 4: AIPS 4: procedure pre_fillm AIPS 4: $LOS - sets VLA archive defaults for fillm AIPS 4: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 4: finish AIPS 4: AIPS 4: procedure fname AIPS 4: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 4: finish AIPS 4: AIPS 4: procedure del AIPS 4: error=1;zap AIPS 4: finish AIPS 4: AIPS 4: procedure skipdata AIPS 4: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 4: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 4: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 4: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 4: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 4: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 4: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 4: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 4: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 4: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 4: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 4: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 4: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 4: end AIPS 4: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 4: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 4: finish AIPS 4: AIPS 4: procedure checkids AIPS 4: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 4: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 4: scalar q1,q2 AIPS 4: string*1 co1,co2 AIPS 4: string*16 n1,n2 AIPS 4: array alist(100),blist(100) AIPS 4: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 4: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 4: if (n > 1) then AIPS 4: for m=1:(n-1);clrtemp AIPS 4: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 4: for l=(m+1):n;clrtemp AIPS 4: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 4: if (abs(ra1a-ra2a)=0) then AIPS 4: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 4: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 4: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 4: if (abs(dc1a-dc2a)=0) then AIPS 4: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 4: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 4: if (q1=q2) then $ same qualifier; same calcode? AIPS 4: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 4: if (co1=co2) then AIPS 4: pixxy m,1;tabget;q1 keyvalue(1) AIPS 4: pixxy l,1;tabget;q2 keyvalue(1) AIPS 4: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 4: if (idx>100) then; AIPS 4: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 4: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 4: else AIPS 4: if (length(n1)1) then;task'DSORC';n=0 AIPS 4: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 4: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 4: end AIPS 4: finish AIPS 4: AIPS 4: procedure checkcal AIPS 4: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 4: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 4: scalar idx,jdx AIPS 4: string*16 sname AIPS 4: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 4: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 4: for jdx=1:idx AIPS 4: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 4: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 4: if(error>0)then $ try B1950 name AIPS 4: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 4: if(error>0)then $ try J2000 AIPS 4: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 4: if(error>0)then $ try J2000 name AIPS 4: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 4: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 4: end;end;end;clrtemp AIPS 4: end AIPS 4: $ if error>0 check on coords (for different name than standard) AIPS 4: $ but keyval not reliable to do this.. ?? AIPS 4: $ end AIPS 4: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 4: else;checkids;error=-1;end;clrtemp AIPS 4: finish AIPS 4: AIPS 4: procedure j2000fix AIPS 4: $LOS - convert data to J2000 by default use of uvfix AIPS 4: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 4: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 4: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 4: finish AIPS 4: AIPS 4: procedure datachks AIPS 4: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 4: if(error<1)then $ file exists AIPS 4: skipdata;if(error<1)then $ file was not zapped AIPS 4: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 4: j2000fix AIPS 4: $ addcalco AIPS 4: end;end;end;clrtemp AIPS 4: finish AIPS 4: AIPS 4: procedure freqchks AIPS 4: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 4: scalar rows, nfrq AIPS 4: if(error<1)then $ file exists AIPS 4: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 4: if (nfrq > 1) then AIPS 4: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 4: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 4: for rows=1:nfrq AIPS 4: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 4: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 4: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 4: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 4: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 4: tget uvcop;freqid=1;clrtemp AIPS 4: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 4: finish AIPS 4: AIPS 4: procedure pre_move AIPS 4: $LOS - moves file to another AIPS user number AIPS 4: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: $ AIPS 4: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 4: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 4: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 4: $ Rearanged inputs and options, added integration time calculation, AIPS 4: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 4: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 4: $ array, use model,.. AIPS 4: $ AIPS 4: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 4: $ find imsize, find cutoffflux, include infi le AIPS 4: $--------------------------------------------------------------- AIPS 4: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 4: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 4: $=============================================== AIPS 4: $! Calibrating amplitude and phase, and imaging VLA data AIPS 4: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 4: $--------------------------------------------------------------- AIPS 4: $; Copyright (C) 2002-2006 AIPS 4: $; Associated Universities, Inc. Washington DC, USA. AIPS 4: $; AIPS 4: $; This program is free software; you can redistribute it and/o r AIPS 4: $; modify it under the terms of the GNU General Public License as AIPS 4: $; published by the Free Software Foundation; either version 2 of AIPS 4: $; the License, or (at your option) any later version. AIPS 4: $; AIPS 4: $; This program is distributed in the hope that it will be usef ul, AIPS 4: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 4: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 4: $; GNU General Public License for more details. AIPS 4: $; AIPS 4: $; You should have received a copy of the GNU General Public AIPS 4: $; License along with this program; if not, write to the Free AIPS 4: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 4: $; MA 02139, USA. AIPS 4: $; AIPS 4: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 4: $; Internet email: aipsmail@nrao.edu. AIPS 4: $; Postal address: AIPS Project Office AIPS 4: $; National Radio Astronomy Observatory AIPS 4: $; 520 Edgemont Road AIPS 4: $; Charlottesville, VA 22903-2475 USA AIPS 4: $--------------------------------------------------------------- AIPS 4: $=============================================================== AIPS 4: AIPS 4: procedure pipeinit AIPS 4: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 4: scalar lsids,star,tint,fsw AIPS 4: string*2 lstyp AIPS 4: string*3 lsvla AIPS 4: string*6 lsidc,lsstrng AIPS 4: string*16 lsidn,lscal AIPS 4: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 4: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 4: string*20 expnm AIPS 4: string*48 expmsg AIPS 4: finish AIPS 4: pipeinit AIPS 4: AIPS 4: procedure pipeinpt AIPS 4: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 4: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 4: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 4: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 4: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 4: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 4: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 4: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 4: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 4: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 4: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 4: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 4: lsparm(9)=docal;lsparm(10)=doresid AIPS 4: $ check input values AIPS 4: $->lsbadd AIPS 4: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 4: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 4: if (error<>0) then AIPS 4: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 4: else AIPS 4: userid=0;k=1;lsname=0 AIPS 4: while (lsname=0);egetname k AIPS 4: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 4: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 4: else;k=k+1;end;end;end;else AIPS 4: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 4: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 4: else AIPS 4: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 4: end AIPS 4: end AIPS 4: AIPS 4: $->inname AIPS 4: $->inclass AIPS 4: $->inseq AIPS 4: $->fsw AIPS 4: $->lsflag AIPS 4: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 4: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 4: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 4: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 4: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 4: end AIPS 4: $->lscal AIPS 4: if (length(lscal)<>0) then AIPS 4: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 4: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 4: end AIPS 4: AIPS 4: $->lsflux AIPS 4: $-> #3+#4 uvrange AIPS 4: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 4: if((i=1)&(j=1))then;star=1;else; AIPS 4: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 4: end;end;end;end;clrtemp;end AIPS 4: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 4: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 4: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 4: end;end;clrtemp AIPS 4: $-> #11 dopol AIPS 4: $-> #12 bpa AIPS 4: $->lscont AIPS 4: $->lsplot AIPS 4: if (lsparm(1) > 0) then AIPS 4: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 4: else; AIPS 4: if (lsparm(5)=0) then; AIPS 4: keyword='TELESCOP';gethead; AIPS 4: if (substr(keystrng,1,3)<>'VLA') then; AIPS 4: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 4: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 4: for j=1:k AIPS 4: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 4: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 4: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 4: lsvla=substr(keystrng,i+1,i+3);else AIPS 4: lsvla=substr(keystrng,i+2,i+4);end AIPS 4: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 4: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 4: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 4: keyword=substr(keystrng,i+2,i+8);else AIPS 4: keyword=substr(keystrng,i+3,i+9);end AIPS 4: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 4: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 4: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 4: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 4: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 4: if(lsparm(5)>0)then AIPS 4: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 4: end;end;end;end AIPS 4: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 4: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 4: AIPS 4: $-> #7 niter AIPS 4: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 4: $-> #8 cutoff AIPS 4: $-> #9 docal AIPS 4: $-> #10 doresid AIPS 4: AIPS 4: end AIPS 4: finish AIPS 4: AIPS 4: procedure getidn AIPS 4: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 4: finish AIPS 4: AIPS 4: procedure getset AIPS 4: default;getidn;clrtemp AIPS 4: finish AIPS 4: AIPS 4: procedure lsclrcal AIPS 4: $ consolidate lists, deal with calcode='*' later AIPS 4: scalar lsidx,l,m,n AIPS 4: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 4: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 4: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 4: for i=1:lsidx $ remember source number AIPS 4: pixxy=i,3,0;tabget;error=0 AIPS 4: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 4: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 4: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 4: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 4: for i=1:lsidx AIPS 4: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 4: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 4: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 4: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 4: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 4: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 4: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 4: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 4: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 4: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 4: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 4: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 4: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 4: $here - clean up pnt cal for doubles - subtract from total count below AIPS 4: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 4: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 4: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 4: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 4: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 4: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 4: return;clrtemp AIPS 4: finish AIPS 4: AIPS 4: procedure numtab(lsstrng) AIPS 4: keystrng'';j=0;clrtemp AIPS 4: while ((j<15)&(keystrng<>lsstrng)) AIPS 4: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 4: if (keystrng=lsstrng) then AIPS 4: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 4: keyword'';keystrng'';clrtemp AIPS 4: return keyvalue(1);finish AIPS 4: AIPS 4: procedure numbasel AIPS 4: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 4: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 4: for numbant=1:numarow AIPS 4: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 4: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 4: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 4: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 4: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 4: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 4: return numbase AIPS 4: finish AIPS 4: AIPS 4: procedure calcintt AIPS 4: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 4: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 4: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 4: else AIPS 4: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 4: if(numxrow>rmax)then;numxrow rmax;end AIPS 4: for numscan=1:numxrow;clrtemp AIPS 4: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 4: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 4: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 4: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 4: end;numcnst=numbasel;sum=0 AIPS 4: if (avr > 0) then AIPS 4: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 4: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 4: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 4: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 4: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 4: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 4: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 4: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 4: end AIPS 4: return avr AIPS 4: finish AIPS 4: AIPS 4: procedure guesintt AIPS 4: scalar intcst,intavr,intmod,intime AIPS 4: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 4: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 4: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 4: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 4: if (intavr>10) then AIPS 4: $ intime=10*floor(0.5+(intavr/10)) AIPS 4: intime=10*floor(intavr/10) AIPS 4: else;if (intavr>0) then AIPS 4: intmod=mod(intavr,intcst) AIPS 4: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 4: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 4: else;intime=intavr;end;end;clrtemp AIPS 4: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 4: return intime AIPS 4: finish AIPS 4: AIPS 4: procedure checkids AIPS 4: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 4: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 4: scalar q1,q2 AIPS 4: string*1 co1,co2 AIPS 4: string*16 n1,n2 AIPS 4: array alist(100),blist(100) AIPS 4: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 4: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 4: if (n > 1) then AIPS 4: for m=1:(n-1);clrtemp AIPS 4: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 4: for l=(m+1):n;clrtemp AIPS 4: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 4: if (abs(ra1a-ra2a)=0) then AIPS 4: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 4: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 4: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 4: if (abs(dc1a-dc2a)=0) then AIPS 4: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 4: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 4: if (q1=q2) then $ same qualifier; same calcode? AIPS 4: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 4: if (co1=co2) then AIPS 4: pixxy m,1;tabget;q1 keyvalue(1) AIPS 4: pixxy l,1;tabget;q2 keyvalue(1) AIPS 4: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 4: if (idx>100) then; AIPS 4: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 4: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 4: else AIPS 4: if (length(n1)1) then;task'DSORC';n=0 AIPS 4: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 4: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 4: end AIPS 4: finish AIPS 4: AIPS 4: procedure chkobjct AIPS 4: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 4: then; object='3C286';end AIPS 4: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 4: then; object='3C48';end AIPS 4: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 4: then; object='3C138';end AIPS 4: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 4: then; object='3C147';end AIPS 4: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 4: then; object='3C295';end;clrtemp;return AIPS 4: finish AIPS 4: AIPS 4: procedure checkbnd AIPS 4: band='';j=1 AIPS 4: while (j<9) AIPS 4: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 4: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 4: keyvalue(1)=keyvalue(1)/1e9; AIPS 4: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 4: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 4: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 4: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 4: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 4: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 4: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 4: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure chkmodel AIPS 4: error=0;sysout='';sys2com'' AIPS 4: syscom'ls -1 $AIPSTARS/ AIPS 4: sys2com(1) inname!!'.MODEL' AIPS 4: sys2com(2) ' >& /dev/null AIPS 4: system AIPS 4: finish AIPS 4: AIPS 4: procedure loadmodl AIPS 4: scalar lsidx,l AIPS 4: array lsload(5) AIPS 4: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 4: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 4: for i=1:lsidx AIPS 4: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 4: while (j<21) AIPS 4: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 4: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 4: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 4: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 4: for j=1:(l-1) AIPS 4: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 4: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 4: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 4: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 4: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 4: end;return AIPS 4: finish AIPS 4: AIPS 4: procedure vlanew AIPS 4: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 4: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 4: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 4: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 4: if (inclass='LINE') then AIPS 4: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 4: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 4: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 4: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 4: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 4: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 4: finish AIPS 4: AIPS 4: procedure allzap AIPS 4: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 4: finish AIPS 4: AIPS 4: procedure allplot AIPS 4: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 4: if (j>0) then AIPS 4: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 4: else;type 'NOTHING TO PLOT - DONE';end AIPS 4: finish AIPS 4: AIPS 4: procedure goplt0 AIPS 4: if (lsplot>0) then;go;end AIPS 4: finish $SN only AIPS 4: procedure goplt1 AIPS 4: if (lsplot>1) then;go;end AIPS 4: finish $SN+CL AIPS 4: procedure goplt2 AIPS 4: if (lsplot>2) then;go;end AIPS 4: finish $SN+CL+BP AIPS 4: procedure goplt3 AIPS 4: if (lsplot>3) then;go;end AIPS 4: finish $CL,BP applied AIPS 4: AIPS 4: procedure calpipe(lsdisk,lsname,lsrant) AIPS 4: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 4: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 4: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 4: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 4: if (lsflag>=1) then AIPS 4: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 4: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 4: end;task'FLAGR';getset AIPS 4: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 4: end AIPS 4: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 4: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 4: if (length(lscal)<>0) then AIPS 4: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 4: end;sources=lsampcal;go AIPS 4: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 4: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 4: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 4: if (lsmodl>0) then $ use models for ones that exist AIPS 4: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 4: for j=1:(l-1) AIPS 4: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 4: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 4: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 4: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 4: $ if no model, use point with full uvrange AIPS 4: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 4: end;clrtemp AIPS 4: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 4: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 4: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 4: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 4: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 4: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 4: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 4: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 4: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 4: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 4: if(star>0)then;calsour'';calcode'*';end;go AIPS 4: if (lsmodl>0) then AIPS 4: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 4: for j=1:(l-1) AIPS 4: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 4: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 4: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 4: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 4: $ if no model, use point with full uvrange AIPS 4: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 4: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 4: for j=1:(l-1) AIPS 4: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 4: if (error<1) then;zap;end;end AIPS 4: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 4: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 4: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 4: if (star>0) then; AIPS 4: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 4: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 4: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 4: soucode='*' AIPS 4: else AIPS 4: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 4: end;go AIPS 4: if (lscont<1) then AIPS 4: type '****************************************************** **' AIPS 4: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 4: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 4: type '****************************************************** **';read AIPS 4: end AIPS 4: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 4: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 4: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 4: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 4: if (inclass='CH 0') then AIPS 4: task'TACOP';getset AIPS 4: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 4: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 4: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 4: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 4: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 4: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 4: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 4: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 4: sources=lsampcal;goplt3 AIPS 4: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 4: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 4: finish AIPS 4: AIPS 4: procedure calcrms AIPS 4: scalar nbas,nvis,tbw,rms,minhrs AIPS 4: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 4: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 4: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 4: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 4: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 4: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 4: while (j<9) AIPS 4: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 4: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 4: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 4: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 4: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 4: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 4: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 4: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 4: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 4: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 4: return rms AIPS 4: finish AIPS 4: AIPS 4: procedure setboxfle AIPS 4: scalar ci,bi AIPS 4: string*48 fbox AIPS 4: fbox'/tmp/SETFC@ AIPS 4: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 4: ci=0;bi=length(fbox) AIPS 4: while(ci& /dev/null AIPS 4: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 4: finish AIPS 4: AIPS 4: procedure catboxfile AIPS 4: sys2com'';syscom 'cat AIPS 4: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 4: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 4: system AIPS 4: finish AIPS 4: AIPS 4: procedure setimsize AIPS 4: scalar szf, kk AIPS 4: string*48 bxf AIPS 4: array szc(2), szi(2), orgc(2), orgi(2) AIPS 4: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 4: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 4: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 4: while (kk<9) AIPS 4: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 4: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 4: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 4: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 4: go;szf=nfield;szc=cellsize;szi=imsize AIPS 4: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 4: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 4: vput imagr AIPS 4: finish AIPS 4: AIPS 4: procedure imapipe(k,lsdisk,lsname) AIPS 4: vnum=33;dowait=true AIPS 4: if (k=1) then AIPS 4: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 4: baddisk=lsbadd;douvcomp=-1;go AIPS 4: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 4: go;end;end;clrtemp AIPS 4: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 4: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 4: while (j<9) AIPS 4: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 4: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 4: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 4: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 4: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 4: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 4: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 4: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 4: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 4: while ((lssid(k)>0) & (k<1001)) AIPS 4: if (lssid(k)=keyvalue(1))then error=0;end AIPS 4: k=k+1;end;end;vget imagr AIPS 4: if (error < 1) then AIPS 4: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 4: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 4: while (j<30) AIPS 4: k=length(inname) AIPS 4: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 4: lstarg=0;j=30 AIPS 4: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 4: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 4: if(imsize(1)<0)then;imsize=256;end;end AIPS 4: else;j=j+1;end $ check next source, if not found -> targ et AIPS 4: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 4: AIPS 4: j=1 AIPS 4: $calibrator lstarg=0 AIPS 4: $target if lstarg=1 AIPS 4: AIPS 4: AIPS 4: while (j<9) AIPS 4: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 4: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 4: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 4: if (inclass='CH 0') then AIPS 4: for k=1:keyvalue(1);bif=k;eif=k AIPS 4: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 4: end;clrtemp;k=keyvalue(1) AIPS 4: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 4: if (error < 1) then AIPS 4: while (j<9) AIPS 4: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 4: if (keystrng='FREQ') then AIPS 4: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 4: else;j=j+1;end AIPS 4: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 4: if (bchan=1) then;bchan=2;end;j=k AIPS 4: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 4: end;end;clrtemp AIPS 4: else AIPS 4: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 4: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 4: else AIPS 4: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 4: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 4: end;end;boxfile=setboxfle;delboxfle AIPS 4: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 4: $ inclass'SCIMG';allzap AIPS 4: inclass'IBM*';intype'MA';allzap AIPS 4: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 4: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 4: end;end;dowait=false;vnum=0 AIPS 4: finish AIPS 4: AIPS 4: procedure avlapipe AIPS 4: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 4: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 4: else;lsclrcal;tint=guesintt;clrtemp AIPS 4: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 4: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 4: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 4: type'--------------------------------------------------- --------' AIPS 4: end;type ' ' AIPS 4: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 4: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 4: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: default'AVLAPIPE' AIPS 4: Found in Version=ABIN AIPS 4: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 4: docal 1; sources '*''' AIPS 4: $ to be set by itself later AIPS 4: solint 1; factor 5; doarray -1; imsize -1 AIPS 4: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 4: niter -1; cutoff -1 AIPS 4: $ for now debugging AIPS 4: docont 1; plver -1; doall 1; doresid 0 AIPS 4: AIPS 4: $ defaults AIPS 4: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 4: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 4: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 4: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 4: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 4: 'BB117_1999NOV21_1' >>AIPS 4: 'BB117_1999NOV21_1' >AIPS 4: Found in Version=ABIN AIPS 4: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 4: AIPS 4: $$ General catalog looks like AIPS 4: $$ Multi-source UV data file AIPS 4: $$ Multi-source TASAV file AIPS 4: $$ Single-source calibrated data - auvf AIPS 4: $$ Single-source calibrated images- aimg AIPS 4: AIPS 4: $May need to redefine after a restore 0: AIPS 4: $allzap AIPS 4: $calcintt AIPS 4: $guesintt AIPS 4: $lsparm(5);tint;lsdisk AIPS 4: AIPS 4: procedure flatfov AIPS 4: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 4: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 4: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 4: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 4: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 4: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 4: while (kk<5) AIPS 4: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 4: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 4: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 4: end AIPS 4: for i=3:uvi;getname i AIPS 4: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 4: for j=1:keyvalue(1) AIPS 4: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 4: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 4: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 4: $ so instead of maximum frequency span, use max individual bandw idth AIPS 4: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 4: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 4: for j=1:mai $ assume inseq starts at 1.. AIPS 4: inseq=j;kk=1;cellsize=0;userid=0 AIPS 4: while (kk<5) AIPS 4: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 4: keyword='CDELT'!!char(kk);clrtemp AIPS 4: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 4: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 4: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 4: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 4: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 4: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 4: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 4: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 4: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 4: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 4: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 4: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 4: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 4: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 4: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 4: go;wait;allzap;recat AIPS 4: end;end;end AIPS 4: finish AIPS 4: AIPS 4: procedure nvasimage AIPS 4: $LOS - Determine noise, do primary beam correction, include copy right AIPS 4: scalar numfle,ll,mm AIPS 4: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 4: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 4: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 4: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 4: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 4: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 4: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 4: end AIPS 4: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 4: for j=mai:numfle AIPS 4: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 4: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 4: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 4: for j=mai:numfle $ can only do on MA files AIPS 4: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 4: end AIPS 4: finish AIPS 4: AIPS 4: procedure nvasname AIPS 4: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 4: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 4: string*1 pm,rmsc AIPS 4: string*2 zz AIPS 4: string*3 mmm AIPS 4: string*4 rmss,sbms,fras AIPS 4: string*5 radi AIPS 4: string*30 dir AIPS 4: string*20 expn AIPS 4: ki=1;userid=0 AIPS 4: while (ki<9) AIPS 4: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 4: typ ki, keys AIPS 4: if(substr(keystrng,1,2)='RA')then AIPS 4: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 4: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 4: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 4: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 4: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 4: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 4: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 4: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 4: typ 'HERE' AIPS 4: if(substr(keystrng,1,3)='DEC')then AIPS 4: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 4: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 4: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 4: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 4: ds=floor(dc1+(3600*dc2));clrtemp AIPS 4: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 4: if(substr(keystrng,1,4)='FREQ')then AIPS 4: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 4: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 4: if(substr(keystrng,1,6)='STOKES')then AIPS 4: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 4: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 4: end; AIPS 4: typ ki 'TOO' AIPS 4: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 4: end;clrtemp $ build the output file name here AIPS 4: typ 'BUILD NOW' AIPS 4: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 4: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 4: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 4: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 4: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 4: AIPS 4: AIPS 4: AIPS 4: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 4: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 4: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 4: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 4: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 4: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 4: else AIPS 4: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 4: end AIPS 4: AIPS 4: if (expnm='') then AIPS 4: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 4: mmm=substr(keystrng,5,6) AIPS 4: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 4: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 4: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 4: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 4: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 4: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 4: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 4: end AIPS 4: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print outf AIPS 4: AIPS 4: $ make the source dir here AIPS 4: dir='';sysout'';syscom'mkdir AIPS 4: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 4: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 4: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 4: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 4: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 4: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK4: Task QUACK (release of 31DEC06) begins QUACK4: Flagged 1.33 min. of data in 4 scans QUACK4: Appears to have ended successfully QUACK4: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes FLAGR4: Task FLAGR (release of 31DEC06) begins FLAGR4: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR4: Overall average amp= 3.006E-01 +- 4.348E-02 source= 0137+331 FLAGR4: Overall average rms= 1.513E-03 +- 3.355E-04 source= 0137+331 FLAGR4: Overall average amp= 2.278E-01 +- 9.012E-03 source= 2007+404 FLAGR4: Overall average rms= 1.175E-03 +- 1.502E-04 source= 2007+404 FLAGR4: Overall average amp= 2.485E-03 +- 1.332E-04 source= WR140 FLAGR4: Overall average rms= 1.022E-03 +- 8.341E-05 source= WR140 FLAGR4: Found 0 bad times, 60 total flags FLAGR4: Wrote 0 antenna & IF independent flags FLAGR4: Wrote 0 antenna independent, IF dependent flags FLAGR4: Wrote 58 antenna & IF dependent flags FLAGR4: Wrote 2 antenna & IF dependent, all-times flags FLAGR4: Appears to have ended successfully FLAGR4: auto 31DEC06 TST: Cpu= 0.8 Real= 2 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes SETJY4: Task SETJY (release of 31DEC06) begins SETJY4: / Resetting flux information to zero SETJY4: BIF = 1 EIF = 2 /Range of IFs SETJY4: SOURCES = '' /All sources selected SETJY4: Appears to have ended successfully SETJY4: auto 31DEC06 TST: Cpu= 0.0 Real= 0 SETJY4: Task SETJY (release of 31DEC06) begins SETJY4: A source model for this calibrator may be available SETJY4: Use the verb CALDIR to see if there is one SETJY4: A source model for this calibrator may be available SETJY4: Use the verb CALDIR to see if there is one SETJY4: / Flux calculated using known spectrum SETJY4: BIF = 1 EIF = 2 /Range of IFs SETJY4: '0137+331 ' IF = 1 FLUX = 3.1637 (Jy calcd) SETJY4: '0137+331 ' IF = 2 FLUX = 3.1449 (Jy calcd) SETJY4: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY4: Appears to have ended successfully SETJY4: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes CALIB4: Task CALIB (release of 31DEC06) begins CALIB4: CALIB USING 19991121 . X BAND . 1 DISK= 1 USID=**** CALIB4: L1 Solution type CALIB4: Selecting, editing and calibrating the data CALIB4: Doing cal transfer mode with point model for each source CALIB4: This is not self-calibration CALIB4: Dividing data by source flux densities CALIB4: Determining solutions CALIB4: Writing SN table 1 CALIB4: Found 579 good solutions CALIB4: Failed on 13 solutions CALIB4: Average closure rms = 0.0051 +- 0.0014 CALIB4: Fraction of times having data > 2.5 rms from solution CALIB4: 0.08333 of the times had 0 - 2 percent outside 2.5 times rms CALIB4: 0.25000 of the times had 2 - 4 percent outside 2.5 times rms CALIB4: 0.16667 of the times had 4 - 6 percent outside 2.5 times rms CALIB4: 0.25000 of the times had 8 - 10 percent outside 2.5 times rms CALIB4: 0.20833 of the times had 10 - 12 percent outside 2.5 times rms CALIB4: 0.04167 of the times had 12 - 14 percent outside 2.5 times rms CALIB4: Adjusting solutions to a common reference antenna CALIB4: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB4: Some solutions were not adjusted to the common CALIB4: reference antenna. This may be because one or more CALIB4: antennas were not used. Check your data before CALIB4: proceeding. CALIB4: Appears to have ended successfully CALIB4: auto 31DEC06 TST: Cpu= 0.1 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null CALRD4: Task CALRD (release of 31DEC06) begins CALRD4: Reading disk file AIPSTARS:3C48_X.MODEL CALRD4: Create 3C48_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD4: Appears to have ended successfully CALRD4: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes CALIB4: Task CALIB (release of 31DEC06) begins CALIB4: CALIB USING 19991121 . X BAND . 1 DISK= 1 USID=**** CALIB4: L1 Solution type CALIB4: Selecting, editing and calibrating the data CALIB4: Doing self-cal mode with CC model CALIB4: SETGDS: imaging done with reprojected tangent point(s) CALIB4: FACSET: source model will be scaled to 3.164 Jy CALIB4: FACSET: 3.429181 Jy found from 300 components CALIB4: FACSET: scaling factor set to 9.22586E-01 CALIB4: VISDFT: Begin DFT component division CALIB4: VISDFT: Model components of type Point CALIB4: I Polarization model processed CALIB4: FACSET: source model will be scaled to 3.145 Jy CALIB4: FACSET: 3.429181 Jy found from 300 components CALIB4: FACSET: scaling factor set to 9.17087E-01 CALIB4: VISDFT: Begin DFT component division CALIB4: I Polarization model processed CALIB4: Field 1 used 300 CCs CALIB4: Determining solutions CALIB4: Deleted 48 records from SN table no. 1 CALIB4: Writing SN table 1 CALIB4: Found 192 good solutions CALIB4: Average closure rms = 0.0034 +- 0.0004 CALIB4: Fraction of times having data > 2.5 rms from solution CALIB4: 0.12500 of the times had 0 - 2 percent outside 2.5 times rms CALIB4: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB4: 0.12500 of the times had 4 - 6 percent outside 2.5 times rms CALIB4: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB4: Adjusting solutions to a common reference antenna CALIB4: Appears to have ended successfully CALIB4: auto 31DEC06 TST: Cpu= 0.4 Real= 1 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes CLCAL4: Task CLCAL (release of 31DEC06) begins CLCAL4: Using interpolation mode 2PT CLCAL4: Processing SN table 1 CLCAL4: SNMRG: Merging SN table CLCAL4: SNMRG: Write 148 merged records from 148 input records CLCAL4: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL4: Appears to have ended successfully CLCAL4: auto 31DEC06 TST: Cpu= 0.1 Real= 1 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes CLCAL4: Task CLCAL (release of 31DEC06) begins CLCAL4: Using interpolation mode SELF CLCAL4: Deleted 300 records from CL table no. 2 CLCAL4: Processing SN table 1 CLCAL4: WARNING: SN table 1 has already been applied CLCAL4: SNMRG: Merging SN table CLCAL4: SNMRG: Write 148 merged records from 148 input records CLCAL4: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL4: Appears to have ended successfully CLCAL4: auto 31DEC06 TST: Cpu= 0.1 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes CALIB4: Task CALIB (release of 31DEC06) begins CALIB4: CALIB USING 19991121 . X BAND . 1 DISK= 1 USID=**** CALIB4: L1 Solution type CALIB4: Selecting, editing and calibrating the data CALIB4: Doing cal transfer mode with point model for each source CALIB4: This is not self-calibration CALIB4: Dividing data by source flux densities CALIB4: Determining solutions CALIB4: Writing SN table 2 CALIB4: RPOL, IF= 1 The average gain over these antennas is 2.471E+00 CALIB4: RPOL, IF= 2 The average gain over these antennas is 2.446E+00 CALIB4: LPOL, IF= 1 The average gain over these antennas is 2.461E+00 CALIB4: LPOL, IF= 2 The average gain over these antennas is 2.485E+00 CALIB4: Found 291 good solutions CALIB4: Failed on 5 solutions CALIB4: Average closure rms = 0.0016 +- 0.0003 CALIB4: Fraction of times having data > 2.5 rms from solution CALIB4: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB4: 0.08333 of the times had 2 - 4 percent outside 2.5 times rms CALIB4: 0.25000 of the times had 8 - 10 percent outside 2.5 times rms CALIB4: 0.08333 of the times had 10 - 12 percent outside 2.5 times rms CALIB4: 0.16667 of the times had 12 - 14 percent outside 2.5 times rms CALIB4: 0.16667 of the times had 14 - 16 percent outside 2.5 times rms CALIB4: Adjusting solutions to a common reference antenna CALIB4: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB4: Some solutions were not adjusted to the common CALIB4: reference antenna. This may be because one or more CALIB4: antennas were not used. Check your data before CALIB4: proceeding. CALIB4: Appears to have ended successfully CALIB4: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes CALIB4: Task CALIB (release of 31DEC06) begins CALIB4: CALIB USING 19991121 . X BAND . 1 DISK= 1 USID=**** CALIB4: L1 Solution type CALIB4: Selecting, editing and calibrating the data CALIB4: Doing self-cal mode with CC model CALIB4: SETGDS: imaging done with reprojected tangent point(s) CALIB4: FACSET: source model will be scaled to 3.164 Jy CALIB4: FACSET: 3.429181 Jy found from 300 components CALIB4: FACSET: scaling factor set to 9.22586E-01 CALIB4: VISDFT: Begin DFT component division CALIB4: VISDFT: Model components of type Point CALIB4: I Polarization model processed CALIB4: FACSET: source model will be scaled to 3.145 Jy CALIB4: FACSET: 3.429181 Jy found from 300 components CALIB4: FACSET: scaling factor set to 9.17087E-01 CALIB4: VISDFT: Begin DFT component division CALIB4: I Polarization model processed CALIB4: Field 1 used 300 CCs CALIB4: Determining solutions CALIB4: Deleted 24 records from SN table no. 2 CALIB4: Writing SN table 2 CALIB4: RPOL, IF= 1 The average gain over these antennas is 3.129E+00 CALIB4: RPOL, IF= 2 The average gain over these antennas is 3.129E+00 CALIB4: LPOL, IF= 1 The average gain over these antennas is 3.131E+00 CALIB4: LPOL, IF= 2 The average gain over these antennas is 3.162E+00 CALIB4: Found 96 good solutions CALIB4: Average closure rms = 0.0007 +- 0.0001 CALIB4: Fraction of times having data > 2.5 rms from solution CALIB4: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB4: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB4: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB4: Adjusting solutions to a common reference antenna CALIB4: Appears to have ended successfully CALIB4: auto 31DEC06 TST: Cpu= 0.4 Real= 1 GETJY4: Task GETJY (release of 31DEC06) begins GETJY4: Source:Qual CALCODE IF Flux (Jy) GETJY4: 2007+404 : 0 A 1 2.25182 +/- 0.00917 GETJY4: 2 2.25171 +/- 0.00912 GETJY4: Appears to have ended successfully GETJY4: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Destroyed 1 extension files of type CC AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 2 disk= 1 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Destroyed 1 extension files of type CC AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 2 disk= 1 AIPS 4: Resumes CLCAL4: Task CLCAL (release of 31DEC06) begins CLCAL4: Using interpolation mode 2PT CLCAL4: Processing SN table 2 CLCAL4: SNMRG: Merging SN table CLCAL4: SNMRG: Write 74 merged records from 74 input records CLCAL4: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL4: Appears to have ended successfully CLCAL4: auto 31DEC06 TST: Cpu= 0.1 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Destroyed 1 extension files of type CC AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 2 disk= 1 AIPS 4: Resumes AIPS 4: Resumes CLCAL4: Task CLCAL (release of 31DEC06) begins CLCAL4: Using interpolation mode SELF CLCAL4: Deleted 288 records from CL table no. 3 CLCAL4: Processing SN table 2 CLCAL4: WARNING: SN table 2 has already been applied CLCAL4: SNMRG: Merging SN table CLCAL4: SNMRG: Write 74 merged records from 74 input records CLCAL4: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL4: Appears to have ended successfully CLCAL4: auto 31DEC06 TST: Cpu= 0.1 Real= 1 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Destroyed 1 extension files of type CC AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 2 disk= 1 AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes TASAV4: Task TASAV (release of 31DEC06) begins TASAV4: Create 19991121 .TASAV . 1 (UV) on disk 1 cno 2 TASAV4: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV4: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV4: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV4: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV4: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV4: Appears to have ended successfully TASAV4: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Destroyed 1 extension files of type CC AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 2 disk= 1 AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes SPLIT4: Task SPLIT (release of 31DEC06) begins SPLIT4: You are using a non-standard program SPLIT4: Doing subarray 1 SPLIT4: Create 0137+331 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT4: Applying CL Table version 3 SPLIT4: Previously flagged flagged by gain kept SPLIT4: Partially 0 0 0 SPLIT4: Fully 0 0 2760 SPLIT4: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT4: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT4: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT4: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT4: Create 2007+404 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT4: Previously flagged flagged by gain kept SPLIT4: Partially 336 240 216 SPLIT4: Fully 0 120 4195 SPLIT4: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT4: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT4: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT4: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT4: Create WR140 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT4: Previously flagged flagged by gain kept SPLIT4: Partially 1653 1608 954 SPLIT4: Fully 0 0 23322 SPLIT4: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT4: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT4: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT4: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT4: Appears to have ended successfully SPLIT4: auto 31DEC06 TST: Cpu= 0.1 Real= 0 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Destroyed 1 extension files of type CC AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 2 disk= 1 AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.1195 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null SETFC4: Task SETFC (release of 31DEC06) begins SETFC4: Found 0137+331 X BAND Seq 1 Disk: 1 in slot 3 SETFC4: SETCEL: recommends IMSIZE 1210 CELLSIZE 0.26462 SETFC4: SETCEL: returns IMSIZE 1024 CELLSIZE 0.26462 SETFC4: ZTXOP2: using translated file name = SETFC4: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 SETFC4: FLYEYE added 7 fields to BOXFILE to 0.063 deg SETFC4: Searching catalog between 0.06 and 0.13 degrees radius SETFC4: ZTXOP2: using translated file name = SETFC4: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC4: No NVSS sources selected for BOXFILE SETFC4: The Sun is 148.9 deg away - ignoring SETFC4: First field number written was 1 SETFC4: Highest field number written was 7 SETFC4: returns adverbs to AIPS SETFC4: Appears to have ended successfully SETFC4: auto 31DEC06 TST: Cpu= 0.1 Real= 0 C 1 1012 1012 01 37 41.31 33 09 35.4 00001 -1 507 512 513 C 2 1012 1012 01 37 41.31 33 05 50.1 00002 -1 507 512 513 C 3 1012 1012 01 37 25.77 33 07 42.7 00003 -1 507 512 513 C 4 1012 1012 01 37 56.84 33 07 42.7 00004 -1 507 512 513 C 5 1012 1012 01 37 25.76 33 11 28.0 00005 -1 507 512 513 C 6 1012 1012 01 37 56.85 33 11 28.0 00006 -1 507 512 513 C 7 1012 1012 01 37 41.31 33 13 20.7 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Destroyed 1 extension files of type CC AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 2 disk= 1 AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.1195 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 4: Waiting for returned adverbs AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/BB117_1999N AIPS 4: OV21_1.log.0 AIPS 4: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 4: ' ' IMAGR4: Task IMAGR (release of 31DEC06) begins IMAGR4: ZTXOP2: using translated file name = IMAGR4: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR4: FIELDF: Final field parameters and # read are: IMAGR4: Field 1 1012 1012 6.1530E-02 6.0000E-03 0 IMAGR4: Field 2 1012 1012 6.1530E-02 -2.2529E+02 0 IMAGR4: Field 3 1012 1012 -1.9508E+02 -1.1269E+02 0 IMAGR4: Field 4 1012 1012 1.9508E+02 -1.1269E+02 0 IMAGR4: Field 5 1012 1012 -1.9520E+02 1.1261E+02 0 IMAGR4: Field 6 1012 1012 1.9520E+02 1.1261E+02 0 IMAGR4: Field 7 1012 1012 6.1530E-02 2.2531E+02 0 IMAGR4: ZTXOP2: using translated file name = IMAGR4: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR4: WINDF: Number of clean boxes/field read as follows: IMAGR4: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR4: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR4: Create 0137+331 .IMAGR . 1 (UV) on disk 1 cno 6 IMAGR4: Beginning channel 1 through 1 with 2 IFs IMAGR4: IMACPY: Copied 2760 visibilities to be imaged IMAGR4: **** WARNING data included out of inner portion of UV plane **** IMAGR4: **** Watch for high-frequency & other poor cleaning effects **** IMAGR4: UVWAIT: begin finding uniform weights IMAGR4: UVWAIT: Average grid weight 5.186E+04 IMAGR4: UVWAIT: Adding temperance S 1.037E+04 IMAGR4: UVWAIT: begin applying uniform or other weights IMAGR4: UVWAIT: Sum of weights in 2.562E+07 and out 3.266E+07 IMAGR4: UVWAIT: Noise is increased by a factor 1.148 due to weighting IMAGR4: UVWAIT: Average summed weight 5.186E+04 over 5520 vis IMAGR4: Create 0137+331 .IBM001. 1 (MA) on disk 1 cno 7 IMAGR4: Create 0137+331 .IBM002. 1 (MA) on disk 1 cno 8 IMAGR4: Create 0137+331 .IBM003. 1 (MA) on disk 1 cno 9 IMAGR4: Create 0137+331 .IBM004. 1 (MA) on disk 1 cno 10 IMAGR4: Create 0137+331 .IBM005. 1 (MA) on disk 1 cno 11 IMAGR4: Create 0137+331 .IBM006. 1 (MA) on disk 1 cno 12 IMAGR4: Create 0137+331 .IBM007. 1 (MA) on disk 1 cno 13 IMAGR4: Create 0137+331 .ICL001. 1 (MA) on disk 1 cno 14 IMAGR4: Create 0137+331 .ICL002. 1 (MA) on disk 1 cno 15 IMAGR4: Create 0137+331 .ICL003. 1 (MA) on disk 1 cno 16 IMAGR4: Create 0137+331 .ICL004. 1 (MA) on disk 1 cno 17 IMAGR4: Create 0137+331 .ICL005. 1 (MA) on disk 1 cno 18 IMAGR4: Create 0137+331 .ICL006. 1 (MA) on disk 1 cno 19 IMAGR4: Create 0137+331 .ICL007. 1 (MA) on disk 1 cno 20 IMAGR4: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR4: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR4: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR4: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR4: Field 1 Sum of gridding weights = 3.46782E+08 IMAGR4: Field 1 Beam min = -115.6 MilliJy, max = 1.0 Jy IMAGR4: Field 1 fit FWHM = 1.108 x 0.777 arcsec, PA= -84.4 IMAGR4: Field 2 Sum of gridding weights = 3.46781E+08 IMAGR4: Field 2 Beam min = -114.3 MilliJy, max = 1.0 Jy IMAGR4: Field 2 fit FWHM = 1.109 x 0.777 arcsec, PA= -84.3 IMAGR4: Field 3 Sum of gridding weights = 3.46781E+08 IMAGR4: Field 3 Beam min = -112.9 MilliJy, max = 1.0 Jy IMAGR4: Field 3 fit FWHM = 1.107 x 0.777 arcsec, PA= -84.4 IMAGR4: Field 4 Sum of gridding weights = 3.46782E+08 IMAGR4: Field 4 Beam min = -114.3 MilliJy, max = 1.0 Jy IMAGR4: Field 4 fit FWHM = 1.110 x 0.777 arcsec, PA= -84.3 IMAGR4: Field 5 Sum of gridding weights = 3.46782E+08 IMAGR4: Field 5 Beam min = -116.8 MilliJy, max = 1.0 Jy IMAGR4: Field 5 fit FWHM = 1.107 x 0.776 arcsec, PA= -84.5 IMAGR4: Field 6 Sum of gridding weights = 3.46783E+08 IMAGR4: Field 6 Beam min = -117.0 MilliJy, max = 1.0 Jy IMAGR4: Field 6 fit FWHM = 1.110 x 0.777 arcsec, PA= -84.4 IMAGR4: Field 7 Sum of gridding weights = 3.46783E+08 IMAGR4: Field 7 Beam min = -117.6 MilliJy, max = 1.0 Jy IMAGR4: Field 7 fit FWHM = 1.108 x 0.776 arcsec, PA= -84.5 IMAGR4: CLBHIS: minimum component 0.500 of current peak IMAGR4: Field 1 min = -334.7 MilliJy,max = 2.9 Jy IMAGR4: Field 2 min = -256.7 MilliJy,max = 939.2 MilliJy IMAGR4: Field 3 min = -273.5 MilliJy,max = 938.7 MilliJy IMAGR4: Field 4 min = -254.5 MilliJy,max = 912.2 MilliJy IMAGR4: Field 5 min = -261.8 MilliJy,max = 974.0 MilliJy IMAGR4: Field 6 min = -253.3 MilliJy,max = 910.8 MilliJy IMAGR4: Field 7 min = -259.6 MilliJy,max = 933.0 MilliJy IMAGR4: BGC Clean: using 2043 cell beam + residuals > 459.55 MilliJy IMAGR4: 2732 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 1.516 Jy iter= 7 IMAGR4: Field 1 Clean flux density= 1.489 Jy 7 comps IMAGR4: Total Cleaned flux density = 1.489 Jy 7 comps IMAGR4: SETDO3: imaging done with multiple tangent planes IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: VISDFT: Model components of type Point IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -175.0 MilliJy,max = 1.4 Jy IMAGR4: BGC Clean: using 1987 cell beam + residuals > 309.85 MilliJy IMAGR4: 672 Residual map points loaded IMAGR4: Field 1 min allowed flux = 624.085 MilliJy iter= 16 IMAGR4: Field 1 Clean flux density= 2.343 Jy 16 comps IMAGR4: Total Cleaned flux density = 2.343 Jy 16 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -61.3 MilliJy,max = 240.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.287E-01 < Second best 8.893E-01 IMAGR4: Field 7 min = -64.8 MilliJy,max = 221.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.109E-01 < Second best 7.890E-01 IMAGR4: Field 5 min = -68.0 MilliJy,max = 211.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.824E-01 < Second best 7.658E-01 IMAGR4: Field 4 min = -64.7 MilliJy,max = 200.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.774E-01 < Second best 5.937E-01 IMAGR4: Field 1 min = -89.7 MilliJy,max = 577.6 MilliJy IMAGR4: BGC Clean: using 1407 cell beam + residuals > 187.02 MilliJy IMAGR4: 132 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 268.114 MilliJy iter= 26 IMAGR4: Field 1 Clean flux density= 2.750 Jy 26 comps IMAGR4: Total Cleaned flux density = 2.750 Jy 26 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -38.7 MilliJy,max = 96.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.447E-02 < Second best 4.745E-01 IMAGR4: Field 6 min = -34.4 MilliJy,max = 86.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.762E-02 < Second best 2.551E-01 IMAGR4: Field 1 min = -55.5 MilliJy,max = 251.6 MilliJy IMAGR4: BGC Clean: using 1971 cell beam + residuals > 66.42 MilliJy IMAGR4: 810 Residual map points loaded IMAGR4: Field 1 min allowed flux = 121.556 MilliJy iter= 38 IMAGR4: Field 1 Clean flux density= 2.964 Jy 38 comps IMAGR4: Total Cleaned flux density = 2.964 Jy 38 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -33.4 MilliJy,max = 63.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.046E-02 < Second best 2.109E-01 IMAGR4: Field 7 min = -29.9 MilliJy,max = 55.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.245E-02 < Second best 1.824E-01 IMAGR4: Field 5 min = -30.2 MilliJy,max = 53.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.025E-02 < Second best 1.774E-01 IMAGR4: Field 4 min = -26.8 MilliJy,max = 52.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.604E-02 < Second best 1.157E-01 IMAGR4: Field 1 min = -39.6 MilliJy,max = 116.4 MilliJy IMAGR4: BGC Clean: using 1973 cell beam + residuals > 28.48 MilliJy IMAGR4: 2360 Residual map points loaded IMAGR4: Field 1 min allowed flux = 55.586 MilliJy iter= 54 IMAGR4: Field 1 Clean flux density= 3.092 Jy 54 comps IMAGR4: Total Cleaned flux density = 3.092 Jy 54 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -29.3 MilliJy,max = 36.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.867E-02 < Second best 6.046E-02 IMAGR4: Field 2 min = -31.7 MilliJy,max = 33.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.231E-02 < Second best 5.762E-02 IMAGR4: Field 6 min = -25.8 MilliJy,max = 31.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.963E-02 < Second best 5.293E-02 IMAGR4: Field 1 min = -34.5 MilliJy,max = 52.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.985E-02 < Second best 5.245E-02 IMAGR4: Field 7 min = -27.2 MilliJy,max = 31.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.975E-02 < Second best 5.025E-02 IMAGR4: Field 5 min = -26.5 MilliJy,max = 33.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.206E-02 < Second best 4.985E-02 IMAGR4: BGC Clean: using 471 cell beam + residuals > 17.75 MilliJy IMAGR4: 2297 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 26.395 MilliJy iter= 88 IMAGR4: Field 1 Clean flux density= 3.182 Jy 88 comps IMAGR4: Total Cleaned flux density = 3.182 Jy 88 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -28.8 MilliJy,max = 29.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.729E-02 < Second best 3.231E-02 IMAGR4: Field 2 min = -30.3 MilliJy,max = 27.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.894E-02 < Second best 3.206E-02 IMAGR4: Field 5 min = -27.4 MilliJy,max = 30.5 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 16.92 MilliJy IMAGR4: 1880 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 22.378 MilliJy iter= 33 IMAGR4: Field 5 Clean flux density= 56.345 MilliJy 33 comps IMAGR4: Total Cleaned flux density = 3.238 Jy 121 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -26.8 MilliJy,max = 26.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.503E-02 < Second best 2.963E-02 IMAGR4: Field 6 min = -25.7 MilliJy,max = 31.1 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 16.92 MilliJy IMAGR4: 2833 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -22.000 MilliJy iter= 41 IMAGR4: Field 6 Clean flux density= 9.308 MilliJy 41 comps IMAGR4: Total Cleaned flux density = 3.247 Jy 162 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -28.5 MilliJy,max = 26.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.721E-02 < Second best 2.867E-02 IMAGR4: Field 3 min = -27.2 MilliJy,max = 30.5 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 16.92 MilliJy IMAGR4: 1482 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 20.922 MilliJy iter= 42 IMAGR4: Field 3 Clean flux density= -4.899 MilliJy 42 comps IMAGR4: Total Cleaned flux density = 3.242 Jy 204 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -26.2 MilliJy,max = 25.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.504E-02 < Second best 2.721E-02 IMAGR4: Field 2 min = -27.1 MilliJy,max = 24.0 MilliJy IMAGR4: BGC Clean: using 1405 cell beam + residuals > 15.91 MilliJy IMAGR4: 671 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -18.288 MilliJy iter= 32 IMAGR4: Field 2 Clean flux density= -34.612 MilliJy 32 comps IMAGR4: Total Cleaned flux density = 3.208 Jy 236 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -23.8 MilliJy,max = 22.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.280E-02 < Second best 2.504E-02 IMAGR4: Field 4 min = -26.1 MilliJy,max = 24.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 15.23 MilliJy IMAGR4: 2088 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -19.851 MilliJy iter= 82 IMAGR4: Field 4 Clean flux density= -26.530 MilliJy 82 comps IMAGR4: Total Cleaned flux density = 3.181 Jy 318 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -22.6 MilliJy,max = 22.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.164E-02 < Second best 2.280E-02 IMAGR4: Field 1 min = -21.2 MilliJy,max = 21.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.027E-02 < Second best 2.164E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 15.05 MilliJy IMAGR4: 677 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -17.843 MilliJy iter= 63 IMAGR4: Field 7 Clean flux density= -53.675 MilliJy 63 comps IMAGR4: Total Cleaned flux density = 3.128 Jy 381 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -23.0 MilliJy,max = 23.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 14.67 MilliJy IMAGR4: 981 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 17.489 MilliJy iter= 113 IMAGR4: Field 5 Clean flux density= 119.264 MilliJy 113 comps IMAGR4: Total Cleaned flux density = 3.190 Jy 461 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -20.7 MilliJy,max = 22.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 13.83 MilliJy IMAGR4: 1783 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -16.596 MilliJy iter= 143 IMAGR4: Field 6 Clean flux density= 36.902 MilliJy 143 comps IMAGR4: Total Cleaned flux density = 3.218 Jy 563 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -19.7 MilliJy,max = 21.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 13.79 MilliJy IMAGR4: 307 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -15.227 MilliJy iter= 146 IMAGR4: Field 1 Clean flux density= 3.137 Jy 146 comps IMAGR4: Total Cleaned flux density = 3.173 Jy 621 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -19.7 MilliJy,max = 24.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 13.10 MilliJy IMAGR4: 2001 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 15.738 MilliJy iter= 178 IMAGR4: Field 3 Clean flux density= 11.329 MilliJy 178 comps IMAGR4: Total Cleaned flux density = 3.189 Jy 757 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -18.2 MilliJy,max = 18.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.580E-02 < Second best 1.748E-02 IMAGR4: Field 2 min = -20.1 MilliJy,max = 18.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.610E-02 < Second best 1.707E-02 IMAGR4: Field 7 min = -16.2 MilliJy,max = 17.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.491E-02 < Second best 1.675E-02 IMAGR4: Field 5 min = -18.8 MilliJy,max = 16.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.433E-02 < Second best 1.610E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 11.40 MilliJy IMAGR4: 544 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -12.714 MilliJy iter= 123 IMAGR4: Field 2 Clean flux density= -13.660 MilliJy 123 comps IMAGR4: Total Cleaned flux density = 3.210 Jy 848 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -17.9 MilliJy,max = 17.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 10.86 MilliJy IMAGR4: 3527 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -13.293 MilliJy iter= 353 IMAGR4: Field 6 Clean flux density= 62.827 MilliJy 353 comps IMAGR4: Total Cleaned flux density = 3.236 Jy 1058 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -16.1 MilliJy,max = 15.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 10.76 MilliJy IMAGR4: 270 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 11.510 MilliJy iter= 155 IMAGR4: Field 4 Clean flux density= -3.369 MilliJy 155 comps IMAGR4: Total Cleaned flux density = 3.260 Jy 1131 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -17.0 MilliJy,max = 18.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 10.03 MilliJy IMAGR4: 1457 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 11.396 MilliJy iter= 339 IMAGR4: Field 3 Clean flux density= -9.156 MilliJy 339 comps IMAGR4: Total Cleaned flux density = 3.239 Jy 1292 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -12.5 MilliJy,max = 13.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.284E-02 < Second best 1.456E-02 IMAGR4: Field 1 min = -14.9 MilliJy,max = 13.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.260E-02 < Second best 1.433E-02 IMAGR4: Field 5 min = -14.9 MilliJy,max = 13.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.135E-02 < Second best 1.284E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 9.37 MilliJy IMAGR4: 387 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -10.081 MilliJy iter= 161 IMAGR4: Field 7 Clean flux density= -15.929 MilliJy 161 comps IMAGR4: Total Cleaned flux density = 3.277 Jy 1390 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -15.0 MilliJy,max = 15.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.199E-02 < Second best 1.260E-02 IMAGR4: Field 1 min = -12.9 MilliJy,max = 11.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.155E-02 < Second best 1.217E-02 IMAGR4: Field 2 min = -15.2 MilliJy,max = 14.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 8.22 MilliJy IMAGR4: 795 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -9.084 MilliJy iter= 273 IMAGR4: Field 2 Clean flux density= -49.073 MilliJy 273 comps IMAGR4: Total Cleaned flux density = 3.241 Jy 1540 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -15.1 MilliJy,max = 15.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 8.22 MilliJy IMAGR4: 2072 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 9.379 MilliJy iter= 572 IMAGR4: Field 6 Clean flux density= 66.728 MilliJy 572 comps IMAGR4: Total Cleaned flux density = 3.245 Jy 1759 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -11.7 MilliJy,max = 10.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 8.20 MilliJy IMAGR4: 257 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -8.610 MilliJy iter= 231 IMAGR4: Field 1 Clean flux density= 3.133 Jy 231 comps IMAGR4: Total Cleaned flux density = 3.242 Jy 1844 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -13.4 MilliJy,max = 13.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 8.15 MilliJy IMAGR4: 848 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -8.900 MilliJy iter= 286 IMAGR4: Field 5 Clean flux density= 149.337 MilliJy 286 comps IMAGR4: Total Cleaned flux density = 3.272 Jy 2017 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -11.2 MilliJy,max = 12.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.001E-02 < Second best 1.092E-02 IMAGR4: Field 3 min = -12.9 MilliJy,max = 13.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 7.22 MilliJy IMAGR4: 1673 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 8.019 MilliJy iter= 569 IMAGR4: Field 3 Clean flux density= 7.767 MilliJy 569 comps IMAGR4: Total Cleaned flux density = 3.289 Jy 2247 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -11.6 MilliJy,max = 12.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 7.22 MilliJy IMAGR4: 774 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 7.812 MilliJy iter= 323 IMAGR4: Field 4 Clean flux density= -52.709 MilliJy 323 comps IMAGR4: Total Cleaned flux density = 3.240 Jy 2415 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -10.1 MilliJy,max = 10.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 8.475E-03 < Second best 8.991E-03 IMAGR4: Field 6 min = -12.0 MilliJy,max = 11.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 6.62 MilliJy IMAGR4: 779 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 7.088 MilliJy iter= 739 IMAGR4: Field 6 Clean flux density= 67.207 MilliJy 739 comps IMAGR4: Total Cleaned flux density = 3.240 Jy 2582 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -10.3 MilliJy,max = 11.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 6.37 MilliJy IMAGR4: 149 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 6.567 MilliJy iter= 345 IMAGR4: Field 2 Clean flux density= -37.475 MilliJy 345 comps IMAGR4: Total Cleaned flux density = 3.252 Jy 2654 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -9.8 MilliJy,max = 9.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 6.10 MilliJy IMAGR4: 391 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -6.387 MilliJy iter= 406 IMAGR4: Field 5 Clean flux density= 146.893 MilliJy 406 comps IMAGR4: Total Cleaned flux density = 3.249 Jy 2774 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -8.5 MilliJy,max = 8.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 7.305E-03 < Second best 8.242E-03 IMAGR4: Field 1 min = -7.9 MilliJy,max = 8.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 7.110E-03 < Second best 7.688E-03 IMAGR4: Field 3 min = -11.1 MilliJy,max = 10.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 5.46 MilliJy IMAGR4: 1261 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 5.908 MilliJy iter= 778 IMAGR4: Field 3 Clean flux density= -21.650 MilliJy 778 comps IMAGR4: Total Cleaned flux density = 3.220 Jy 2983 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -9.1 MilliJy,max = 11.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 5.16 MilliJy IMAGR4: 1273 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 5.599 MilliJy iter= 574 IMAGR4: Field 4 Clean flux density= -17.976 MilliJy 574 comps IMAGR4: Total Cleaned flux density = 3.255 Jy 3234 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -8.2 MilliJy,max = 8.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 5.14 MilliJy IMAGR4: 513 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 5.427 MilliJy iter= 331 IMAGR4: Field 7 Clean flux density= -10.939 MilliJy 331 comps IMAGR4: Total Cleaned flux density = 3.260 Jy 3404 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -6.8 MilliJy,max = 7.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.352E-03 < Second best 6.798E-03 IMAGR4: Field 6 min = -9.0 MilliJy,max = 9.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.80 MilliJy IMAGR4: 1978 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 5.251 MilliJy iter= 1060 IMAGR4: Field 6 Clean flux density= 81.255 MilliJy 1060 comps IMAGR4: Total Cleaned flux density = 3.274 Jy 3725 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -6.9 MilliJy,max = 7.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.82 MilliJy IMAGR4: 1635 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -5.239 MilliJy iter= 555 IMAGR4: Field 1 Clean flux density= 3.128 Jy 555 comps IMAGR4: Total Cleaned flux density = 3.268 Jy 4049 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -7.0 MilliJy,max = 7.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.71 MilliJy IMAGR4: 330 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -4.875 MilliJy iter= 472 IMAGR4: Field 2 Clean flux density= -26.861 MilliJy 472 comps IMAGR4: Total Cleaned flux density = 3.279 Jy 4176 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -8.7 MilliJy,max = 9.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.59 MilliJy IMAGR4: 1524 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 4.967 MilliJy iter= 693 IMAGR4: Field 5 Clean flux density= 166.725 MilliJy 693 comps IMAGR4: Total Cleaned flux density = 3.299 Jy 4463 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -8.5 MilliJy,max = 8.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.42 MilliJy IMAGR4: 1335 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 4.716 MilliJy iter= 1037 IMAGR4: Field 3 Clean flux density= -10.214 MilliJy 1037 comps IMAGR4: Total Cleaned flux density = 3.310 Jy 4722 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -8.0 MilliJy,max = 8.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.28 MilliJy IMAGR4: 663 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -4.464 MilliJy iter= 774 IMAGR4: Field 4 Clean flux density= -39.566 MilliJy 774 comps IMAGR4: Total Cleaned flux density = 3.289 Jy 4922 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR4: 400 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 4.311 MilliJy iter= 478 IMAGR4: Field 7 Clean flux density= 2.997 MilliJy 478 comps IMAGR4: Total Cleaned flux density = 3.303 Jy 5069 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -7.9 MilliJy,max = 7.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.02 MilliJy IMAGR4: 994 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 4.219 MilliJy iter= 1265 IMAGR4: Field 6 Clean flux density= 64.927 MilliJy 1265 comps IMAGR4: Total Cleaned flux density = 3.286 Jy 5274 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.79 MilliJy IMAGR4: 970 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -3.966 MilliJy iter= 788 IMAGR4: Field 1 Clean flux density= 3.157 Jy 788 comps IMAGR4: Total Cleaned flux density = 3.315 Jy 5507 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -6.7 MilliJy,max = 6.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.63 MilliJy IMAGR4: 457 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 3.747 MilliJy iter= 845 IMAGR4: Field 5 Clean flux density= 174.806 MilliJy 845 comps IMAGR4: Total Cleaned flux density = 3.323 Jy 5659 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.107E-03 < Second best 4.516E-03 IMAGR4: Field 3 min = -7.7 MilliJy,max = 7.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.40 MilliJy IMAGR4: 1582 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 3.597 MilliJy iter= 1355 IMAGR4: Field 3 Clean flux density= -16.650 MilliJy 1355 comps IMAGR4: Total Cleaned flux density = 3.317 Jy 5977 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -6.9 MilliJy,max = 6.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.28 MilliJy IMAGR4: 1134 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 3.461 MilliJy iter= 1045 IMAGR4: Field 4 Clean flux density= -47.061 MilliJy 1045 comps IMAGR4: Total Cleaned flux density = 3.309 Jy 6248 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -5.7 MilliJy,max = 5.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.19 MilliJy IMAGR4: 470 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -3.282 MilliJy iter= 647 IMAGR4: Field 7 Clean flux density= -5.262 MilliJy 647 comps IMAGR4: Total Cleaned flux density = 3.301 Jy 6417 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -5.1 MilliJy,max = 5.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.19 MilliJy IMAGR4: 528 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 3.288 MilliJy iter= 660 IMAGR4: Field 2 Clean flux density= -41.920 MilliJy 660 comps IMAGR4: Total Cleaned flux density = 3.286 Jy 6605 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -6.4 MilliJy,max = 6.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.08 MilliJy IMAGR4: 2497 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -3.302 MilliJy iter= 1694 IMAGR4: Field 6 Clean flux density= 40.839 MilliJy 1694 comps IMAGR4: Total Cleaned flux density = 3.262 Jy 7034 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR4: 1749 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -3.120 MilliJy iter= 1151 IMAGR4: Field 1 Clean flux density= 3.196 Jy 1151 comps IMAGR4: Total Cleaned flux density = 3.300 Jy 7397 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR4: 1803 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -3.097 MilliJy iter= 1229 IMAGR4: Field 5 Clean flux density= 160.927 MilliJy 1229 comps IMAGR4: Total Cleaned flux density = 3.286 Jy 7781 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.84 MilliJy IMAGR4: 2345 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -3.024 MilliJy iter= 1779 IMAGR4: Field 3 Clean flux density= 12.252 MilliJy 1779 comps IMAGR4: Total Cleaned flux density = 3.315 Jy 8205 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.79 MilliJy IMAGR4: 1528 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 2.945 MilliJy iter= 1396 IMAGR4: Field 4 Clean flux density= -78.614 MilliJy 1396 comps IMAGR4: Total Cleaned flux density = 3.284 Jy 8556 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -5.4 MilliJy,max = 6.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.72 MilliJy IMAGR4: 1814 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -2.857 MilliJy iter= 2103 IMAGR4: Field 6 Clean flux density= 52.123 MilliJy 2103 comps IMAGR4: Total Cleaned flux density = 3.295 Jy 8965 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.69 MilliJy IMAGR4: 1152 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 2.807 MilliJy iter= 947 IMAGR4: Field 2 Clean flux density= -50.509 MilliJy 947 comps IMAGR4: Total Cleaned flux density = 3.286 Jy 9252 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR4: 196 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -2.671 MilliJy iter= 732 IMAGR4: Field 7 Clean flux density= -6.572 MilliJy 732 comps IMAGR4: Total Cleaned flux density = 3.285 Jy 9337 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR4: 70 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -2.558 MilliJy iter= 1189 IMAGR4: Field 1 Clean flux density= 3.197 Jy 1189 comps IMAGR4: Total Cleaned flux density = 3.287 Jy 9375 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -5.0 MilliJy,max = 4.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR4: 545 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 2.522 MilliJy iter= 1431 IMAGR4: Field 5 Clean flux density= 164.020 MilliJy 1431 comps IMAGR4: Total Cleaned flux density = 3.290 Jy 9577 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR4: 1121 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 2.426 MilliJy iter= 2055 IMAGR4: Field 3 Clean flux density= 15.378 MilliJy 2055 comps IMAGR4: Total Cleaned flux density = 3.293 Jy 9853 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR4: 1065 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -2.343 MilliJy iter= 1707 IMAGR4: Field 4 Clean flux density= -86.394 MilliJy 1707 comps IMAGR4: Total Cleaned flux density = 3.285 Jy 10164 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -5.1 MilliJy,max = 5.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR4: 2718 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 2.297 MilliJy iter= 2602 IMAGR4: Field 6 Clean flux density= 33.820 MilliJy 2602 comps IMAGR4: Total Cleaned flux density = 3.267 Jy 10663 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR4: 2010 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 2.171 MilliJy iter= 1411 IMAGR4: Field 2 Clean flux density= -50.719 MilliJy 1411 comps IMAGR4: Total Cleaned flux density = 3.267 Jy 11127 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR4: 2847 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 2.184 MilliJy iter= 1317 IMAGR4: Field 7 Clean flux density= 13.754 MilliJy 1317 comps IMAGR4: Total Cleaned flux density = 3.287 Jy 11712 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR4: 536 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -2.088 MilliJy iter= 1393 IMAGR4: Field 1 Clean flux density= 3.194 Jy 1393 comps IMAGR4: Total Cleaned flux density = 3.284 Jy 11916 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR4: 2131 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -2.133 MilliJy iter= 1882 IMAGR4: Field 5 Clean flux density= 167.066 MilliJy 1882 comps IMAGR4: Total Cleaned flux density = 3.287 Jy 12367 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -5.1 MilliJy,max = 4.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR4: 3291 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 2.143 MilliJy iter= 2686 IMAGR4: Field 3 Clean flux density= 28.533 MilliJy 2686 comps IMAGR4: Total Cleaned flux density = 3.300 Jy 12998 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -4.1 MilliJy,max = 4.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR4: 2849 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 2.134 MilliJy iter= 2347 IMAGR4: Field 4 Clean flux density= -96.572 MilliJy 2347 comps IMAGR4: Total Cleaned flux density = 3.290 Jy 13638 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -5.9 MilliJy,max = 5.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR4: 4064 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 2.134 MilliJy iter= 3326 IMAGR4: Field 6 Clean flux density= 26.589 MilliJy 3326 comps IMAGR4: Total Cleaned flux density = 3.283 Jy 14362 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR4: 4173 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -2.138 MilliJy iter= 2039 IMAGR4: Field 7 Clean flux density= 34.699 MilliJy 2039 comps IMAGR4: Total Cleaned flux density = 3.304 Jy 15084 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -3.7 MilliJy,max = 3.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR4: 2767 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 2.116 MilliJy iter= 2047 IMAGR4: Field 2 Clean flux density= -50.607 MilliJy 2047 comps IMAGR4: Total Cleaned flux density = 3.304 Jy 15720 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -4.1 MilliJy,max = 4.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR4: 2375 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 2.086 MilliJy iter= 3185 IMAGR4: Field 3 Clean flux density= 32.546 MilliJy 3185 comps IMAGR4: Total Cleaned flux density = 3.308 Jy 16219 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR4: 398 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 1.967 MilliJy iter= 2196 IMAGR4: Field 7 Clean flux density= 34.920 MilliJy 2196 comps IMAGR4: Total Cleaned flux density = 3.308 Jy 16376 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR4: 1690 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.989 MilliJy iter= 2809 IMAGR4: Field 4 Clean flux density= -83.233 MilliJy 2809 comps IMAGR4: Total Cleaned flux density = 3.322 Jy 16838 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -5.4 MilliJy,max = 4.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR4: 1177 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -1.903 MilliJy iter= 3629 IMAGR4: Field 6 Clean flux density= 5.553 MilliJy 3629 comps IMAGR4: Total Cleaned flux density = 3.301 Jy 17141 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR4: 1778 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -1.892 MilliJy iter= 2378 IMAGR4: Field 5 Clean flux density= 171.049 MilliJy 2378 comps IMAGR4: Total Cleaned flux density = 3.305 Jy 17637 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR4: 1360 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -1.794 MilliJy iter= 2416 IMAGR4: Field 2 Clean flux density= -60.243 MilliJy 2416 comps IMAGR4: Total Cleaned flux density = 3.295 Jy 18006 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR4: 147 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 1.711 MilliJy iter= 1465 IMAGR4: Field 1 Clean flux density= 3.193 Jy 1465 comps IMAGR4: Total Cleaned flux density = 3.293 Jy 18078 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR4: 1639 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -1.685 MilliJy iter= 3566 IMAGR4: Field 3 Clean flux density= 43.537 MilliJy 3566 comps IMAGR4: Total Cleaned flux density = 3.304 Jy 18459 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR4: 431 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.591 MilliJy iter= 2992 IMAGR4: Field 4 Clean flux density= -87.555 MilliJy 2992 comps IMAGR4: Total Cleaned flux density = 3.300 Jy 18642 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR4: 699 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -1.569 MilliJy iter= 2423 IMAGR4: Field 7 Clean flux density= 39.281 MilliJy 2423 comps IMAGR4: Total Cleaned flux density = 3.304 Jy 18869 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -4.8 MilliJy,max = 4.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR4: 1516 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 1.548 MilliJy iter= 4001 IMAGR4: Field 6 Clean flux density= 4.806 MilliJy 4001 comps IMAGR4: Total Cleaned flux density = 3.304 Jy 19241 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR4: 1798 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 1.480 MilliJy iter= 2870 IMAGR4: Field 5 Clean flux density= 166.714 MilliJy 2870 comps IMAGR4: Total Cleaned flux density = 3.299 Jy 19733 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR4: 2196 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 1.418 MilliJy iter= 2925 IMAGR4: Field 2 Clean flux density= -64.791 MilliJy 2925 comps IMAGR4: Total Cleaned flux density = 3.295 Jy 20242 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR4: 1625 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 1.414 MilliJy iter= 1890 IMAGR4: Field 1 Clean flux density= 3.187 Jy 1890 comps IMAGR4: Total Cleaned flux density = 3.289 Jy 20667 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR4: 3776 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -1.414 MilliJy iter= 4316 IMAGR4: Field 3 Clean flux density= 62.880 MilliJy 4316 comps IMAGR4: Total Cleaned flux density = 3.308 Jy 21417 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR4: 3308 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.416 MilliJy iter= 3752 IMAGR4: Field 4 Clean flux density= -105.090 MilliJy 3752 comps IMAGR4: Total Cleaned flux density = 3.290 Jy 22177 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -3.5 MilliJy,max = 2.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR4: 2619 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 1.410 MilliJy iter= 3066 IMAGR4: Field 7 Clean flux density= 38.606 MilliJy 3066 comps IMAGR4: Total Cleaned flux density = 3.290 Jy 22820 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR4: 4133 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -1.436 MilliJy iter= 4848 IMAGR4: Field 6 Clean flux density= 5.951 MilliJy 4848 comps IMAGR4: Total Cleaned flux density = 3.291 Jy 23667 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR4: 5506 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -1.476 MilliJy iter= 4002 IMAGR4: Field 5 Clean flux density= 154.084 MilliJy 4002 comps IMAGR4: Total Cleaned flux density = 3.278 Jy 24799 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -2.8 MilliJy,max = 3.5 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 1.48 MilliJy IMAGR4: 5732 Residual map points loaded IMAGR4: Field 5 min allowed flux = 1.749 MilliJy iter= 4500 IMAGR4: Field 5 Clean flux density= 191.321 MilliJy 4500 comps IMAGR4: Total Cleaned flux density = 3.316 Jy 25297 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -3.8 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 1.46 MilliJy IMAGR4: 2911 Residual map points loaded IMAGR4: Field 5 min allowed flux = -1.892 MilliJy iter= 4590 IMAGR4: Field 5 Clean flux density= 171.754 MilliJy 4590 comps IMAGR4: Total Cleaned flux density = 3.296 Jy 25387 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR4: 140 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 1.342 MilliJy iter= 4650 IMAGR4: Field 5 Clean flux density= 173.789 MilliJy 4650 comps IMAGR4: Total Cleaned flux density = 3.298 Jy 25447 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.9 MilliJy,max = 4.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR4: 2541 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 1.369 MilliJy iter= 5546 IMAGR4: Field 6 Clean flux density= 10.155 MilliJy 5546 comps IMAGR4: Total Cleaned flux density = 3.302 Jy 26145 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR4: 3434 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -1.377 MilliJy iter= 3742 IMAGR4: Field 2 Clean flux density= -68.630 MilliJy 3742 comps IMAGR4: Total Cleaned flux density = 3.298 Jy 26962 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR4: 1608 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 1.333 MilliJy iter= 4210 IMAGR4: Field 4 Clean flux density= -83.956 MilliJy 4210 comps IMAGR4: Total Cleaned flux density = 3.320 Jy 27420 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -4.0 MilliJy,max = 3.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR4: 4555 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 1.357 MilliJy iter= 5259 IMAGR4: Field 3 Clean flux density= 70.268 MilliJy 5259 comps IMAGR4: Total Cleaned flux density = 3.327 Jy 28363 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR4: 4989 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -1.384 MilliJy iter= 2863 IMAGR4: Field 1 Clean flux density= 3.182 Jy 2863 comps IMAGR4: Total Cleaned flux density = 3.322 Jy 29336 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR4: 6746 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 1.438 MilliJy iter= 4435 IMAGR4: Field 7 Clean flux density= 43.857 MilliJy 4435 comps IMAGR4: Total Cleaned flux density = 3.328 Jy 30705 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -4.6 MilliJy,max = 5.9 MilliJy IMAGR4: BGC Clean: using 1405 cell beam + residuals > 1.80 MilliJy IMAGR4: 18868 Residual map points loaded IMAGR4: Field 7 min allowed flux = 2.939 MilliJy iter= 4488 IMAGR4: Field 7 Clean flux density= 54.095 MilliJy 4488 comps IMAGR4: Total Cleaned flux density = 3.338 Jy 30758 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR4: 13781 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 1.611 MilliJy iter= 6798 IMAGR4: Field 7 Clean flux density= 53.118 MilliJy 6798 comps IMAGR4: Total Cleaned flux density = 3.337 Jy 33068 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 7 min = -16.9 MilliJy,max = 14.4 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 5.47 MilliJy IMAGR4: 19135 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 7 min algorithm flux= -13.079 MilliJy iter= 6812 IMAGR4: Field 7 Clean flux density= 41.625 MilliJy 6812 comps IMAGR4: Total Cleaned flux density = 3.326 Jy 33082 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -12.0 MilliJy,max = 13.2 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 5.03 MilliJy IMAGR4: 18711 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 7 min algorithm flux= -9.949 MilliJy iter= 6870 IMAGR4: Field 7 Clean flux density= 38.387 MilliJy 6870 comps IMAGR4: Total Cleaned flux density = 3.322 Jy 33140 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -8.6 MilliJy,max = 9.8 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 3.83 MilliJy IMAGR4: 16187 Residual map points loaded IMAGR4: Field 7 min allowed flux = 4.439 MilliJy iter= 7334 IMAGR4: Field 7 Clean flux density= 51.110 MilliJy 7334 comps IMAGR4: Total Cleaned flux density = 3.335 Jy 33604 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 1.71 MilliJy IMAGR4: 14042 Residual map points loaded IMAGR4: Field 7 min allowed flux = 2.423 MilliJy iter= 7596 IMAGR4: Field 7 Clean flux density= 73.246 MilliJy 7596 comps IMAGR4: Total Cleaned flux density = 3.357 Jy 33866 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.7 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR4: 1528 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -1.342 MilliJy iter= 8055 IMAGR4: Field 7 Clean flux density= 47.004 MilliJy 8055 comps IMAGR4: Total Cleaned flux density = 3.331 Jy 34325 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR4: 814 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 1.279 MilliJy iter= 3137 IMAGR4: Field 1 Clean flux density= 3.203 Jy 3137 comps IMAGR4: Total Cleaned flux density = 3.352 Jy 34599 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR4: 3819 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -1.292 MilliJy iter= 4609 IMAGR4: Field 2 Clean flux density= -88.647 MilliJy 4609 comps IMAGR4: Total Cleaned flux density = 3.332 Jy 35466 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR4: 6612 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -2.247 MilliJy iter= 5563 IMAGR4: Field 6 Clean flux density= 8.091 MilliJy 5563 comps IMAGR4: Total Cleaned flux density = 3.330 Jy 35483 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR4: 5647 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.920 MilliJy iter= 5616 IMAGR4: Field 6 Clean flux density= 7.602 MilliJy 5616 comps IMAGR4: Total Cleaned flux density = 3.330 Jy 35536 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR4: 3661 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -1.272 MilliJy iter= 6469 IMAGR4: Field 6 Clean flux density= 2.713 MilliJy 6469 comps IMAGR4: Total Cleaned flux density = 3.325 Jy 36389 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR4: 4423 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 1.266 MilliJy iter= 6411 IMAGR4: Field 3 Clean flux density= 93.412 MilliJy 6411 comps IMAGR4: Total Cleaned flux density = 3.348 Jy 37541 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR4: 3566 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 1.287 MilliJy iter= 5588 IMAGR4: Field 5 Clean flux density= 163.883 MilliJy 5588 comps IMAGR4: Total Cleaned flux density = 3.338 Jy 38479 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR4: 1807 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -1.263 MilliJy iter= 8567 IMAGR4: Field 7 Clean flux density= 62.566 MilliJy 8567 comps IMAGR4: Total Cleaned flux density = 3.353 Jy 38991 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR4: 2196 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.267 MilliJy iter= 4822 IMAGR4: Field 4 Clean flux density= -92.152 MilliJy 4822 comps IMAGR4: Total Cleaned flux density = 3.345 Jy 39603 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR4: 1761 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 1.243 MilliJy iter= 5149 IMAGR4: Field 2 Clean flux density= -84.557 MilliJy 5149 comps IMAGR4: Total Cleaned flux density = 3.349 Jy 40143 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR4: 979 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -1.208 MilliJy iter= 5892 IMAGR4: Field 5 Clean flux density= 161.935 MilliJy 5892 comps IMAGR4: Total Cleaned flux density = 3.347 Jy 40447 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR4: 286 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 1.185 MilliJy iter= 3256 IMAGR4: Field 1 Clean flux density= 3.201 Jy 3256 comps IMAGR4: Total Cleaned flux density = 3.345 Jy 40566 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -4.0 MilliJy,max = 3.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR4: 1278 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -1.171 MilliJy iter= 6856 IMAGR4: Field 6 Clean flux density= -680.816 MicroJy 6856 comps IMAGR4: Total Cleaned flux density = 3.342 Jy 40953 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.0 MilliJy,max = 2.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR4: 409 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.134 MilliJy iter= 4972 IMAGR4: Field 4 Clean flux density= -85.067 MilliJy 4972 comps IMAGR4: Total Cleaned flux density = 3.349 Jy 41103 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR4: 3105 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 1.111 MilliJy iter= 7143 IMAGR4: Field 3 Clean flux density= 86.998 MilliJy 7143 comps IMAGR4: Total Cleaned flux density = 3.342 Jy 41835 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR4: 2616 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 1.070 MilliJy iter= 9219 IMAGR4: Field 7 Clean flux density= 71.189 MilliJy 9219 comps IMAGR4: Total Cleaned flux density = 3.351 Jy 42487 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR4: 2542 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 1.041 MilliJy iter= 5825 IMAGR4: Field 2 Clean flux density= -78.642 MilliJy 5825 comps IMAGR4: Total Cleaned flux density = 3.357 Jy 43163 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR4: 3736 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -1.049 MilliJy iter= 6805 IMAGR4: Field 5 Clean flux density= 152.566 MilliJy 6805 comps IMAGR4: Total Cleaned flux density = 3.347 Jy 44076 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR4: 3722 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 1.066 MilliJy iter= 4172 IMAGR4: Field 1 Clean flux density= 3.186 Jy 4172 comps IMAGR4: Total Cleaned flux density = 3.332 Jy 44992 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.1 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR4: 10478 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= 2.235 MilliJy iter= 6857 IMAGR4: Field 6 Clean flux density= -457.311 MicroJy 6857 comps IMAGR4: Total Cleaned flux density = 3.333 Jy 44993 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.1 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR4: 10346 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= 2.194 MilliJy iter= 6858 IMAGR4: Field 6 Clean flux density= -237.934 MicroJy 6858 comps IMAGR4: Total Cleaned flux density = 3.333 Jy 44994 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.1 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR4: 10304 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= 2.057 MilliJy iter= 6859 IMAGR4: Field 6 Clean flux density= -32.273 MicroJy 6859 comps IMAGR4: Total Cleaned flux density = 3.333 Jy 44995 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.1 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR4: 10261 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -2.035 MilliJy iter= 6862 IMAGR4: Field 6 Clean flux density= 172.494 MicroJy 6862 comps IMAGR4: Total Cleaned flux density = 3.333 Jy 44998 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR4: 10043 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.893 MilliJy iter= 6878 IMAGR4: Field 6 Clean flux density= 1.348 MilliJy 6878 comps IMAGR4: Total Cleaned flux density = 3.334 Jy 45014 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 4.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR4: 9029 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.816 MilliJy iter= 6886 IMAGR4: Field 6 Clean flux density= 1.347 MilliJy 6886 comps IMAGR4: Total Cleaned flux density = 3.334 Jy 45022 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 4.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR4: 8557 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.766 MilliJy iter= 6889 IMAGR4: Field 6 Clean flux density= 1.173 MilliJy 6889 comps IMAGR4: Total Cleaned flux density = 3.334 Jy 45025 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR4: 8403 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.753 MilliJy iter= 6892 IMAGR4: Field 6 Clean flux density= 999.740 MicroJy 6892 comps IMAGR4: Total Cleaned flux density = 3.334 Jy 45028 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 4.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR4: 8252 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.709 MilliJy iter= 6896 IMAGR4: Field 6 Clean flux density= 656.398 MicroJy 6896 comps IMAGR4: Total Cleaned flux density = 3.334 Jy 45032 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 4.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR4: 8010 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.663 MilliJy iter= 6903 IMAGR4: Field 6 Clean flux density= 1.162 MilliJy 6903 comps IMAGR4: Total Cleaned flux density = 3.334 Jy 45039 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 4.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR4: 7740 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.635 MilliJy iter= 6911 IMAGR4: Field 6 Clean flux density= 1.163 MilliJy 6911 comps IMAGR4: Total Cleaned flux density = 3.334 Jy 45047 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 4.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR4: 7389 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.553 MilliJy iter= 6956 IMAGR4: Field 6 Clean flux density= 2.634 MilliJy 6956 comps IMAGR4: Total Cleaned flux density = 3.336 Jy 45092 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.1 MilliJy,max = 4.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR4: 5442 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 1.087 MilliJy iter= 8194 IMAGR4: Field 6 Clean flux density= 23.728 MilliJy 8194 comps IMAGR4: Total Cleaned flux density = 3.357 Jy 46330 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR4: 6728 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 1.153 MilliJy iter= 6342 IMAGR4: Field 4 Clean flux density= -93.970 MilliJy 6342 comps IMAGR4: Total Cleaned flux density = 3.348 Jy 47700 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.7 MilliJy,max = 4.0 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 1.31 MilliJy IMAGR4: 14430 Residual map points loaded IMAGR4: Field 4 min allowed flux = 2.017 MilliJy iter= 6447 IMAGR4: Field 4 Clean flux density= -77.238 MilliJy 6447 comps IMAGR4: Total Cleaned flux density = 3.365 Jy 47805 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR4: 4512 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.119 MilliJy iter= 7689 IMAGR4: Field 4 Clean flux density= -124.325 MilliJy 7689 comps IMAGR4: Total Cleaned flux density = 3.317 Jy 49047 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.9 MilliJy,max = 4.1 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 1.34 MilliJy IMAGR4: 15056 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 2.233 MilliJy iter= 7788 IMAGR4: Field 4 Clean flux density= -99.253 MilliJy 7788 comps IMAGR4: Total Cleaned flux density = 3.343 Jy 49146 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR4: 4173 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 1.119 MilliJy iter= 8951 IMAGR4: Field 4 Clean flux density= -96.629 MilliJy 8951 comps IMAGR4: Total Cleaned flux density = 3.345 Jy 50309 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -3.5 MilliJy,max = 4.9 MilliJy IMAGR4: BGC Clean: using 1407 cell beam + residuals > 1.47 MilliJy IMAGR4: 18533 Residual map points loaded IMAGR4: Field 4 min allowed flux = -2.459 MilliJy iter= 9007 IMAGR4: Field 4 Clean flux density= -87.805 MilliJy 9007 comps IMAGR4: Total Cleaned flux density = 3.354 Jy 50365 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR4: 12869 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.263 MilliJy iter= 11647 IMAGR4: Field 4 Clean flux density= -95.936 MilliJy 11647 comps IMAGR4: Total Cleaned flux density = 3.346 Jy 53005 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 4 min = -16.2 MilliJy,max = 13.9 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 5.24 MilliJy IMAGR4: 19321 Residual map points loaded IMAGR4: Field 4 min allowed flux = 8.099 MilliJy iter= 11794 IMAGR4: Field 4 Clean flux density= -119.903 MilliJy 11794 comps IMAGR4: Total Cleaned flux density = 3.322 Jy 53152 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -5.8 MilliJy,max = 6.3 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 2.43 MilliJy IMAGR4: 19274 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 4.667 MilliJy iter= 11846 IMAGR4: Field 4 Clean flux density= -95.834 MilliJy 11846 comps IMAGR4: Total Cleaned flux density = 3.346 Jy 53204 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 1.97 MilliJy IMAGR4: 18397 Residual map points loaded IMAGR4: Field 4 min allowed flux = -2.132 MilliJy iter= 13966 IMAGR4: Field 4 Clean flux density= -98.590 MilliJy 13966 comps IMAGR4: Total Cleaned flux density = 3.343 Jy 55324 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 4 min = -15.6 MilliJy,max = 16.9 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 6.49 MilliJy IMAGR4: 19333 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 13.549 MilliJy iter= 13992 IMAGR4: Field 4 Clean flux density= -77.701 MilliJy 13992 comps IMAGR4: Total Cleaned flux density = 3.364 Jy 55350 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -12.9 MilliJy,max = 12.8 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 5.71 MilliJy IMAGR4: 19249 Residual map points loaded IMAGR4: Field 4 min allowed flux = 6.432 MilliJy iter= 15923 IMAGR4: Field 4 Clean flux density= -181.550 MilliJy 15923 comps IMAGR4: Total Cleaned flux density = 3.260 Jy 57281 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -49.2 MilliJy,max = 50.3 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 21.22 MilliJy IMAGR4: 16352 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 47.656 MilliJy iter= 15937 IMAGR4: Field 4 Clean flux density= -142.290 MilliJy 15937 comps IMAGR4: Total Cleaned flux density = 3.299 Jy 57295 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -45.6 MilliJy,max = 44.1 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 20.09 MilliJy IMAGR4: 15065 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 40.589 MilliJy iter= 15977 IMAGR4: Field 4 Clean flux density= -135.349 MilliJy 15977 comps IMAGR4: Total Cleaned flux density = 3.306 Jy 57335 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -34.8 MilliJy,max = 35.7 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 15.62 MilliJy IMAGR4: 18890 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 31.517 MilliJy iter= 16005 IMAGR4: Field 4 Clean flux density= -109.670 MilliJy 16005 comps IMAGR4: Total Cleaned flux density = 3.332 Jy 57363 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -29.4 MilliJy,max = 30.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 13.60 MilliJy IMAGR4: 19982 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 25.578 MilliJy iter= 16185 IMAGR4: Field 4 Clean flux density= -106.137 MilliJy 16185 comps IMAGR4: Total Cleaned flux density = 3.336 Jy 57543 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -13.3 MilliJy,max = 12.8 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 5.60 MilliJy IMAGR4: 17613 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 8.563 MilliJy iter= 16571 IMAGR4: Field 4 Clean flux density= -87.951 MilliJy 16571 comps IMAGR4: Total Cleaned flux density = 3.354 Jy 57929 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -9.8 MilliJy,max = 7.2 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 2.77 MilliJy IMAGR4: 15551 Residual map points loaded IMAGR4: Field 4 min allowed flux = -4.864 MilliJy iter= 16633 IMAGR4: Field 4 Clean flux density= -106.733 MilliJy 16633 comps IMAGR4: Total Cleaned flux density = 3.335 Jy 57991 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -4.4 MilliJy,max = 4.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR4: 19990 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 2.272 MilliJy iter= 20563 IMAGR4: Field 4 Clean flux density= -126.241 MilliJy 20563 comps IMAGR4: Total Cleaned flux density = 3.316 Jy 61921 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 4 min = -27.2 MilliJy,max = 20.9 MilliJy IMAGR4: BGC Clean: using 471 cell beam + residuals > 9.23 MilliJy IMAGR4: 16596 Residual map points loaded IMAGR4: Field 4 min allowed flux = 13.574 MilliJy iter= 20727 IMAGR4: Field 4 Clean flux density= -158.022 MilliJy 20727 comps IMAGR4: Total Cleaned flux density = 3.284 Jy 62085 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -11.9 MilliJy,max = 10.3 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 5.22 MilliJy IMAGR4: 14184 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 6.040 MilliJy iter= 21149 IMAGR4: Field 4 Clean flux density= -146.631 MilliJy 21149 comps IMAGR4: Total Cleaned flux density = 3.295 Jy 62507 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR4: 19974 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -2.154 MilliJy iter= 25289 IMAGR4: Field 4 Clean flux density= -126.325 MilliJy 25289 comps IMAGR4: Total Cleaned flux density = 3.315 Jy 66647 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 4 min = -19.1 MilliJy,max = 18.3 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 8.04 MilliJy IMAGR4: 14916 Residual map points loaded IMAGR4: Field 4 min allowed flux = -9.540 MilliJy iter= 26527 IMAGR4: Field 4 Clean flux density= -295.671 MilliJy 26527 comps IMAGR4: Total Cleaned flux density = 3.146 Jy 67885 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -33.5 MilliJy,max = 43.1 MilliJy IMAGR4: BGC Clean: using 1407 cell beam + residuals > 12.91 MilliJy IMAGR4: 13307 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 26.217 MilliJy iter= 26552 IMAGR4: Field 4 Clean flux density= -234.005 MilliJy 26552 comps IMAGR4: Total Cleaned flux density = 3.208 Jy 67910 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -25.5 MilliJy,max = 25.5 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 10.09 MilliJy IMAGR4: 18988 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 17.874 MilliJy iter= 26670 IMAGR4: Field 4 Clean flux density= -189.752 MilliJy 26670 comps IMAGR4: Total Cleaned flux density = 3.252 Jy 68028 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -14.4 MilliJy,max = 15.9 MilliJy IMAGR4: BGC Clean: using 469 cell beam + residuals > 6.10 MilliJy IMAGR4: 19760 Residual map points loaded IMAGR4: Field 4 min allowed flux = -7.934 MilliJy iter= 26998 IMAGR4: Field 4 Clean flux density= -227.601 MilliJy 26998 comps IMAGR4: Total Cleaned flux density = 3.214 Jy 68356 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR4: 19986 Residual map points loaded IMAGR4: Field 4 min allowed flux = 2.410 MilliJy iter= 30515 IMAGR4: Field 4 Clean flux density= -252.242 MilliJy 30515 comps IMAGR4: Total Cleaned flux density = 3.190 Jy 71873 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 4 min = -22.2 MilliJy,max = 20.0 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 8.53 MilliJy IMAGR4: 16116 Residual map points loaded IMAGR4: Field 4 min allowed flux = 11.073 MilliJy iter= 30798 IMAGR4: Field 4 Clean flux density= -242.079 MilliJy 30798 comps IMAGR4: Total Cleaned flux density = 3.200 Jy 72156 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -8.0 MilliJy,max = 7.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.51 MilliJy IMAGR4: 19977 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 5.063 MilliJy iter= 31520 IMAGR4: Field 4 Clean flux density= -194.252 MilliJy 31520 comps IMAGR4: Total Cleaned flux density = 3.248 Jy 72878 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -9.0 MilliJy,max = 7.8 MilliJy IMAGR4: BGC Clean: using 1407 cell beam + residuals > 2.69 MilliJy IMAGR4: 18347 Residual map points loaded IMAGR4: Field 4 min allowed flux = 4.475 MilliJy iter= 31579 IMAGR4: Field 4 Clean flux density= -200.321 MilliJy 31579 comps IMAGR4: Total Cleaned flux density = 3.241 Jy 72937 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR4: 19980 Residual map points loaded IMAGR4: Field 4 min allowed flux = 2.218 MilliJy iter= 35043 IMAGR4: Field 4 Clean flux density= -270.171 MilliJy 35043 comps IMAGR4: Total Cleaned flux density = 3.172 Jy 76401 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 4 min = -31.0 MilliJy,max = 29.7 MilliJy IMAGR4: BGC Clean: using 429 cell beam + residuals > 11.03 MilliJy IMAGR4: 17525 Residual map points loaded IMAGR4: Field 4 min allowed flux = 15.452 MilliJy iter= 35288 IMAGR4: Field 4 Clean flux density= -274.743 MilliJy 35288 comps IMAGR4: Total Cleaned flux density = 3.167 Jy 76646 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -7.5 MilliJy,max = 9.2 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 3.52 MilliJy IMAGR4: 19045 Residual map points loaded IMAGR4: Field 4 min allowed flux = 4.573 MilliJy iter= 35620 IMAGR4: Field 4 Clean flux density= -225.960 MilliJy 35620 comps IMAGR4: Total Cleaned flux density = 3.216 Jy 76978 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR4: 19943 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 1.990 MilliJy iter= 38553 IMAGR4: Field 4 Clean flux density= -180.801 MilliJy 38553 comps IMAGR4: Total Cleaned flux density = 3.261 Jy 79911 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 4 min = -10.9 MilliJy,max = 11.6 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 4.44 MilliJy IMAGR4: 19814 Residual map points loaded IMAGR4: Field 4 min allowed flux = 5.767 MilliJy iter= 38906 IMAGR4: Field 4 Clean flux density= -240.727 MilliJy 38906 comps IMAGR4: Total Cleaned flux density = 3.201 Jy 80264 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -4.7 MilliJy,max = 4.4 MilliJy IMAGR4: BGC Clean: using 429 cell beam + residuals > 2.06 MilliJy IMAGR4: 16218 Residual map points loaded IMAGR4: Field 4 min allowed flux = -2.368 MilliJy iter= 39428 IMAGR4: Field 4 Clean flux density= -212.840 MilliJy 39428 comps IMAGR4: Total Cleaned flux density = 3.229 Jy 80786 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR4: 3013 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 1.093 MilliJy iter= 40563 IMAGR4: Field 4 Clean flux density= -208.918 MilliJy 40563 comps IMAGR4: Total Cleaned flux density = 3.233 Jy 81921 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 1.18 MilliJy IMAGR4: 11699 Residual map points loaded IMAGR4: Field 3 min allowed flux = -1.405 MilliJy iter= 7972 IMAGR4: Field 3 Clean flux density= 92.213 MilliJy 7972 comps IMAGR4: Total Cleaned flux density = 3.238 Jy 82750 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR4: 5989 Residual map points loaded IMAGR4: Field 3 min allowed flux = -1.243 MilliJy iter= 8803 IMAGR4: Field 3 Clean flux density= 92.513 MilliJy 8803 comps IMAGR4: Total Cleaned flux density = 3.238 Jy 83581 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -3.6 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 1.17 MilliJy IMAGR4: 11191 Residual map points loaded IMAGR4: Field 3 min allowed flux = -1.802 MilliJy iter= 8890 IMAGR4: Field 3 Clean flux density= 91.562 MilliJy 8890 comps IMAGR4: Total Cleaned flux density = 3.237 Jy 83668 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR4: 1096 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 1.060 MilliJy iter= 9306 IMAGR4: Field 3 Clean flux density= 108.703 MilliJy 9306 comps IMAGR4: Total Cleaned flux density = 3.255 Jy 84084 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR4: 785 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.050 MilliJy iter= 40865 IMAGR4: Field 4 Clean flux density= -219.359 MilliJy 40865 comps IMAGR4: Total Cleaned flux density = 3.244 Jy 84386 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 996.18 MicroJy IMAGR4: 1486 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -1.014 MilliJy iter= 8691 IMAGR4: Field 6 Clean flux density= 31.911 MilliJy 8691 comps IMAGR4: Total Cleaned flux density = 3.252 Jy 84883 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 990.32 MicroJy IMAGR4: 2984 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -1.019 MilliJy iter= 10066 IMAGR4: Field 7 Clean flux density= 69.147 MilliJy 10066 comps IMAGR4: Total Cleaned flux density = 3.250 Jy 85730 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 966.26 MicroJy IMAGR4: 1642 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -985.599 MicroJy iter= 4701 IMAGR4: Field 1 Clean flux density= 3.199 Jy 4701 comps IMAGR4: Total Cleaned flux density = 3.263 Jy 86259 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 958.52 MicroJy IMAGR4: 1214 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 972.209 MicroJy iter= 9695 IMAGR4: Field 3 Clean flux density= 101.560 MilliJy 9695 comps IMAGR4: Total Cleaned flux density = 3.256 Jy 86648 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 951.83 MicroJy IMAGR4: 464 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -962.973 MicroJy iter= 41028 IMAGR4: Field 4 Clean flux density= -222.588 MilliJy 41028 comps IMAGR4: Total Cleaned flux density = 3.253 Jy 86811 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -3.0 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 932.59 MicroJy IMAGR4: 3178 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -956.349 MicroJy iter= 7586 IMAGR4: Field 5 Clean flux density= 144.940 MilliJy 7586 comps IMAGR4: Total Cleaned flux density = 3.245 Jy 87592 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 925.69 MicroJy IMAGR4: 4212 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 951.125 MicroJy iter= 6791 IMAGR4: Field 2 Clean flux density= -70.797 MilliJy 6791 comps IMAGR4: Total Cleaned flux density = 3.253 Jy 88558 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 907.17 MicroJy IMAGR4: 2576 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 927.029 MicroJy iter= 10768 IMAGR4: Field 7 Clean flux density= 69.197 MilliJy 10768 comps IMAGR4: Total Cleaned flux density = 3.253 Jy 89260 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 908.10 MicroJy IMAGR4: 3237 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 930.368 MicroJy iter= 9499 IMAGR4: Field 6 Clean flux density= 39.267 MilliJy 9499 comps IMAGR4: Total Cleaned flux density = 3.260 Jy 90068 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 901.97 MicroJy IMAGR4: 1868 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -919.549 MicroJy iter= 5260 IMAGR4: Field 1 Clean flux density= 3.204 Jy 5260 comps IMAGR4: Total Cleaned flux density = 3.266 Jy 90627 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 910.60 MicroJy IMAGR4: 3411 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -933.250 MicroJy iter= 10540 IMAGR4: Field 3 Clean flux density= 100.609 MilliJy 10540 comps IMAGR4: Total Cleaned flux density = 3.265 Jy 91472 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 917.88 MicroJy IMAGR4: 1866 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 935.328 MicroJy iter= 41619 IMAGR4: Field 4 Clean flux density= -222.698 MilliJy 41619 comps IMAGR4: Total Cleaned flux density = 3.265 Jy 92063 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 907.88 MicroJy IMAGR4: 2083 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -926.220 MicroJy iter= 8236 IMAGR4: Field 5 Clean flux density= 147.730 MilliJy 8236 comps IMAGR4: Total Cleaned flux density = 3.268 Jy 92713 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 884.08 MicroJy IMAGR4: 1292 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -897.158 MicroJy iter= 7200 IMAGR4: Field 2 Clean flux density= -71.908 MilliJy 7200 comps IMAGR4: Total Cleaned flux density = 3.267 Jy 93122 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 869.46 MicroJy IMAGR4: 62 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 870.441 MicroJy iter= 41654 IMAGR4: Field 4 Clean flux density= -222.809 MilliJy 41654 comps IMAGR4: Total Cleaned flux density = 3.266 Jy 93157 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 845.49 MicroJy IMAGR4: 895 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 851.286 MicroJy iter= 10857 IMAGR4: Field 3 Clean flux density= 96.941 MilliJy 10857 comps IMAGR4: Total Cleaned flux density = 3.263 Jy 93474 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 824.93 MicroJy IMAGR4: 1886 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 840.230 MicroJy iter= 10064 IMAGR4: Field 6 Clean flux density= 42.881 MilliJy 10064 comps IMAGR4: Total Cleaned flux density = 3.266 Jy 94039 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 797.84 MicroJy IMAGR4: 1202 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -811.011 MicroJy iter= 11124 IMAGR4: Field 7 Clean flux density= 66.912 MilliJy 11124 comps IMAGR4: Total Cleaned flux density = 3.264 Jy 94395 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 767.32 MicroJy IMAGR4: 629 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 771.092 MicroJy iter= 8477 IMAGR4: Field 5 Clean flux density= 145.189 MilliJy 8477 comps IMAGR4: Total Cleaned flux density = 3.262 Jy 94636 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 737.77 MicroJy IMAGR4: 2249 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 751.259 MicroJy iter= 5855 IMAGR4: Field 1 Clean flux density= 3.201 Jy 5855 comps IMAGR4: Total Cleaned flux density = 3.258 Jy 95231 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 714.56 MicroJy IMAGR4: 2137 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -729.362 MicroJy iter= 7770 IMAGR4: Field 2 Clean flux density= -68.840 MilliJy 7770 comps IMAGR4: Total Cleaned flux density = 3.261 Jy 95801 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 724.89 MicroJy IMAGR4: 3046 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 744.416 MicroJy iter= 42435 IMAGR4: Field 4 Clean flux density= -217.066 MilliJy 42435 comps IMAGR4: Total Cleaned flux density = 3.267 Jy 96582 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 722.46 MicroJy IMAGR4: 2566 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -737.197 MicroJy iter= 11629 IMAGR4: Field 3 Clean flux density= 94.704 MilliJy 11629 comps IMAGR4: Total Cleaned flux density = 3.264 Jy 97354 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 721.42 MicroJy IMAGR4: 5220 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 742.406 MicroJy iter= 11386 IMAGR4: Field 6 Clean flux density= 64.648 MilliJy 11386 comps IMAGR4: Total Cleaned flux density = 3.286 Jy 98676 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 742.37 MicroJy IMAGR4: 6625 Residual map points loaded IMAGR4: Field 7 min allowed flux = -789.930 MicroJy iter= 12535 IMAGR4: Field 7 Clean flux density= 57.537 MilliJy 12535 comps IMAGR4: Total Cleaned flux density = 3.277 Jy 100087 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 847.63 MicroJy IMAGR4: 13099 Residual map points loaded IMAGR4: Field 7 min allowed flux = 1.101 MilliJy iter= 12793 IMAGR4: Field 7 Clean flux density= 63.789 MilliJy 12793 comps IMAGR4: Total Cleaned flux density = 3.283 Jy 100345 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 706.91 MicroJy IMAGR4: 239 Residual map points loaded IMAGR4: Field 7 min Clean flux = 715.999 MicroJy iter= 12902 IMAGR4: Field 7 Clean flux density= 61.598 MilliJy 12902 comps IMAGR4: Total Cleaned flux density = 3.281 Jy 100454 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 726.65 MicroJy IMAGR4: 5170 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 750.108 MicroJy iter= 9727 IMAGR4: Field 5 Clean flux density= 127.935 MilliJy 9727 comps IMAGR4: Total Cleaned flux density = 3.264 Jy 101704 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 840.40 MicroJy IMAGR4: 14668 Residual map points loaded IMAGR4: Field 1 min allowed flux = -937.540 MicroJy iter= 7705 IMAGR4: Field 1 Clean flux density= 3.239 Jy 7705 comps IMAGR4: Total Cleaned flux density = 3.302 Jy 103554 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -5.6 MilliJy,max = 3.9 MilliJy IMAGR4: BGC Clean: using 1407 cell beam + residuals > 1.68 MilliJy IMAGR4: 18135 Residual map points loaded IMAGR4: Field 1 min allowed flux = -2.779 MilliJy iter= 7755 IMAGR4: Field 1 Clean flux density= 3.226 Jy 7755 comps IMAGR4: Total Cleaned flux density = 3.289 Jy 103604 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR4: 19957 Residual map points loaded IMAGR4: Field 1 min allowed flux = 1.392 MilliJy iter= 10923 IMAGR4: Field 1 Clean flux density= 3.086 Jy 10923 comps IMAGR4: Total Cleaned flux density = 3.149 Jy 106772 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 1 min = -14.9 MilliJy,max = 19.9 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 6.45 MilliJy IMAGR4: 16636 Residual map points loaded IMAGR4: Field 1 min allowed flux = 9.949 MilliJy iter= 11071 IMAGR4: Field 1 Clean flux density= 3.207 Jy 11071 comps IMAGR4: Total Cleaned flux density = 3.270 Jy 106920 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -8.3 MilliJy,max = 6.4 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 3.22 MilliJy IMAGR4: 15457 Residual map points loaded IMAGR4: Field 1 min allowed flux = 4.141 MilliJy iter= 11319 IMAGR4: Field 1 Clean flux density= 3.149 Jy 11319 comps IMAGR4: Total Cleaned flux density = 3.212 Jy 107168 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR4: 19989 Residual map points loaded IMAGR4: Field 1 min allowed flux = -1.549 MilliJy iter= 15170 IMAGR4: Field 1 Clean flux density= 3.309 Jy 15170 comps IMAGR4: Total Cleaned flux density = 3.372 Jy 111019 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 1 min = -17.8 MilliJy,max = 14.6 MilliJy IMAGR4: BGC Clean: using 429 cell beam + residuals > 6.34 MilliJy IMAGR4: 18351 Residual map points loaded IMAGR4: Field 1 min allowed flux = -8.891 MilliJy iter= 15419 IMAGR4: Field 1 Clean flux density= 3.111 Jy 15419 comps IMAGR4: Total Cleaned flux density = 3.174 Jy 111268 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -6.8 MilliJy,max = 6.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR4: 19980 Residual map points loaded IMAGR4: Field 1 min allowed flux = 3.420 MilliJy iter= 17982 IMAGR4: Field 1 Clean flux density= 3.351 Jy 17982 comps IMAGR4: Total Cleaned flux density = 3.414 Jy 113831 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 1 min = -26.6 MilliJy,max = 20.5 MilliJy IMAGR4: BGC Clean: using 429 cell beam + residuals > 9.48 MilliJy IMAGR4: 17534 Residual map points loaded IMAGR4: Field 1 min allowed flux = -13.295 MilliJy iter= 18217 IMAGR4: Field 1 Clean flux density= 3.130 Jy 18217 comps IMAGR4: Total Cleaned flux density = 3.193 Jy 114066 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -9.3 MilliJy,max = 10.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.31 MilliJy IMAGR4: 19993 Residual map points loaded IMAGR4: Field 1 min allowed flux = -5.077 MilliJy iter= 20777 IMAGR4: Field 1 Clean flux density= 3.340 Jy 20777 comps IMAGR4: Total Cleaned flux density = 3.403 Jy 116626 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 1 min = -46.0 MilliJy,max = 37.6 MilliJy IMAGR4: BGC Clean: using 471 cell beam + residuals > 15.61 MilliJy IMAGR4: 18595 Residual map points loaded IMAGR4: Field 1 min allowed flux = 22.964 MilliJy iter= 20954 IMAGR4: Field 1 Clean flux density= 3.200 Jy 20954 comps IMAGR4: Total Cleaned flux density = 3.263 Jy 116803 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -18.5 MilliJy,max = 17.3 MilliJy IMAGR4: BGC Clean: using 429 cell beam + residuals > 8.18 MilliJy IMAGR4: 16812 Residual map points loaded IMAGR4: Field 1 min allowed flux = 9.217 MilliJy iter= 21445 IMAGR4: Field 1 Clean flux density= 3.129 Jy 21445 comps IMAGR4: Total Cleaned flux density = 3.192 Jy 117294 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR4: 19982 Residual map points loaded IMAGR4: Field 1 min allowed flux = 2.571 MilliJy iter= 24771 IMAGR4: Field 1 Clean flux density= 3.223 Jy 24771 comps IMAGR4: Total Cleaned flux density = 3.286 Jy 120620 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 1 min = -18.1 MilliJy,max = 18.8 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 7.21 MilliJy IMAGR4: 19365 Residual map points loaded IMAGR4: Field 1 min allowed flux = 9.372 MilliJy iter= 25122 IMAGR4: Field 1 Clean flux density= 3.262 Jy 25122 comps IMAGR4: Total Cleaned flux density = 3.325 Jy 120971 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -7.6 MilliJy,max = 6.9 MilliJy IMAGR4: BGC Clean: using 469 cell beam + residuals > 3.20 MilliJy IMAGR4: 19611 Residual map points loaded IMAGR4: Field 1 min allowed flux = 3.796 MilliJy iter= 25584 IMAGR4: Field 1 Clean flux density= 3.199 Jy 25584 comps IMAGR4: Total Cleaned flux density = 3.262 Jy 121433 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 1.60 MilliJy IMAGR4: 14748 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -1.664 MilliJy iter= 27924 IMAGR4: Field 1 Clean flux density= 3.203 Jy 27924 comps IMAGR4: Total Cleaned flux density = 3.265 Jy 123773 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 1 min = -9.6 MilliJy,max = 8.1 MilliJy IMAGR4: BGC Clean: using 471 cell beam + residuals > 3.26 MilliJy IMAGR4: 19620 Residual map points loaded IMAGR4: Field 1 min allowed flux = -4.794 MilliJy iter= 28119 IMAGR4: Field 1 Clean flux density= 3.142 Jy 28119 comps IMAGR4: Total Cleaned flux density = 3.205 Jy 123968 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 1.84 MilliJy IMAGR4: 13790 Residual map points loaded IMAGR4: Field 1 min allowed flux = 1.985 MilliJy iter= 28709 IMAGR4: Field 1 Clean flux density= 3.195 Jy 28709 comps IMAGR4: Total Cleaned flux density = 3.258 Jy 124558 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 836.88 MicroJy IMAGR4: 6000 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 860.956 MicroJy iter= 29994 IMAGR4: Field 1 Clean flux density= 3.188 Jy 29994 comps IMAGR4: Total Cleaned flux density = 3.251 Jy 125843 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 471 cell beam + residuals > 867.85 MicroJy IMAGR4: 14390 Residual map points loaded IMAGR4: Field 1 min allowed flux = -1.273 MilliJy iter= 30136 IMAGR4: Field 1 Clean flux density= 3.191 Jy 30136 comps IMAGR4: Total Cleaned flux density = 3.254 Jy 125985 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 717.91 MicroJy IMAGR4: 955 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 723.331 MicroJy iter= 30571 IMAGR4: Field 1 Clean flux density= 3.193 Jy 30571 comps IMAGR4: Total Cleaned flux density = 3.256 Jy 126420 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 722.38 MicroJy IMAGR4: 6269 Residual map points loaded IMAGR4: Field 5 min allowed flux = 779.075 MicroJy iter= 10918 IMAGR4: Field 5 Clean flux density= 124.890 MilliJy 10918 comps IMAGR4: Total Cleaned flux density = 3.253 Jy 127611 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 817.42 MicroJy IMAGR4: 6434 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 5 min algorithm flux= -1.017 MilliJy iter= 11319 IMAGR4: Field 5 Clean flux density= 99.812 MilliJy 11319 comps IMAGR4: Total Cleaned flux density = 3.228 Jy 128012 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.4 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 754.42 MicroJy IMAGR4: 2029 Residual map points loaded IMAGR4: Field 5 min allowed flux = 968.174 MicroJy iter= 11387 IMAGR4: Field 5 Clean flux density= 108.112 MilliJy 11387 comps IMAGR4: Total Cleaned flux density = 3.236 Jy 128080 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 687.36 MicroJy IMAGR4: 47 Residual map points loaded IMAGR4: Field 5 min Clean flux = -716.502 MicroJy iter= 11401 IMAGR4: Field 5 Clean flux density= 108.265 MilliJy 11401 comps IMAGR4: Total Cleaned flux density = 3.236 Jy 128094 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 733.87 MicroJy IMAGR4: 10705 Residual map points loaded IMAGR4: Field 4 min allowed flux = -851.487 MicroJy iter= 43827 IMAGR4: Field 4 Clean flux density= -203.363 MilliJy 43827 comps IMAGR4: Total Cleaned flux density = 3.250 Jy 129486 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 933.39 MicroJy IMAGR4: 15643 Residual map points loaded IMAGR4: Field 4 min allowed flux = -1.107 MilliJy iter= 45098 IMAGR4: Field 4 Clean flux density= -263.147 MilliJy 45098 comps IMAGR4: Total Cleaned flux density = 3.190 Jy 130757 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -3.4 MilliJy,max = 6.3 MilliJy IMAGR4: BGC Clean: using 1813 cell beam + residuals > 1.60 MilliJy IMAGR4: 18818 Residual map points loaded IMAGR4: Field 4 min allowed flux = 3.157 MilliJy iter= 45137 IMAGR4: Field 4 Clean flux density= -246.929 MilliJy 45137 comps IMAGR4: Total Cleaned flux density = 3.206 Jy 130796 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 1.21 MilliJy IMAGR4: 17307 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 4 min algorithm flux= 1.614 MilliJy iter= 45475 IMAGR4: Field 4 Clean flux density= -197.408 MilliJy 45475 comps IMAGR4: Total Cleaned flux density = 3.256 Jy 131134 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.2 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 565 cell beam + residuals > 726.71 MicroJy IMAGR4: 7370 Residual map points loaded IMAGR4: Field 4 min allowed flux = -1.118 MilliJy iter= 45549 IMAGR4: Field 4 Clean flux density= -207.400 MilliJy 45549 comps IMAGR4: Total Cleaned flux density = 3.246 Jy 131208 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 670.03 MicroJy IMAGR4: 1245 Residual map points loaded IMAGR4: Field 4 min Clean flux = 717.072 MicroJy iter= 45824 IMAGR4: Field 4 Clean flux density= -210.962 MilliJy 45824 comps IMAGR4: Total Cleaned flux density = 3.242 Jy 131483 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 675.29 MicroJy IMAGR4: 10319 Residual map points loaded IMAGR4: Field 6 min allowed flux = 749.950 MicroJy iter= 12888 IMAGR4: Field 6 Clean flux density= 79.503 MilliJy 12888 comps IMAGR4: Total Cleaned flux density = 3.257 Jy 132985 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 820.84 MicroJy IMAGR4: 17129 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 6 min algorithm flux= -1.072 MilliJy iter= 13187 IMAGR4: Field 6 Clean flux density= 63.512 MilliJy 13187 comps IMAGR4: Total Cleaned flux density = 3.241 Jy 133284 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 625.03 MicroJy IMAGR4: 2556 Residual map points loaded IMAGR4: Field 6 min Clean flux = 717.049 MicroJy iter= 13436 IMAGR4: Field 6 Clean flux density= 66.310 MilliJy 13436 comps IMAGR4: Total Cleaned flux density = 3.244 Jy 133533 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 640.52 MicroJy IMAGR4: 12148 Residual map points loaded IMAGR4: Field 3 min allowed flux = 719.834 MicroJy iter= 13429 IMAGR4: Field 3 Clean flux density= 84.178 MilliJy 13429 comps IMAGR4: Total Cleaned flux density = 3.233 Jy 135333 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 780.13 MicroJy IMAGR4: 16183 Residual map points loaded IMAGR4: Field 2 min allowed flux = -874.775 MicroJy iter= 10018 IMAGR4: Field 2 Clean flux density= -51.134 MilliJy 10018 comps IMAGR4: Total Cleaned flux density = 3.251 Jy 137581 comps IMAGR4: ALGSTB: All 473 Rows In AP (Max 1035) IMAGR4: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 462- 0 Cells, with 2760 Pts IMAGR4: Field 2 min = -4.9 MilliJy,max = 3.9 MilliJy IMAGR4: BGC Clean: using 429 cell beam + residuals > 1.74 MilliJy IMAGR4: 19117 Residual map points loaded IMAGR4: Field 2 min allowed flux = -2.439 MilliJy iter= 10277 IMAGR4: Field 2 Clean flux density= -85.340 MilliJy 10277 comps IMAGR4: Total Cleaned flux density = 3.217 Jy 137840 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 813.62 MicroJy IMAGR4: 17255 Residual map points loaded IMAGR4: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR4: Field 2 min algorithm flux= 1.076 MilliJy iter= 11175 IMAGR4: Field 2 Clean flux density= -68.174 MilliJy 11175 comps IMAGR4: Total Cleaned flux density = 3.234 Jy 138738 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 471 cell beam + residuals > 771.41 MicroJy IMAGR4: 14889 Residual map points loaded IMAGR4: Field 2 min allowed flux = 1.134 MilliJy iter= 11323 IMAGR4: Field 2 Clean flux density= -73.904 MilliJy 11323 comps IMAGR4: Total Cleaned flux density = 3.228 Jy 138886 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 620.48 MicroJy IMAGR4: 1598 Residual map points loaded IMAGR4: Field 2 min Clean flux = 716.905 MicroJy iter= 11484 IMAGR4: Field 2 Clean flux density= -71.998 MilliJy 11484 comps IMAGR4: Total Cleaned flux density = 3.230 Jy 139047 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.3 MilliJy,max = 970.4 MicroJy IMAGR4: BGC Clean: using 169 cell beam + residuals > 607.04 MicroJy IMAGR4: 2793 Residual map points loaded IMAGR4: Field 1 min Clean flux = 717.094 MicroJy iter= 30763 IMAGR4: Field 1 Clean flux density= 3.193 Jy 30763 comps IMAGR4: Total Cleaned flux density = 3.230 Jy 139239 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 427 cell beam + residuals > 583.01 MicroJy IMAGR4: 19500 Residual map points loaded IMAGR4: Field 3 min allowed flux = -757.219 MicroJy iter= 13893 IMAGR4: Field 3 Clean flux density= 77.401 MilliJy 13893 comps IMAGR4: Total Cleaned flux density = 3.224 Jy 139703 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 419.75 MicroJy IMAGR4: 19988 Residual map points loaded IMAGR4: Field 3 min Clean flux = 715.974 MicroJy iter= 13966 IMAGR4: Field 3 Clean flux density= 77.625 MilliJy 13966 comps IMAGR4: Total Cleaned flux density = 3.224 Jy 139776 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Peak residual in window 717.094 less than limit 717.226 MicroJy IMAGR4: Merging the Clean components files IMAGR4: Field 1 compressed from 30763 to 16436 components IMAGR4: Field 2 compressed from 11484 to 7420 components IMAGR4: Field 3 compressed from 13966 to 7857 components IMAGR4: Field 4 compressed from 45824 to 22747 components IMAGR4: Field 5 compressed from 11401 to 6805 components IMAGR4: Field 6 compressed from 13436 to 7549 components IMAGR4: Field 7 compressed from 12902 to 7838 components IMAGR4: Field 1 min = -1.0 MilliJy,max = 873.5 MicroJy IMAGR4: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR4: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR4: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR4: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR4: Field 6 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR4: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR4: Restoring Clean components IMAGR4: Restoring overlapped Clean components IMAGR4: Restore -14.295 MilliJy ( 1752 CCs) from field 1 to field 2 IMAGR4: Restore 28.526 MilliJy ( 2093 CCs) from field 1 to field 3 IMAGR4: Restore -23.471 MilliJy ( 2137 CCs) from field 1 to field 4 IMAGR4: Restore 26.128 MilliJy ( 2502 CCs) from field 1 to field 5 IMAGR4: Restore 2.473 MilliJy ( 1663 CCs) from field 1 to field 6 IMAGR4: Restore -19.899 MilliJy ( 1685 CCs) from field 1 to field 7 IMAGR4: Restore -29.385 MilliJy ( 783 CCs) from field 2 to field 1 IMAGR4: Restore 8.371 MilliJy ( 1352 CCs) from field 2 to field 3 IMAGR4: Restore -4.739 MilliJy ( 628 CCs) from field 2 to field 4 IMAGR4: Restore 7.353 MilliJy ( 402 CCs) from field 3 to field 1 IMAGR4: Restore 25.444 MilliJy ( 439 CCs) from field 3 to field 2 IMAGR4: Restore 17.619 MilliJy ( 446 CCs) from field 3 to field 5 IMAGR4: Restore -22.754 MilliJy ( 2329 CCs) from field 4 to field 1 IMAGR4: Restore -54.220 MilliJy ( 1761 CCs) from field 4 to field 2 IMAGR4: Restore -21.047 MilliJy ( 2462 CCs) from field 4 to field 6 IMAGR4: Restore-971.356 MicroJy ( 499 CCs) from field 5 to field 1 IMAGR4: Restore 19.058 MilliJy ( 544 CCs) from field 5 to field 3 IMAGR4: Restore 1.018 MilliJy ( 431 CCs) from field 5 to field 7 IMAGR4: Restore 13.648 MilliJy ( 441 CCs) from field 6 to field 1 IMAGR4: Restore 1.667 MilliJy ( 334 CCs) from field 6 to field 4 IMAGR4: Restore 319.041 MicroJy ( 567 CCs) from field 6 to field 7 IMAGR4: Restore 33.801 MilliJy ( 920 CCs) from field 7 to field 1 IMAGR4: Restore 2.055 MilliJy ( 829 CCs) from field 7 to field 5 IMAGR4: Restore 31.232 MilliJy ( 1175 CCs) from field 7 to field 6 IMAGR4: Checking image max/min IMAGR4: Field 1 final Clean flux 3.195 Jy IMAGR4: Field 2 final Clean flux -115.069 MilliJy IMAGR4: Field 3 final Clean flux 133.580 MilliJy IMAGR4: Field 4 final Clean flux -237.504 MilliJy IMAGR4: Field 5 final Clean flux 154.067 MilliJy IMAGR4: Field 6 final Clean flux 78.969 MilliJy IMAGR4: Field 7 final Clean flux 43.036 MilliJy IMAGR4: Deleting UV work file: IMAGR4: Destroyed 1 extension files of type AN IMAGR4: Destroyed 1 extension files of type FQ IMAGR4: Destroyed UV image file: catno= 6 disk= 1 IMAGR4: Appears to have ended successfully IMAGR4: auto 31DEC06 TST: Cpu= 322.6 Real= 996 sys2com(7)=char(ds );end AIPS 4: sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 4: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 4: AIPS 4: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 4: print sysout AIPS 4: $keep sysout - not if we use dir instead AIPS 4: syscom'';sys2com'';clrtemp AIPS 4: return AIPS 4: finish AIPS 4: AIPS 4: procedure nvasarch AIPS 4: scalar nn AIPS 4: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 4: default fitab;indisk=lsdisk;recat AIPS 4: $ figure out array for uv name AIPS 4: $ getname 1; AIPS 4: for nn=mai:numfle $ archive MA files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: typ length(outfile),length(sysout) AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: outfile='FITS:'!!outfile AIPS 4: ;go;wait; $zap AIPS 4: ;system AIPS 4: end AIPS 4: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 4: numfle=mai -1 AIPS 4: for nn=3:numfle $ archive calibrated UV files AIPS 4: getname nn AIPS 4: nvasname AIPS 4: outfile='/tmp/tempuvfits AIPS 4: go;wait; $zap AIPS 4: syscom'mv -f AIPS 4: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 4: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 4: sysout'';sys2com(3) ' >& /dev/null AIPS 4: system AIPS 4: end AIPS 4: getname 2 $ archive calibration tables AIPS 4: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 4: AIPS 4: sys2com'';sysout'';syscom 'mkdir AIPS 4: sys2com(1)=' $adat/ AIPS 4: AIPS 4: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 4: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 4: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 4: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 4: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 4: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 4: AIPS 4: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 4: system;clrtemp AIPS 4: AIPS 4: finish AIPS 4: AIPS 4: procedure nvas AIPS 4: typ expid;flatfov;nvasimage AIPS 4: $nvasarch AIPS 4: finish >AIPS 4: Found in Version=ABIN AIPS 4: Found in Version=ABIN AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 4: Got(1) disk= 1 user=**** type=UV 19991121.X BAND.1 AIPS 4: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 4: '10 SECOND INTEGRATIONS (GUESS)' AIPS 4: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: '0137+331 MODEL =' '3C48_X' AIPS 4: SYSTEM command to be executed is: AIPS 4: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Destroyed 1 extension files of type CC AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 2 disk= 1 AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: Resumes AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.1195 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 4: Waiting for returned adverbs AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/BB117_1999N AIPS 4: OV21_1.log.0 AIPS 4: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 4: ' ' AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 7 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 8 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 9 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 10 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 11 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 12 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 13 disk= 1 AIPS 4: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 4: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 4: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 4: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 4: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 4: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 4: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.09456 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null SETFC4: Task SETFC (release of 31DEC06) begins SETFC4: Found 2007+404 X BAND Seq 1 Disk: 1 in slot 4 SETFC4: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.23322 SETFC4: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23322 SETFC4: ZTXOP2: using translated file name = SETFC4: ZTXOP2: /tmp/SETFC@2007+404_X,BAND.0-1 SETFC4: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC4: Searching catalog between 0.06 and 0.13 degrees radius SETFC4: ZTXOP2: using translated file name = SETFC4: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC4: No NVSS sources selected for BOXFILE SETFC4: The Sun is 85.8 deg away - ignoring SETFC4: First field number written was 1 SETFC4: Highest field number written was 7 SETFC4: returns adverbs to AIPS SETFC4: Appears to have ended successfully SETFC4: auto 31DEC06 TST: Cpu= 1.5 Real= 5 C 1 1012 1012 20 07 44.94 40 29 48.6 00001 -1 507 512 513 C 2 1012 1012 20 07 44.94 40 26 30.1 00002 -1 507 512 513 C 3 1012 1012 20 07 29.88 40 28 09.3 00003 -1 507 512 513 C 4 1012 1012 20 08 00.01 40 28 09.3 00004 -1 507 512 513 C 5 1012 1012 20 07 29.87 40 31 27.8 00005 -1 507 512 513 C 6 1012 1012 20 08 00.02 40 31 27.8 00006 -1 507 512 513 C 7 1012 1012 20 07 44.94 40 33 07.1 00007 -1 507 512 513 p/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 7 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 8 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 9 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 10 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 11 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 12 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 13 disk= 1 AIPS 4: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 4: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 4: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 4: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 4: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 4: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 4: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.09456 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 4: Waiting for returned adverbs AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: cat /tmp/SETFC@2007+404_X,BAND.0-1 >> /home/auto/run/BB117_1999N AIPS 4: OV21_1.log.0 AIPS 4: ' NOW STARTING WITH SOURCE :2 =2007+404' AIPS 4: ' ' IMAGR4: Task IMAGR (release of 31DEC06) begins IMAGR4: ZTXOP2: using translated file name = IMAGR4: ZTXOP2: /tmp/SETFC@2007+404_X,BAND.0-1 IMAGR4: FIELDF: Final field parameters and # read are: IMAGR4: Field 1 1012 1012 -5.4752E-02 -4.0000E-03 0 IMAGR4: Field 2 1012 1012 -5.4752E-02 -1.9850E+02 0 IMAGR4: Field 3 1012 1012 -1.7184E+02 -9.9304E+01 0 IMAGR4: Field 4 1012 1012 1.7184E+02 -9.9304E+01 0 IMAGR4: Field 5 1012 1012 -1.7195E+02 9.9196E+01 0 IMAGR4: Field 6 1012 1012 1.7196E+02 9.9196E+01 0 IMAGR4: Field 7 1012 1012 -5.4752E-02 1.9850E+02 0 IMAGR4: ZTXOP2: using translated file name = IMAGR4: ZTXOP2: /tmp/SETFC@2007+404_X,BAND.0-1 IMAGR4: WINDF: Number of clean boxes/field read as follows: IMAGR4: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR4: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR4: Create 2007+404 .IMAGR . 1 (UV) on disk 1 cno 13 IMAGR4: Beginning channel 1 through 1 with 2 IFs IMAGR4: IMACPY: Copied 4411 visibilities to be imaged IMAGR4: **** WARNING data included out of inner portion of UV plane **** IMAGR4: **** Watch for high-frequency & other poor cleaning effects **** IMAGR4: UVWAIT: begin finding uniform weights IMAGR4: UVWAIT: Average grid weight 4.855E+04 IMAGR4: UVWAIT: Adding temperance S 9.711E+03 IMAGR4: UVWAIT: begin applying uniform or other weights IMAGR4: UVWAIT: Sum of weights in 4.880E+07 and out 5.978E+07 IMAGR4: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR4: UVWAIT: Average summed weight 4.855E+04 over 8606 vis IMAGR4: Create 2007+404 .IBM001. 1 (MA) on disk 1 cno 14 IMAGR4: Create 2007+404 .IBM002. 1 (MA) on disk 1 cno 15 IMAGR4: Create 2007+404 .IBM003. 1 (MA) on disk 1 cno 16 IMAGR4: Create 2007+404 .IBM004. 1 (MA) on disk 1 cno 17 IMAGR4: Create 2007+404 .IBM005. 1 (MA) on disk 1 cno 18 IMAGR4: Create 2007+404 .IBM006. 1 (MA) on disk 1 cno 19 IMAGR4: Create 2007+404 .IBM007. 1 (MA) on disk 1 cno 20 IMAGR4: Create 2007+404 .ICL001. 1 (MA) on disk 1 cno 21 IMAGR4: Create 2007+404 .ICL002. 1 (MA) on disk 1 cno 22 IMAGR4: Create 2007+404 .ICL003. 1 (MA) on disk 1 cno 23 IMAGR4: Create 2007+404 .ICL004. 1 (MA) on disk 1 cno 24 IMAGR4: Create 2007+404 .ICL005. 1 (MA) on disk 1 cno 25 IMAGR4: Create 2007+404 .ICL006. 1 (MA) on disk 1 cno 26 IMAGR4: Create 2007+404 .ICL007. 1 (MA) on disk 1 cno 27 IMAGR4: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR4: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR4: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR4: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR4: Field 1 Sum of gridding weights = 6.34663E+08 IMAGR4: Field 1 Beam min = -115.8 MilliJy, max = 1.0 Jy IMAGR4: Field 1 fit FWHM = 807.033 x 669.620 Milliarcsec, PA= -49.7 IMAGR4: Field 2 Sum of gridding weights = 6.34663E+08 IMAGR4: Field 2 Beam min = -115.8 MilliJy, max = 1.0 Jy IMAGR4: Field 2 fit FWHM = 806.836 x 669.759 Milliarcsec, PA= -49.7 IMAGR4: Field 3 Sum of gridding weights = 6.34661E+08 IMAGR4: Field 3 Beam min = -126.1 MilliJy, max = 1.0 Jy IMAGR4: Field 3 fit FWHM = 807.133 x 669.789 Milliarcsec, PA= -49.8 IMAGR4: Field 4 Sum of gridding weights = 6.34661E+08 IMAGR4: Field 4 Beam min = -98.5 MilliJy, max = 1.0 Jy IMAGR4: Field 4 fit FWHM = 806.738 x 669.589 Milliarcsec, PA= -49.6 IMAGR4: Field 5 Sum of gridding weights = 6.34661E+08 IMAGR4: Field 5 Beam min = -126.1 MilliJy, max = 1.0 Jy IMAGR4: Field 5 fit FWHM = 807.331 x 669.650 Milliarcsec, PA= -49.8 IMAGR4: Field 6 Sum of gridding weights = 6.34662E+08 IMAGR4: Field 6 Beam min = -99.2 MilliJy, max = 1.0 Jy IMAGR4: Field 6 fit FWHM = 806.934 x 669.449 Milliarcsec, PA= -49.6 IMAGR4: Field 7 Sum of gridding weights = 6.34662E+08 IMAGR4: Field 7 Beam min = -115.8 MilliJy, max = 1.0 Jy IMAGR4: Field 7 fit FWHM = 807.230 x 669.482 Milliarcsec, PA= -49.7 IMAGR4: CLBHIS: minimum component 0.464 of current peak IMAGR4: Field 1 min = -178.2 MilliJy,max = 2.1 Jy IMAGR4: Field 2 min = -139.3 MilliJy,max = 332.7 MilliJy IMAGR4: Field 3 min = -202.7 MilliJy,max = 450.9 MilliJy IMAGR4: Field 4 min = -188.5 MilliJy,max = 383.7 MilliJy IMAGR4: Field 5 min = -194.9 MilliJy,max = 457.0 MilliJy IMAGR4: Field 6 min = -194.4 MilliJy,max = 447.6 MilliJy IMAGR4: Field 7 min = -160.6 MilliJy,max = 332.9 MilliJy IMAGR4: BGC Clean: using 2043 cell beam + residuals > 210.36 MilliJy IMAGR4: 3096 Residual map points loaded IMAGR4: Field 1 min allowed flux = 906.551 MilliJy iter= 9 IMAGR4: Field 1 Clean flux density= 1.286 Jy 9 comps IMAGR4: Total Cleaned flux density = 1.286 Jy 9 comps IMAGR4: SETDO3: imaging done with multiple tangent planes IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: VISDFT: Model components of type Point IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -98.2 MilliJy,max = 834.1 MilliJy IMAGR4: BGC Clean: using 1489 cell beam + residuals > 166.59 MilliJy IMAGR4: 137 Residual map points loaded IMAGR4: Field 1 min allowed flux = 357.859 MilliJy iter= 19 IMAGR4: Field 1 Clean flux density= 1.852 Jy 19 comps IMAGR4: Total Cleaned flux density = 1.852 Jy 19 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -81.0 MilliJy,max = 106.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 9.448E-02 < Second best 3.528E-01 IMAGR4: Field 3 min = -75.6 MilliJy,max = 93.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 8.925E-02 < Second best 3.404E-01 IMAGR4: Field 1 min = -96.2 MilliJy,max = 330.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 126.83 MilliJy IMAGR4: 23 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 168.093 MilliJy iter= 30 IMAGR4: Field 1 Clean flux density= 2.121 Jy 30 comps IMAGR4: Total Cleaned flux density = 2.121 Jy 30 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -62.3 MilliJy,max = 84.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 7.959E-02 < Second best 3.177E-01 IMAGR4: Field 2 min = -64.1 MilliJy,max = 77.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.788E-02 < Second best 2.925E-01 IMAGR4: Field 5 min = -59.7 MilliJy,max = 79.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.845E-02 < Second best 2.860E-01 IMAGR4: Field 4 min = -71.7 MilliJy,max = 72.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.917E-02 < Second best 1.600E-01 IMAGR4: Field 1 min = -115.3 MilliJy,max = 163.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 45.65 MilliJy IMAGR4: 4618 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 83.971 MilliJy iter= 63 IMAGR4: Field 1 Clean flux density= 2.351 Jy 63 comps IMAGR4: Total Cleaned flux density = 2.351 Jy 63 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -68.1 MilliJy,max = 76.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 7.331E-02 < Second best 8.925E-02 IMAGR4: Field 3 min = -67.5 MilliJy,max = 67.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.459E-02 < Second best 8.009E-02 IMAGR4: Field 1 min = -82.8 MilliJy,max = 77.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 41.66 MilliJy IMAGR4: 4311 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 64.008 MilliJy iter= 108 IMAGR4: Field 1 Clean flux density= 2.544 Jy 108 comps IMAGR4: Total Cleaned flux density = 2.544 Jy 108 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -62.1 MilliJy,max = 73.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 41.10 MilliJy IMAGR4: 1348 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 52.985 MilliJy iter= 36 IMAGR4: Field 7 Clean flux density= 93.964 MilliJy 36 comps IMAGR4: Total Cleaned flux density = 2.638 Jy 144 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -60.3 MilliJy,max = 65.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.273E-02 < Second best 6.917E-02 IMAGR4: Field 4 min = -63.2 MilliJy,max = 58.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.653E-02 < Second best 6.845E-02 IMAGR4: Field 5 min = -56.7 MilliJy,max = 59.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.436E-02 < Second best 6.788E-02 IMAGR4: Field 2 min = -61.4 MilliJy,max = 59.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.884E-02 < Second best 6.459E-02 IMAGR4: Field 3 min = -65.1 MilliJy,max = 58.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.636E-02 < Second best 6.273E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 38.19 MilliJy IMAGR4: 2062 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 50.345 MilliJy iter= 54 IMAGR4: Field 6 Clean flux density= 184.857 MilliJy 54 comps IMAGR4: Total Cleaned flux density = 2.823 Jy 198 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -61.7 MilliJy,max = 59.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 37.04 MilliJy IMAGR4: 3772 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 50.837 MilliJy iter= 195 IMAGR4: Field 1 Clean flux density= 2.512 Jy 195 comps IMAGR4: Total Cleaned flux density = 2.791 Jy 285 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -55.0 MilliJy,max = 52.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.268E-02 < Second best 5.653E-02 IMAGR4: Field 4 min = -55.2 MilliJy,max = 51.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.886E-02 < Second best 5.636E-02 IMAGR4: Field 3 min = -60.9 MilliJy,max = 52.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.034E-02 < Second best 5.436E-02 IMAGR4: Field 5 min = -51.4 MilliJy,max = 52.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.929E-02 < Second best 5.268E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 35.43 MilliJy IMAGR4: 1461 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 43.474 MilliJy iter= 70 IMAGR4: Field 2 Clean flux density= -38.530 MilliJy 70 comps IMAGR4: Total Cleaned flux density = 2.752 Jy 355 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -53.1 MilliJy,max = 48.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.634E-02 < Second best 5.034E-02 IMAGR4: Field 3 min = -56.6 MilliJy,max = 50.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 34.27 MilliJy IMAGR4: 988 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 40.804 MilliJy iter= 75 IMAGR4: Field 3 Clean flux density= 66.483 MilliJy 75 comps IMAGR4: Total Cleaned flux density = 2.819 Jy 430 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -46.2 MilliJy,max = 48.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.432E-02 < Second best 4.886E-02 IMAGR4: Field 4 min = -48.0 MilliJy,max = 45.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.401E-02 < Second best 4.871E-02 IMAGR4: Field 1 min = -52.6 MilliJy,max = 54.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 32.46 MilliJy IMAGR4: 2344 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 39.896 MilliJy iter= 302 IMAGR4: Field 1 Clean flux density= 2.649 Jy 302 comps IMAGR4: Total Cleaned flux density = 2.956 Jy 537 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -42.9 MilliJy,max = 40.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.115E-02 < Second best 4.634E-02 IMAGR4: Field 7 min = -47.1 MilliJy,max = 43.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 30.41 MilliJy IMAGR4: 1214 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -35.643 MilliJy iter= 137 IMAGR4: Field 7 Clean flux density= -137.694 MilliJy 137 comps IMAGR4: Total Cleaned flux density = 2.725 Jy 638 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -38.7 MilliJy,max = 43.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.644E-02 < Second best 4.401E-02 IMAGR4: Field 4 min = -42.6 MilliJy,max = 40.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.885E-02 < Second best 4.166E-02 IMAGR4: Field 2 min = -44.0 MilliJy,max = 40.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.698E-02 < Second best 4.115E-02 IMAGR4: Field 6 min = -38.4 MilliJy,max = 39.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 28.38 MilliJy IMAGR4: 1083 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -32.702 MilliJy iter= 158 IMAGR4: Field 6 Clean flux density= 150.238 MilliJy 158 comps IMAGR4: Total Cleaned flux density = 2.690 Jy 742 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -42.4 MilliJy,max = 38.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.321E-02 < Second best 3.885E-02 IMAGR4: Field 4 min = -39.9 MilliJy,max = 38.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 27.21 MilliJy IMAGR4: 783 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -31.043 MilliJy iter= 110 IMAGR4: Field 4 Clean flux density= -33.802 MilliJy 110 comps IMAGR4: Total Cleaned flux density = 2.656 Jy 852 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -40.5 MilliJy,max = 43.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.223E-02 < Second best 3.698E-02 IMAGR4: Field 2 min = -38.7 MilliJy,max = 36.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.296E-02 < Second best 3.644E-02 IMAGR4: Field 5 min = -34.6 MilliJy,max = 39.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 24.91 MilliJy IMAGR4: 1047 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 28.526 MilliJy iter= 131 IMAGR4: Field 5 Clean flux density= 69.167 MilliJy 131 comps IMAGR4: Total Cleaned flux density = 2.725 Jy 983 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -33.6 MilliJy,max = 32.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.874E-02 < Second best 3.321E-02 IMAGR4: Field 3 min = -35.7 MilliJy,max = 34.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.945E-02 < Second best 3.296E-02 IMAGR4: Field 2 min = -35.8 MilliJy,max = 34.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 23.30 MilliJy IMAGR4: 1050 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -26.355 MilliJy iter= 205 IMAGR4: Field 2 Clean flux density= 26.926 MilliJy 205 comps IMAGR4: Total Cleaned flux density = 2.791 Jy 1118 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -35.3 MilliJy,max = 37.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.849E-02 < Second best 3.136E-02 IMAGR4: Field 6 min = -30.8 MilliJy,max = 28.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.571E-02 < Second best 2.976E-02 IMAGR4: Field 4 min = -31.9 MilliJy,max = 27.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.646E-02 < Second best 2.945E-02 IMAGR4: Field 3 min = -32.6 MilliJy,max = 32.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.698E-02 < Second best 2.874E-02 IMAGR4: Field 7 min = -31.8 MilliJy,max = 29.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.659E-02 < Second best 2.849E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 20.58 MilliJy IMAGR4: 3131 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -24.757 MilliJy iter= 549 IMAGR4: Field 1 Clean flux density= 2.798 Jy 549 comps IMAGR4: Total Cleaned flux density = 2.939 Jy 1365 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -27.7 MilliJy,max = 30.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.315E-02 < Second best 2.698E-02 IMAGR4: Field 3 min = -28.2 MilliJy,max = 28.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.447E-02 < Second best 2.659E-02 IMAGR4: Field 7 min = -28.6 MilliJy,max = 25.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.415E-02 < Second best 2.646E-02 IMAGR4: Field 4 min = -28.4 MilliJy,max = 23.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.338E-02 < Second best 2.571E-02 IMAGR4: Field 6 min = -27.4 MilliJy,max = 24.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.394E-02 < Second best 2.528E-02 IMAGR4: Field 2 min = -29.5 MilliJy,max = 27.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 17.78 MilliJy IMAGR4: 1823 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 20.332 MilliJy iter= 411 IMAGR4: Field 2 Clean flux density= -80.930 MilliJy 411 comps IMAGR4: Total Cleaned flux density = 2.832 Jy 1571 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -25.3 MilliJy,max = 26.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.279E-02 < Second best 2.415E-02 IMAGR4: Field 7 min = -26.1 MilliJy,max = 24.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.222E-02 < Second best 2.394E-02 IMAGR4: Field 6 min = -25.1 MilliJy,max = 23.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.175E-02 < Second best 2.376E-02 IMAGR4: Field 1 min = -29.6 MilliJy,max = 32.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.176E-02 < Second best 2.338E-02 IMAGR4: Field 4 min = -26.9 MilliJy,max = 22.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.097E-02 < Second best 2.315E-02 IMAGR4: Field 5 min = -25.2 MilliJy,max = 27.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 2.092E-02 < Second best 2.279E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 15.70 MilliJy IMAGR4: 1834 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 18.057 MilliJy iter= 314 IMAGR4: Field 3 Clean flux density= -4.020 MilliJy 314 comps IMAGR4: Total Cleaned flux density = 2.761 Jy 1810 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -23.3 MilliJy,max = 21.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.923E-02 < Second best 2.176E-02 IMAGR4: Field 1 min = -25.7 MilliJy,max = 25.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.836E-02 < Second best 2.175E-02 IMAGR4: Field 6 min = -21.7 MilliJy,max = 20.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.952E-02 < Second best 2.097E-02 IMAGR4: Field 4 min = -25.0 MilliJy,max = 19.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.939E-02 < Second best 2.092E-02 IMAGR4: Field 5 min = -22.5 MilliJy,max = 25.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 14.78 MilliJy IMAGR4: 1087 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -16.312 MilliJy iter= 323 IMAGR4: Field 5 Clean flux density= 138.592 MilliJy 323 comps IMAGR4: Total Cleaned flux density = 2.830 Jy 2002 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -20.1 MilliJy,max = 18.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 14.71 MilliJy IMAGR4: 522 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 15.747 MilliJy iter= 300 IMAGR4: Field 6 Clean flux density= 152.225 MilliJy 300 comps IMAGR4: Total Cleaned flux density = 2.832 Jy 2144 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -19.2 MilliJy,max = 20.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.564E-02 < Second best 1.939E-02 IMAGR4: Field 4 min = -20.8 MilliJy,max = 17.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.671E-02 < Second best 1.923E-02 IMAGR4: Field 7 min = -19.0 MilliJy,max = 19.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.647E-02 < Second best 1.836E-02 IMAGR4: Field 1 min = -23.0 MilliJy,max = 21.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.647E-02 < Second best 1.731E-02 IMAGR4: Field 3 min = -18.0 MilliJy,max = 21.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.483E-02 < Second best 1.671E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 12.25 MilliJy IMAGR4: 1852 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -13.857 MilliJy iter= 403 IMAGR4: Field 4 Clean flux density= 74.287 MilliJy 403 comps IMAGR4: Total Cleaned flux density = 2.941 Jy 2437 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -17.2 MilliJy,max = 18.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.551E-02 < Second best 1.647E-02 IMAGR4: Field 1 min = -18.3 MilliJy,max = 19.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.381E-02 < Second best 1.565E-02 IMAGR4: Field 5 min = -16.2 MilliJy,max = 19.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.396E-02 < Second best 1.564E-02 IMAGR4: Field 2 min = -17.1 MilliJy,max = 17.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.322E-02 < Second best 1.551E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 11.23 MilliJy IMAGR4: 1306 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -12.416 MilliJy iter= 399 IMAGR4: Field 7 Clean flux density= -174.086 MilliJy 399 comps IMAGR4: Total Cleaned flux density = 2.904 Jy 2699 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -15.1 MilliJy,max = 14.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.174E-02 < Second best 1.483E-02 IMAGR4: Field 3 min = -13.7 MilliJy,max = 18.6 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.239E-02 < Second best 1.396E-02 IMAGR4: Field 5 min = -15.1 MilliJy,max = 15.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.264E-02 < Second best 1.381E-02 IMAGR4: Field 1 min = -16.3 MilliJy,max = 17.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 10.10 MilliJy IMAGR4: 1070 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -10.942 MilliJy iter= 778 IMAGR4: Field 1 Clean flux density= 2.807 Jy 778 comps IMAGR4: Total Cleaned flux density = 2.913 Jy 2928 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -16.1 MilliJy,max = 13.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.087E-02 < Second best 1.322E-02 IMAGR4: Field 2 min = -14.2 MilliJy,max = 14.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 9.20 MilliJy IMAGR4: 590 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -9.780 MilliJy iter= 588 IMAGR4: Field 2 Clean flux density= -48.415 MilliJy 588 comps IMAGR4: Total Cleaned flux density = 2.945 Jy 3105 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -12.7 MilliJy,max = 14.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.152E-02 < Second best 1.239E-02 IMAGR4: Field 3 min = -11.9 MilliJy,max = 13.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.054E-02 < Second best 1.191E-02 IMAGR4: Field 7 min = -13.9 MilliJy,max = 13.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.022E-02 < Second best 1.174E-02 IMAGR4: Field 6 min = -13.5 MilliJy,max = 12.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 1.058E-02 < Second best 1.152E-02 IMAGR4: BGC Clean: using 103 cell beam + residuals > 8.13 MilliJy IMAGR4: 1728 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -8.998 MilliJy iter= 656 IMAGR4: Field 5 Clean flux density= 204.634 MilliJy 656 comps IMAGR4: Total Cleaned flux density = 3.011 Jy 3438 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -13.8 MilliJy,max = 11.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 9.611E-03 < Second best 1.058E-02 IMAGR4: Field 6 min = -12.3 MilliJy,max = 10.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 9.616E-03 < Second best 1.054E-02 IMAGR4: Field 3 min = -10.6 MilliJy,max = 12.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 9.547E-03 < Second best 1.050E-02 IMAGR4: Field 1 min = -13.8 MilliJy,max = 12.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 8.725E-03 < Second best 1.022E-02 IMAGR4: Field 7 min = -11.8 MilliJy,max = 11.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 7.27 MilliJy IMAGR4: 1289 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 7.887 MilliJy iter= 691 IMAGR4: Field 7 Clean flux density= -170.858 MilliJy 691 comps IMAGR4: Total Cleaned flux density = 3.015 Jy 3730 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -10.5 MilliJy,max = 9.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 8.992E-03 < Second best 9.611E-03 IMAGR4: Field 4 min = -12.0 MilliJy,max = 10.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 7.16 MilliJy IMAGR4: 501 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 7.535 MilliJy iter= 591 IMAGR4: Field 4 Clean flux density= 53.291 MilliJy 591 comps IMAGR4: Total Cleaned flux density = 2.994 Jy 3918 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -10.2 MilliJy,max = 11.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 8.585E-03 < Second best 9.374E-03 IMAGR4: Field 2 min = -10.1 MilliJy,max = 10.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 7.859E-03 < Second best 8.992E-03 IMAGR4: Field 6 min = -10.2 MilliJy,max = 8.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 6.68 MilliJy IMAGR4: 432 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 6.968 MilliJy iter= 465 IMAGR4: Field 6 Clean flux density= 170.467 MilliJy 465 comps IMAGR4: Total Cleaned flux density = 3.012 Jy 4083 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -8.9 MilliJy,max = 10.0 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 7.860E-03 < Second best 8.629E-03 IMAGR4: Field 5 min = -8.8 MilliJy,max = 10.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 7.934E-03 < Second best 8.585E-03 IMAGR4: Field 3 min = -9.9 MilliJy,max = 10.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 5.98 MilliJy IMAGR4: 1304 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -6.496 MilliJy iter= 667 IMAGR4: Field 3 Clean flux density= 9.532 MilliJy 667 comps IMAGR4: Total Cleaned flux density = 3.025 Jy 4436 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -8.0 MilliJy,max = 8.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.849E-03 < Second best 7.860E-03 IMAGR4: Field 1 min = -8.4 MilliJy,max = 8.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.460E-03 < Second best 7.859E-03 IMAGR4: Field 2 min = -8.7 MilliJy,max = 8.1 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 7.058E-03 < Second best 7.569E-03 IMAGR4: Field 7 min = -8.3 MilliJy,max = 8.5 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.524E-03 < Second best 7.227E-03 IMAGR4: Field 4 min = -10.6 MilliJy,max = 8.7 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 6.309E-03 < Second best 7.058E-03 IMAGR4: BGC Clean: using 103 cell beam + residuals > 5.12 MilliJy IMAGR4: 1262 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 5.543 MilliJy iter= 952 IMAGR4: Field 2 Clean flux density= -2.299 MilliJy 952 comps IMAGR4: Total Cleaned flux density = 3.071 Jy 4800 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -8.2 MilliJy,max = 8.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 5.10 MilliJy IMAGR4: 367 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 5.295 MilliJy iter= 828 IMAGR4: Field 5 Clean flux density= 220.290 MilliJy 828 comps IMAGR4: Total Cleaned flux density = 3.087 Jy 4972 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -7.8 MilliJy,max = 7.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.86 MilliJy IMAGR4: 1103 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -5.195 MilliJy iter= 799 IMAGR4: Field 6 Clean flux density= 172.677 MilliJy 799 comps IMAGR4: Total Cleaned flux density = 3.089 Jy 5306 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.980E-03 < Second best 6.460E-03 IMAGR4: Field 1 min = -6.0 MilliJy,max = 6.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.423E-03 < Second best 6.309E-03 IMAGR4: Field 4 min = -8.0 MilliJy,max = 6.8 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.717E-03 < Second best 6.230E-03 IMAGR4: Field 3 min = -7.1 MilliJy,max = 6.9 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 5.207E-03 < Second best 5.980E-03 IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.22 MilliJy IMAGR4: 789 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -4.452 MilliJy iter= 974 IMAGR4: Field 7 Clean flux density= -150.460 MilliJy 974 comps IMAGR4: Total Cleaned flux density = 3.110 Jy 5589 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -7.7 MilliJy,max = 6.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.21 MilliJy IMAGR4: 476 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 4.383 MilliJy iter= 797 IMAGR4: Field 4 Clean flux density= 72.611 MilliJy 797 comps IMAGR4: Total Cleaned flux density = 3.129 Jy 5795 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -5.2 MilliJy,max = 6.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 4.21 MilliJy IMAGR4: 67 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 4.257 MilliJy iter= 826 IMAGR4: Field 1 Clean flux density= 2.811 Jy 826 comps IMAGR4: Total Cleaned flux density = 3.134 Jy 5843 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -6.0 MilliJy,max = 6.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 4.756E-03 < Second best 5.207E-03 IMAGR4: Field 3 min = -7.0 MilliJy,max = 6.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.93 MilliJy IMAGR4: 788 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 4.134 MilliJy iter= 956 IMAGR4: Field 3 Clean flux density= 20.173 MilliJy 956 comps IMAGR4: Total Cleaned flux density = 3.144 Jy 6132 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.75 MilliJy IMAGR4: 350 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -3.859 MilliJy iter= 999 IMAGR4: Field 5 Clean flux density= 225.519 MilliJy 999 comps IMAGR4: Total Cleaned flux density = 3.150 Jy 6303 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -5.8 MilliJy,max = 5.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.44 MilliJy IMAGR4: 1205 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -3.653 MilliJy iter= 1174 IMAGR4: Field 6 Clean flux density= 184.446 MilliJy 1174 comps IMAGR4: Total Cleaned flux density = 3.161 Jy 6678 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -4.7 MilliJy,max = 5.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.42 MilliJy IMAGR4: 416 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 3.535 MilliJy iter= 1163 IMAGR4: Field 2 Clean flux density= 6.710 MilliJy 1163 comps IMAGR4: Total Cleaned flux density = 3.170 Jy 6889 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -5.1 MilliJy,max = 5.2 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.857E-03 < Second best 4.200E-03 IMAGR4: Field 4 min = -6.4 MilliJy,max = 5.3 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.791E-03 < Second best 4.075E-03 IMAGR4: Field 1 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR4: 95 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -3.104 MilliJy iter= 888 IMAGR4: Field 1 Clean flux density= 2.816 Jy 888 comps IMAGR4: Total Cleaned flux density = 3.175 Jy 6951 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -5.5 MilliJy,max = 5.4 MilliJy IMAGR4: TRY ANOTHER FIELD: this is 3.656E-03 < Second best 3.857E-03 IMAGR4: Field 7 min = -5.0 MilliJy,max = 5.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR4: 968 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 3.052 MilliJy iter= 1338 IMAGR4: Field 7 Clean flux density= -142.455 MilliJy 1338 comps IMAGR4: Total Cleaned flux density = 3.183 Jy 7315 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -6.3 MilliJy,max = 5.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR4: 1142 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -3.057 MilliJy iter= 1200 IMAGR4: Field 4 Clean flux density= 90.738 MilliJy 1200 comps IMAGR4: Total Cleaned flux density = 3.201 Jy 7718 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -5.9 MilliJy,max = 5.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR4: 1531 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 2.982 MilliJy iter= 1479 IMAGR4: Field 5 Clean flux density= 241.526 MilliJy 1479 comps IMAGR4: Total Cleaned flux density = 3.217 Jy 8198 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -4.6 MilliJy,max = 4.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR4: 385 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -2.858 MilliJy iter= 1158 IMAGR4: Field 3 Clean flux density= 13.916 MilliJy 1158 comps IMAGR4: Total Cleaned flux density = 3.211 Jy 8400 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR4: 1178 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -2.752 MilliJy iter= 1599 IMAGR4: Field 6 Clean flux density= 194.364 MilliJy 1599 comps IMAGR4: Total Cleaned flux density = 3.221 Jy 8825 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR4: 701 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 2.598 MilliJy iter= 1488 IMAGR4: Field 2 Clean flux density= 10.293 MilliJy 1488 comps IMAGR4: Total Cleaned flux density = 3.224 Jy 9150 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -3.1 MilliJy,max = 4.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR4: 22 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 2.509 MilliJy iter= 904 IMAGR4: Field 1 Clean flux density= 2.820 Jy 904 comps IMAGR4: Total Cleaned flux density = 3.229 Jy 9166 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -5.5 MilliJy,max = 4.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR4: 218 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 2.436 MilliJy iter= 1328 IMAGR4: Field 4 Clean flux density= 91.132 MilliJy 1328 comps IMAGR4: Total Cleaned flux density = 3.229 Jy 9294 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR4: 447 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 2.355 MilliJy iter= 1562 IMAGR4: Field 7 Clean flux density= -133.093 MilliJy 1562 comps IMAGR4: Total Cleaned flux density = 3.238 Jy 9518 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -5.0 MilliJy,max = 4.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR4: 923 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -2.240 MilliJy iter= 1841 IMAGR4: Field 5 Clean flux density= 243.554 MilliJy 1841 comps IMAGR4: Total Cleaned flux density = 3.240 Jy 9880 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR4: 1361 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 2.201 MilliJy iter= 1661 IMAGR4: Field 3 Clean flux density= 10.556 MilliJy 1661 comps IMAGR4: Total Cleaned flux density = 3.237 Jy 10383 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -4.0 MilliJy,max = 3.8 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR4: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR4: 3612 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -2.186 MilliJy iter= 2509 IMAGR4: Field 6 Clean flux density= 234.288 MilliJy 2509 comps IMAGR4: Total Cleaned flux density = 3.277 Jy 11293 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR4: 1809 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 2.056 MilliJy iter= 2165 IMAGR4: Field 2 Clean flux density= 23.413 MilliJy 2165 comps IMAGR4: Total Cleaned flux density = 3.290 Jy 11970 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.5 MilliJy,max = 4.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR4: 88 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 1.974 MilliJy iter= 951 IMAGR4: Field 1 Clean flux density= 2.827 Jy 951 comps IMAGR4: Total Cleaned flux density = 3.297 Jy 12017 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -4.7 MilliJy,max = 3.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR4: 509 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.944 MilliJy iter= 1590 IMAGR4: Field 4 Clean flux density= 89.871 MilliJy 1590 comps IMAGR4: Total Cleaned flux density = 3.296 Jy 12279 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR4: 795 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 1.916 MilliJy iter= 1924 IMAGR4: Field 7 Clean flux density= -119.838 MilliJy 1924 comps IMAGR4: Total Cleaned flux density = 3.309 Jy 12641 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -4.5 MilliJy,max = 4.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR4: 978 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -1.872 MilliJy iter= 2245 IMAGR4: Field 5 Clean flux density= 250.548 MilliJy 2245 comps IMAGR4: Total Cleaned flux density = 3.316 Jy 13045 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR4: 726 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -1.801 MilliJy iter= 1996 IMAGR4: Field 3 Clean flux density= 12.051 MilliJy 1996 comps IMAGR4: Total Cleaned flux density = 3.318 Jy 13380 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR4: 1260 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 1.689 MilliJy iter= 3010 IMAGR4: Field 6 Clean flux density= 214.445 MilliJy 3010 comps IMAGR4: Total Cleaned flux density = 3.298 Jy 13881 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR4: 692 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 1.581 MilliJy iter= 2516 IMAGR4: Field 2 Clean flux density= 30.393 MilliJy 2516 comps IMAGR4: Total Cleaned flux density = 3.305 Jy 14232 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.1 MilliJy,max = 3.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR4: 105 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 1.566 MilliJy iter= 1008 IMAGR4: Field 1 Clean flux density= 2.835 Jy 1008 comps IMAGR4: Total Cleaned flux density = 3.312 Jy 14289 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR4: 1206 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.563 MilliJy iter= 2101 IMAGR4: Field 4 Clean flux density= 99.134 MilliJy 2101 comps IMAGR4: Total Cleaned flux density = 3.321 Jy 14800 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR4: 1184 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 1.517 MilliJy iter= 2439 IMAGR4: Field 7 Clean flux density= -112.391 MilliJy 2439 comps IMAGR4: Total Cleaned flux density = 3.329 Jy 15315 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -4.0 MilliJy,max = 3.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR4: 2406 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -1.491 MilliJy iter= 2980 IMAGR4: Field 5 Clean flux density= 261.956 MilliJy 2980 comps IMAGR4: Total Cleaned flux density = 3.340 Jy 16050 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR4: 1586 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 1.429 MilliJy iter= 2595 IMAGR4: Field 3 Clean flux density= 6.752 MilliJy 2595 comps IMAGR4: Total Cleaned flux density = 3.335 Jy 16649 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR4: 4077 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -1.444 MilliJy iter= 4153 IMAGR4: Field 6 Clean flux density= 228.595 MilliJy 4153 comps IMAGR4: Total Cleaned flux density = 3.349 Jy 17792 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR4: 1937 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 1.395 MilliJy iter= 3278 IMAGR4: Field 2 Clean flux density= 33.148 MilliJy 3278 comps IMAGR4: Total Cleaned flux density = 3.352 Jy 18554 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR4: 807 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.344 MilliJy iter= 2488 IMAGR4: Field 4 Clean flux density= 106.841 MilliJy 2488 comps IMAGR4: Total Cleaned flux density = 3.360 Jy 18941 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.1 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR4: 226 Residual map points loaded IMAGR4: Field 1 min allowed flux = 1.368 MilliJy iter= 1105 IMAGR4: Field 1 Clean flux density= 2.840 Jy 1105 comps IMAGR4: Total Cleaned flux density = 3.365 Jy 19038 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR4: 783 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 1.313 MilliJy iter= 2813 IMAGR4: Field 7 Clean flux density= -113.063 MilliJy 2813 comps IMAGR4: Total Cleaned flux density = 3.364 Jy 19412 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -3.7 MilliJy,max = 3.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR4: 1451 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 1.278 MilliJy iter= 3589 IMAGR4: Field 5 Clean flux density= 266.330 MilliJy 3589 comps IMAGR4: Total Cleaned flux density = 3.369 Jy 20021 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR4: 506 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -1.187 MilliJy iter= 4428 IMAGR4: Field 6 Clean flux density= 224.691 MilliJy 4428 comps IMAGR4: Total Cleaned flux density = 3.365 Jy 20296 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR4: 2295 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 1.187 MilliJy iter= 3403 IMAGR4: Field 3 Clean flux density= 15.303 MilliJy 3403 comps IMAGR4: Total Cleaned flux density = 3.373 Jy 21104 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR4: 518 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 1.100 MilliJy iter= 3575 IMAGR4: Field 2 Clean flux density= 30.686 MilliJy 3575 comps IMAGR4: Total Cleaned flux density = 3.371 Jy 21401 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR4: 449 Residual map points loaded IMAGR4: Field 1 min allowed flux = 1.197 MilliJy iter= 1207 IMAGR4: Field 1 Clean flux density= 2.847 Jy 1207 comps IMAGR4: Total Cleaned flux density = 3.378 Jy 21503 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR4: 2914 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -1.120 MilliJy iter= 3490 IMAGR4: Field 4 Clean flux density= 103.678 MilliJy 3490 comps IMAGR4: Total Cleaned flux density = 3.374 Jy 22505 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR4: 2013 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -1.082 MilliJy iter= 3657 IMAGR4: Field 7 Clean flux density= -94.172 MilliJy 3657 comps IMAGR4: Total Cleaned flux density = 3.393 Jy 23349 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -3.2 MilliJy,max = 2.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR4: 2617 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR4: Field 5 min algorithm flux= -1.061 MilliJy iter= 4506 IMAGR4: Field 5 Clean flux density= 269.300 MilliJy 4506 comps IMAGR4: Total Cleaned flux density = 3.396 Jy 24266 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.7 MilliJy,max = 2.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR4: 1263 Residual map points loaded IMAGR4: Field 1 min allowed flux = 1.242 MilliJy iter= 1336 IMAGR4: Field 1 Clean flux density= 2.858 Jy 1336 comps IMAGR4: Total Cleaned flux density = 3.408 Jy 24395 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR4: 97 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -1.010 MilliJy iter= 1402 IMAGR4: Field 1 Clean flux density= 2.854 Jy 1402 comps IMAGR4: Total Cleaned flux density = 3.403 Jy 24461 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 969.41 MicroJy IMAGR4: 1517 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -1.004 MilliJy iter= 4026 IMAGR4: Field 3 Clean flux density= -4.722 MilliJy 4026 comps IMAGR4: Total Cleaned flux density = 3.383 Jy 25084 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 971.96 MicroJy IMAGR4: 4018 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -1.035 MilliJy iter= 5689 IMAGR4: Field 6 Clean flux density= 240.040 MilliJy 5689 comps IMAGR4: Total Cleaned flux density = 3.399 Jy 26345 comps IMAGR4: ALGSTB: All 640 Rows In AP (Max 1035) IMAGR4: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 629- 0 Cells, with 4411 Pts IMAGR4: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 945.24 MicroJy IMAGR4: 1541 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -981.462 MicroJy iter= 4126 IMAGR4: Field 4 Clean flux density= 101.148 MilliJy 4126 comps IMAGR4: Total Cleaned flux density = 3.396 Jy 26981 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 943.75 MicroJy IMAGR4: 1778 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 982.119 MicroJy iter= 4351 IMAGR4: Field 2 Clean flux density= 27.810 MilliJy 4351 comps IMAGR4: Total Cleaned flux density = 3.393 Jy 27757 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 923.10 MicroJy IMAGR4: 1563 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 957.123 MicroJy iter= 4340 IMAGR4: Field 7 Clean flux density= -71.046 MilliJy 4340 comps IMAGR4: Total Cleaned flux density = 3.416 Jy 28440 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -2.9 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 901.17 MicroJy IMAGR4: 2349 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 940.016 MicroJy iter= 5378 IMAGR4: Field 5 Clean flux density= 265.936 MilliJy 5378 comps IMAGR4: Total Cleaned flux density = 3.413 Jy 29312 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 861.90 MicroJy IMAGR4: 1415 Residual map points loaded IMAGR4: Field 6 min algorithm flux= -889.994 MicroJy iter= 6319 IMAGR4: Field 6 Clean flux density= 245.668 MilliJy 6319 comps IMAGR4: Total Cleaned flux density = 3.419 Jy 29942 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.3 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 863.12 MicroJy IMAGR4: 1044 Residual map points loaded IMAGR4: Field 1 min allowed flux = -994.100 MicroJy iter= 1610 IMAGR4: Field 1 Clean flux density= 2.869 Jy 1610 comps IMAGR4: Total Cleaned flux density = 3.434 Jy 30150 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 851.34 MicroJy IMAGR4: 2338 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 885.539 MicroJy iter= 4887 IMAGR4: Field 3 Clean flux density= -14.804 MilliJy 4887 comps IMAGR4: Total Cleaned flux density = 3.424 Jy 31011 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 845.81 MicroJy IMAGR4: 184 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 860.183 MicroJy iter= 1716 IMAGR4: Field 1 Clean flux density= 2.871 Jy 1716 comps IMAGR4: Total Cleaned flux density = 3.426 Jy 31117 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 820.80 MicroJy IMAGR4: 597 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -837.520 MicroJy iter= 4670 IMAGR4: Field 2 Clean flux density= 23.987 MilliJy 4670 comps IMAGR4: Total Cleaned flux density = 3.422 Jy 31436 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 808.01 MicroJy IMAGR4: 2388 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 844.301 MicroJy iter= 5028 IMAGR4: Field 4 Clean flux density= 105.096 MilliJy 5028 comps IMAGR4: Total Cleaned flux density = 3.426 Jy 32338 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 789.02 MicroJy IMAGR4: 1793 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 820.164 MicroJy iter= 5084 IMAGR4: Field 7 Clean flux density= -73.383 MilliJy 5084 comps IMAGR4: Total Cleaned flux density = 3.424 Jy 33082 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 762.35 MicroJy IMAGR4: 2000 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -790.558 MicroJy iter= 6181 IMAGR4: Field 5 Clean flux density= 278.201 MilliJy 6181 comps IMAGR4: Total Cleaned flux density = 3.436 Jy 33885 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 751.48 MicroJy IMAGR4: 2337 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 784.172 MicroJy iter= 7243 IMAGR4: Field 6 Clean flux density= 240.917 MilliJy 7243 comps IMAGR4: Total Cleaned flux density = 3.431 Jy 34809 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 739.07 MicroJy IMAGR4: 4378 Residual map points loaded IMAGR4: Field 3 min algorithm flux= -779.710 MicroJy iter= 6315 IMAGR4: Field 3 Clean flux density= -4.442 MilliJy 6315 comps IMAGR4: Total Cleaned flux density = 3.442 Jy 36237 comps IMAGR4: ALGSTB: All 640 Rows In AP (Max 1035) IMAGR4: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 629- 0 Cells, with 4411 Pts IMAGR4: Field 1 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 742.42 MicroJy IMAGR4: 1385 Residual map points loaded IMAGR4: Field 1 min allowed flux = 940.916 MicroJy iter= 1823 IMAGR4: Field 1 Clean flux density= 2.869 Jy 1823 comps IMAGR4: Total Cleaned flux density = 3.439 Jy 36344 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -904.8 MicroJy,max = 1.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 736.33 MicroJy IMAGR4: 122 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -738.141 MicroJy iter= 1914 IMAGR4: Field 1 Clean flux density= 2.870 Jy 1914 comps IMAGR4: Total Cleaned flux density = 3.440 Jy 36435 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 728.74 MicroJy IMAGR4: 3228 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 763.747 MicroJy iter= 6163 IMAGR4: Field 4 Clean flux density= 107.857 MilliJy 6163 comps IMAGR4: Total Cleaned flux density = 3.443 Jy 37570 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 727.58 MicroJy IMAGR4: 1654 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 754.041 MicroJy iter= 5437 IMAGR4: Field 2 Clean flux density= 13.264 MilliJy 5437 comps IMAGR4: Total Cleaned flux density = 3.432 Jy 38337 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 720.79 MicroJy IMAGR4: 2428 Residual map points loaded IMAGR4: Field 7 min algorithm flux= 747.597 MicroJy iter= 6051 IMAGR4: Field 7 Clean flux density= -51.708 MilliJy 6051 comps IMAGR4: Total Cleaned flux density = 3.454 Jy 39304 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 717.43 MicroJy IMAGR4: 2651 Residual map points loaded IMAGR4: Field 5 min algorithm flux= 747.666 MicroJy iter= 7198 IMAGR4: Field 5 Clean flux density= 272.479 MilliJy 7198 comps IMAGR4: Total Cleaned flux density = 3.448 Jy 40321 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 710.92 MicroJy IMAGR4: 2192 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 735.864 MicroJy iter= 8076 IMAGR4: Field 6 Clean flux density= 250.255 MilliJy 8076 comps IMAGR4: Total Cleaned flux density = 3.457 Jy 41154 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 689.75 MicroJy IMAGR4: 2290 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR4: Field 3 min algorithm flux= -713.555 MicroJy iter= 7252 IMAGR4: Field 3 Clean flux density= -11.194 MilliJy 7252 comps IMAGR4: Total Cleaned flux density = 3.451 Jy 42091 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 674.55 MicroJy IMAGR4: 1758 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -695.072 MicroJy iter= 6867 IMAGR4: Field 4 Clean flux density= 119.225 MilliJy 6867 comps IMAGR4: Total Cleaned flux density = 3.462 Jy 42795 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 663.88 MicroJy IMAGR4: 751 Residual map points loaded IMAGR4: Field 2 min algorithm flux= -673.492 MicroJy iter= 5889 IMAGR4: Field 2 Clean flux density= 15.662 MilliJy 5889 comps IMAGR4: Total Cleaned flux density = 3.464 Jy 43247 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 648.02 MicroJy IMAGR4: 1506 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -661.880 MicroJy iter= 6769 IMAGR4: Field 7 Clean flux density= -48.535 MilliJy 6769 comps IMAGR4: Total Cleaned flux density = 3.468 Jy 43965 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 626.77 MicroJy IMAGR4: 915 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -635.515 MicroJy iter= 7690 IMAGR4: Field 5 Clean flux density= 274.921 MilliJy 7690 comps IMAGR4: Total Cleaned flux density = 3.470 Jy 44457 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -944.9 MicroJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 627.73 MicroJy IMAGR4: 1232 Residual map points loaded IMAGR4: Field 1 min allowed flux = 883.952 MicroJy iter= 1953 IMAGR4: Field 1 Clean flux density= 2.873 Jy 1953 comps IMAGR4: Total Cleaned flux density = 3.474 Jy 44496 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -901.0 MicroJy,max = 855.3 MicroJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 624.13 MicroJy IMAGR4: 374 Residual map points loaded IMAGR4: Field 1 min algorithm flux= -629.921 MicroJy iter= 2174 IMAGR4: Field 1 Clean flux density= 2.872 Jy 2174 comps IMAGR4: Total Cleaned flux density = 3.472 Jy 44717 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 603.51 MicroJy IMAGR4: 1537 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 619.498 MicroJy iter= 8646 IMAGR4: Field 6 Clean flux density= 241.142 MilliJy 8646 comps IMAGR4: Total Cleaned flux density = 3.463 Jy 45287 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 577.00 MicroJy IMAGR4: 1630 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 593.571 MicroJy iter= 7898 IMAGR4: Field 3 Clean flux density= -14.178 MilliJy 7898 comps IMAGR4: Total Cleaned flux density = 3.460 Jy 45933 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 564.36 MicroJy IMAGR4: 2819 Residual map points loaded IMAGR4: Field 4 min algorithm flux= 583.554 MicroJy iter= 7909 IMAGR4: Field 4 Clean flux density= 124.522 MilliJy 7909 comps IMAGR4: Total Cleaned flux density = 3.466 Jy 46975 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 558.17 MicroJy IMAGR4: 1906 Residual map points loaded IMAGR4: Field 2 min algorithm flux= 575.058 MicroJy iter= 6776 IMAGR4: Field 2 Clean flux density= 18.331 MilliJy 6776 comps IMAGR4: Total Cleaned flux density = 3.468 Jy 47862 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 547.75 MicroJy IMAGR4: 2945 Residual map points loaded IMAGR4: Field 7 min algorithm flux= -567.747 MicroJy iter= 7870 IMAGR4: Field 7 Clean flux density= -39.466 MilliJy 7870 comps IMAGR4: Total Cleaned flux density = 3.477 Jy 48963 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 547.37 MicroJy IMAGR4: 3475 Residual map points loaded IMAGR4: Field 5 min algorithm flux= -569.085 MicroJy iter= 8989 IMAGR4: Field 5 Clean flux density= 268.312 MilliJy 8989 comps IMAGR4: Total Cleaned flux density = 3.471 Jy 50262 comps IMAGR4: ALGSTB: All 640 Rows In AP (Max 1035) IMAGR4: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 629- 0 Cells, with 4411 Pts IMAGR4: Field 1 min = -899.2 MicroJy,max = 2.2 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 559.07 MicroJy IMAGR4: 4496 Residual map points loaded IMAGR4: Field 1 min allowed flux = 998.160 MicroJy iter= 2212 IMAGR4: Field 1 Clean flux density= 2.877 Jy 2212 comps IMAGR4: Total Cleaned flux density = 3.475 Jy 50300 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.0 MilliJy,max = 927.9 MicroJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 549.95 MicroJy IMAGR4: 2131 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 568.478 MicroJy iter= 3070 IMAGR4: Field 1 Clean flux density= 2.883 Jy 3070 comps IMAGR4: Total Cleaned flux density = 3.482 Jy 51158 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 553.24 MicroJy IMAGR4: 4254 Residual map points loaded IMAGR4: Field 6 min algorithm flux= 579.354 MicroJy iter= 10037 IMAGR4: Field 6 Clean flux density= 220.460 MilliJy 10037 comps IMAGR4: Total Cleaned flux density = 3.461 Jy 52549 comps IMAGR4: ALGSTB: All 640 Rows In AP (Max 1035) IMAGR4: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 629- 0 Cells, with 4411 Pts IMAGR4: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 561.10 MicroJy IMAGR4: 4416 Residual map points loaded IMAGR4: Field 3 min algorithm flux= 586.324 MicroJy iter= 9357 IMAGR4: Field 3 Clean flux density= -12.154 MilliJy 9357 comps IMAGR4: Total Cleaned flux density = 3.463 Jy 54008 comps IMAGR4: ALGSTB: All 640 Rows In AP (Max 1035) IMAGR4: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 629- 0 Cells, with 4411 Pts IMAGR4: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 545.80 MicroJy IMAGR4: 396 Residual map points loaded IMAGR4: Field 3 min Clean flux = -567.089 MicroJy iter= 9521 IMAGR4: Field 3 Clean flux density= -13.104 MilliJy 9521 comps IMAGR4: Total Cleaned flux density = 3.462 Jy 54172 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 555.20 MicroJy IMAGR4: 6148 Residual map points loaded IMAGR4: Field 4 min algorithm flux= -587.669 MicroJy iter= 9758 IMAGR4: Field 4 Clean flux density= 129.132 MilliJy 9758 comps IMAGR4: Total Cleaned flux density = 3.467 Jy 56021 comps IMAGR4: ALGSTB: All 640 Rows In AP (Max 1035) IMAGR4: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 629- 0 Cells, with 4411 Pts IMAGR4: Field 4 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 555.48 MicroJy IMAGR4: 6205 Residual map points loaded IMAGR4: Field 4 min allowed flux = -735.273 MicroJy iter= 10219 IMAGR4: Field 4 Clean flux density= 139.781 MilliJy 10219 comps IMAGR4: Total Cleaned flux density = 3.477 Jy 56482 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 531.66 MicroJy IMAGR4: 400 Residual map points loaded IMAGR4: Field 4 min Clean flux = -567.058 MicroJy iter= 10352 IMAGR4: Field 4 Clean flux density= 135.840 MilliJy 10352 comps IMAGR4: Total Cleaned flux density = 3.473 Jy 56615 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 6 min = -968.5 MicroJy,max = 1.0 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 514.60 MicroJy IMAGR4: 1898 Residual map points loaded IMAGR4: Field 6 min Clean flux = 567.234 MicroJy iter= 10468 IMAGR4: Field 6 Clean flux density= 222.384 MilliJy 10468 comps IMAGR4: Total Cleaned flux density = 3.475 Jy 57046 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 503.54 MicroJy IMAGR4: 3338 Residual map points loaded IMAGR4: Field 2 min Clean flux = 567.323 MicroJy iter= 7506 IMAGR4: Field 2 Clean flux density= 13.897 MilliJy 7506 comps IMAGR4: Total Cleaned flux density = 3.471 Jy 57776 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 5 min = -1.8 MilliJy,max = 1.4 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 491.68 MicroJy IMAGR4: 7739 Residual map points loaded IMAGR4: Field 5 min Clean flux = -567.225 MicroJy iter= 10281 IMAGR4: Field 5 Clean flux density= 264.030 MilliJy 10281 comps IMAGR4: Total Cleaned flux density = 3.467 Jy 59068 comps IMAGR4: ALGSTB: All 640 Rows In AP (Max 1035) IMAGR4: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR4: ALGSTB: Pass 1; 629- 0 Cells, with 4411 Pts IMAGR4: Field 1 min = -859.8 MicroJy,max = 2.1 MilliJy IMAGR4: BGC Clean: using 207 cell beam + residuals > 474.20 MicroJy IMAGR4: 7951 Residual map points loaded IMAGR4: Field 1 min allowed flux = 970.009 MicroJy iter= 3094 IMAGR4: Field 1 Clean flux density= 2.886 Jy 3094 comps IMAGR4: Total Cleaned flux density = 3.470 Jy 59092 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -816.3 MicroJy,max = 961.5 MicroJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 449.07 MicroJy IMAGR4: 6944 Residual map points loaded IMAGR4: Field 1 min Clean flux = 567.173 MicroJy iter= 3695 IMAGR4: Field 1 Clean flux density= 2.902 Jy 3695 comps IMAGR4: Total Cleaned flux density = 3.486 Jy 59693 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR4: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 381.98 MicroJy IMAGR4: 19986 Residual map points loaded IMAGR4: Field 7 min Clean flux = -567.084 MicroJy iter= 8740 IMAGR4: Field 7 Clean flux density= -60.899 MilliJy 8740 comps IMAGR4: Total Cleaned flux density = 3.464 Jy 60563 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Peak residual in window 567.323 less than limit 567.338 MicroJy IMAGR4: Merging the Clean components files IMAGR4: Field 1 compressed from 3695 to 2010 components IMAGR4: Field 2 compressed from 7506 to 4027 components IMAGR4: Field 3 compressed from 9521 to 4851 components IMAGR4: Field 4 compressed from 10352 to 4746 components IMAGR4: Field 5 compressed from 10281 to 4789 components IMAGR4: Field 6 compressed from 10468 to 5158 components IMAGR4: Field 7 compressed from 8740 to 4235 components IMAGR4: Field 1 min = -817.9 MicroJy,max = 1.0 MilliJy IMAGR4: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR4: Field 3 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR4: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR4: Field 5 min = -1.7 MilliJy,max = 1.1 MilliJy IMAGR4: Field 6 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR4: Field 7 min = -1.0 MilliJy,max = 912.2 MicroJy IMAGR4: Restoring Clean components IMAGR4: Restoring overlapped Clean components IMAGR4: Restore 3.168 MilliJy ( 157 CCs) from field 1 to field 2 IMAGR4: Restore 15.723 MilliJy ( 183 CCs) from field 1 to field 3 IMAGR4: Restore 17.096 MilliJy ( 173 CCs) from field 1 to field 4 IMAGR4: Restore 37.605 MilliJy ( 220 CCs) from field 1 to field 5 IMAGR4: Restore 12.382 MilliJy ( 192 CCs) from field 1 to field 6 IMAGR4: Restore 31.620 MilliJy ( 148 CCs) from field 1 to field 7 IMAGR4: Restore-204.393 MicroJy ( 198 CCs) from field 2 to field 1 IMAGR4: Restore -29.801 MilliJy ( 424 CCs) from field 2 to field 3 IMAGR4: Restore 9.787 MilliJy ( 249 CCs) from field 2 to field 4 IMAGR4: Restore 12.214 MilliJy ( 344 CCs) from field 3 to field 1 IMAGR4: Restore 5.461 MilliJy ( 451 CCs) from field 3 to field 2 IMAGR4: Restore 914.110 MicroJy ( 295 CCs) from field 3 to field 5 IMAGR4: Restore 14.536 MilliJy ( 221 CCs) from field 4 to field 1 IMAGR4: Restore -39.581 MilliJy ( 209 CCs) from field 4 to field 2 IMAGR4: Restore 6.895 MilliJy ( 204 CCs) from field 4 to field 6 IMAGR4: Restore 5.971 MilliJy ( 129 CCs) from field 5 to field 1 IMAGR4: Restore 4.938 MilliJy ( 348 CCs) from field 5 to field 3 IMAGR4: Restore 45.699 MilliJy ( 175 CCs) from field 5 to field 7 IMAGR4: Restore 83.283 MilliJy ( 175 CCs) from field 6 to field 1 IMAGR4: Restore -17.057 MilliJy ( 377 CCs) from field 6 to field 4 IMAGR4: Restore 105.692 MilliJy ( 239 CCs) from field 6 to field 7 IMAGR4: Restore 3.158 MilliJy ( 147 CCs) from field 7 to field 1 IMAGR4: Restore -60.630 MilliJy ( 367 CCs) from field 7 to field 5 IMAGR4: Restore 10.466 MilliJy ( 404 CCs) from field 7 to field 6 IMAGR4: Checking image max/min IMAGR4: Field 1 final Clean flux 3.021 Jy IMAGR4: Field 2 final Clean flux -17.055 MilliJy IMAGR4: Field 3 final Clean flux -22.243 MilliJy IMAGR4: Field 4 final Clean flux 145.667 MilliJy IMAGR4: Field 5 final Clean flux 241.919 MilliJy IMAGR4: Field 6 final Clean flux 252.126 MilliJy IMAGR4: Field 7 final Clean flux 122.112 MilliJy IMAGR4: Deleting UV work file: IMAGR4: Destroyed 1 extension files of type AN IMAGR4: Destroyed 1 extension files of type FQ IMAGR4: Destroyed UV image file: catno= 13 disk= 1 IMAGR4: Appears to have ended successfully IMAGR4: auto 31DEC06 TST: Cpu= 218.6 Real= 679 p/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 7 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 8 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 9 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 10 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 11 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 12 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 13 disk= 1 AIPS 4: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 4: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 4: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 4: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 4: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 4: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 4: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.09456 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 4: Waiting for returned adverbs AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: cat /tmp/SETFC@2007+404_X,BAND.0-1 >> /home/auto/run/BB117_1999N AIPS 4: OV21_1.log.0 AIPS 4: ' NOW STARTING WITH SOURCE :2 =2007+404' AIPS 4: ' ' AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 14 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 15 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 16 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 17 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 18 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 19 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 20 disk= 1 AIPS 4: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 4: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 4: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 4: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 4: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 4: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 4: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.04031 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@WR140_X,BAND.0-1 >& /dev/null SETFC4: Task SETFC (release of 31DEC06) begins SETFC4: Found WR140 X BAND Seq 1 Disk: 1 in slot 5 SETFC4: SETCEL: recommends IMSIZE 1396 CELLSIZE 0.22925 SETFC4: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22925 SETFC4: ZTXOP2: using translated file name = SETFC4: ZTXOP2: /tmp/SETFC@WR140_X,BAND.0-1 SETFC4: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC4: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC4: Searching catalog between 0.00 and 0.13 degrees radius SETFC4: ZTXOP2: using translated file name = SETFC4: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC4: No NVSS sources selected for BOXFILE SETFC4: The Sun is 89.5 deg away - ignoring SETFC4: First field number written was 1 SETFC4: Highest field number written was 1 SETFC4: returns adverbs to AIPS SETFC4: Appears to have ended successfully SETFC4: auto 31DEC06 TST: Cpu= 1.5 Real= 4 C 1 2036 2036 20 20 27.94 43 51 16.3 00001 -1 1019 1024 1025 p/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 7 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 8 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 9 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 10 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 11 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 12 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 13 disk= 1 AIPS 4: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 4: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 4: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 4: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 4: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 4: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 4: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.09456 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 4: Waiting for returned adverbs AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: cat /tmp/SETFC@2007+404_X,BAND.0-1 >> /home/auto/run/BB117_1999N AIPS 4: OV21_1.log.0 AIPS 4: ' NOW STARTING WITH SOURCE :2 =2007+404' AIPS 4: ' ' AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 14 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 15 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 16 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 17 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 18 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 19 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 20 disk= 1 AIPS 4: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 4: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 4: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 4: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 4: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 4: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 4: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.04031 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@WR140_X,BAND.0-1 >& /dev/null AIPS 4: Waiting for returned adverbs AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: cat /tmp/SETFC@WR140_X,BAND.0-1 >> /home/auto/run/BB117_1999NOV2 AIPS 4: 1_1.log.0 AIPS 4: ' NOW STARTING WITH SOURCE :3 =WR140' AIPS 4: ' ' IMAGR4: Task IMAGR (release of 31DEC06) begins IMAGR4: ZTXOP2: using translated file name = IMAGR4: ZTXOP2: /tmp/SETFC@WR140_X,BAND.0-1 IMAGR4: FIELDF: Final field parameters and # read are: IMAGR4: Field 1 2036 2036 0.0000E+00 2.5580E-11 0 IMAGR4: ZTXOP2: using translated file name = IMAGR4: ZTXOP2: /tmp/SETFC@WR140_X,BAND.0-1 IMAGR4: WINDF: Number of clean boxes/field read as follows: IMAGR4: Field 01: 1 IMAGR4: Create WR140 .IMAGR . 1 (UV) on disk 1 cno 20 IMAGR4: Beginning channel 1 through 1 with 2 IFs IMAGR4: IMACPY: Copied 24276 visibilities to be imaged IMAGR4: **** WARNING data included out of inner portion of UV plane **** IMAGR4: **** Watch for high-frequency & other poor cleaning effects **** IMAGR4: UVWAIT: begin finding uniform weights IMAGR4: UVWAIT: Average grid weight 9.298E+04 IMAGR4: UVWAIT: Adding temperance S 1.860E+04 IMAGR4: UVWAIT: begin applying uniform or other weights IMAGR4: UVWAIT: Sum of weights in 2.788E+08 and out 4.790E+08 IMAGR4: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR4: UVWAIT: Average summed weight 9.298E+04 over 47736 vis IMAGR4: Create WR140 .IBM001. 1 (MA) on disk 1 cno 21 IMAGR4: Create WR140 .ICL001. 1 (MA) on disk 1 cno 22 IMAGR4: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR4: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR4: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR4: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR4: Field 1 Sum of gridding weights = 5.08491E+09 IMAGR4: Field 1 Beam min = -130.8 MilliJy, max = 1.0 Jy IMAGR4: Field 1 fit FWHM = 793.902 x 601.941 Milliarcsec, PA= -42.1 IMAGR4: CLBHIS: minimum component 0.500 of current peak IMAGR4: Field 1 min = -3.2 MilliJy,max = 18.6 MilliJy IMAGR4: BGC Clean: using 2007 cell beam + residuals > 837.66 MicroJy IMAGR4: 16962 Residual map points loaded IMAGR4: Field 1 min allowed flux = 8.876 MilliJy iter= 8 IMAGR4: Total Cleaned flux density = 10.569 MilliJy 8 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: VISDFT: Model components of type Point IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.9 MilliJy,max = 8.0 MilliJy IMAGR4: BGC Clean: using 1999 cell beam + residuals > 454.83 MicroJy IMAGR4: 14511 Residual map points loaded IMAGR4: Field 1 min allowed flux = 3.961 MilliJy iter= 16 IMAGR4: Total Cleaned flux density = 15.149 MilliJy 16 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.5 MilliJy,max = 3.6 MilliJy IMAGR4: BGC Clean: using 599 cell beam + residuals > 310.09 MicroJy IMAGR4: 15331 Residual map points loaded IMAGR4: Field 1 min allowed flux = 1.789 MilliJy iter= 27 IMAGR4: Total Cleaned flux density = 17.971 MilliJy 27 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -1.2 MilliJy,max = 1.7 MilliJy IMAGR4: BGC Clean: using 303 cell beam + residuals > 293.95 MicroJy IMAGR4: 9890 Residual map points loaded IMAGR4: Field 1 min allowed flux = 826.954 MicroJy iter= 57 IMAGR4: Total Cleaned flux density = 20.223 MilliJy 57 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -820.4 MicroJy,max = 812.6 MicroJy IMAGR4: BGC Clean: using 139 cell beam + residuals > 271.74 MicroJy IMAGR4: 9548 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 554.736 MicroJy iter= 149 IMAGR4: Total Cleaned flux density = 23.528 MilliJy 149 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -540.4 MicroJy,max = 517.1 MicroJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 216.59 MicroJy IMAGR4: 19984 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 400.448 MicroJy iter= 341 IMAGR4: Total Cleaned flux density = 24.164 MilliJy 341 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -398.9 MicroJy,max = 406.5 MicroJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 193.84 MicroJy IMAGR4: 19983 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 308.434 MicroJy iter= 607 IMAGR4: Total Cleaned flux density = 25.600 MilliJy 607 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -356.3 MicroJy,max = 296.2 MicroJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 174.70 MicroJy IMAGR4: 19988 Residual map points loaded IMAGR4: Field 1 min algorithm flux= 253.453 MicroJy iter= 941 IMAGR4: Total Cleaned flux density = 26.050 MilliJy 941 comps IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Field 1 min = -337.4 MicroJy,max = 283.0 MicroJy IMAGR4: BGC Clean: using 103 cell beam + residuals > 159.35 MicroJy IMAGR4: 19980 Residual map points loaded IMAGR4: Field 1 min Clean flux = 241.805 MicroJy iter= 948 IMAGR4: Total Cleaned flux density = 25.977 MilliJy 948 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR4: VISDFT: Begin DFT component subtraction IMAGR4: I Polarization model processed IMAGR4: Peak residual in window 241.805 less than limit 241.837 MicroJy IMAGR4: Merging the Clean components files IMAGR4: Field 1 compressed from 948 to 610 components IMAGR4: Field 1 min = -336.0 MicroJy,max = 283.0 MicroJy IMAGR4: Restoring Clean components IMAGR4: Checking image max/min IMAGR4: Field 1 final Clean flux 25.977 MilliJy IMAGR4: Deleting UV work file: IMAGR4: Destroyed 1 extension files of type AN IMAGR4: Destroyed 1 extension files of type FQ IMAGR4: Destroyed UV image file: catno= 20 disk= 1 IMAGR4: Appears to have ended successfully IMAGR4: auto 31DEC06 TST: Cpu= 26.5 Real= 82 p/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 7 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 8 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 9 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 10 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 11 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 12 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 13 disk= 1 AIPS 4: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 4: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 4: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 4: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 4: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 4: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 4: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.09456 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 4: Waiting for returned adverbs AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: cat /tmp/SETFC@2007+404_X,BAND.0-1 >> /home/auto/run/BB117_1999N AIPS 4: OV21_1.log.0 AIPS 4: ' NOW STARTING WITH SOURCE :2 =2007+404' AIPS 4: ' ' AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 14 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 15 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 16 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 17 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 18 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 19 disk= 1 AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 20 disk= 1 AIPS 4: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 4: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 4: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 4: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 4: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 4: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 4: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 4: ' ' AIPS 4: 'ESTIMATED RMS:' '0.04031 MILLI JANSKY' AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@WR140_X,BAND.0-1 >& /dev/null AIPS 4: Waiting for returned adverbs AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: cat /tmp/SETFC@WR140_X,BAND.0-1 >> /home/auto/run/BB117_1999NOV2 AIPS 4: 1_1.log.0 AIPS 4: ' NOW STARTING WITH SOURCE :3 =WR140' AIPS 4: ' ' AIPS 4: Resumes AIPS 4: SYSTEM command to be executed is: AIPS 4: rm -f /tmp/SETFC@WR140_X,BAND.0-1 >& /dev/null AIPS 4: Destroyed 1 extension files of type HI AIPS 4: Destroyed MA image file: catno= 21 disk= 1 AIPS 4: Disk 1 in-CNO 22 renumbered as CNO 20 AIPS 4: ' ' AIPS 4: ' ' AIPS 4: Found in Version=ABIN AIPS 4: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 4: Disk 1 No files needed renumbering AIPS 4: 'EMPTY CATALOG ?' 20 >AIPS 4: Begin check for any 'standard' scratch files AIPS 4: Scratch files -- destroyed: 0 still active: 0 AIPS 4: User18329: 5912 messages, oldest written 11-SEP-2006 15:40:24 AIPS 4: Deleted 0 messages AIPS 4: Saved POPS environment in area named 'LASTEXIT' AIPS 4: Session command-line history saved. AIPS 4: auto 31DEC06 TST: Cpu= 0.8 Real= 1779 /home/auto/run/BB117_1999NOV21_1.run.0 finished on Mon Sep 11 18:45:37 MDT 2006