AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Sep 19 14:56 /home/imager-b2/vlbacald/bin/AVLAPREP.001 Pipe version = Sep 22 16:01 /home/imager-b2/vlbacald/bin/AVLAPIPE.001 Post version = Sep 24 18:53 /home/imager-b2/vlbacald/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/jcrossle/.dadevs for DADEVS.PL) Disk 1 (1) is /DATA/IMAGER-B_2 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on IMAGER-B asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 1: ZDCHIN: NO NETSP ENTRY FOR DA01 AIPS 1: THIS MEANS THE TIMDEST LIMIT IS SET TO VALUE IN SP FILE OR 14.0 AIPS 3: You are NOT assigned a TV device or server AIPS 3: You are NOT assigned a graphics device or server AIPS 3: Enter user ID number ?AIPS 3: 31DEC06 AIPS: AIPS 3: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 3: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 3: for details, type HELP GNUGPL AIPS 3: This is free software, and you are welcome to redistribute it AIPS 3: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 3: Previous session command-line history recovered. AIPS 3: TAB-key completions enabled, type HELP READLINE for details. AIPS 3: Recovered POPS environment from last exit >>>AIPS 3: Found in Version=ABIN AIPS 3: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 3: AIPS 3: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 3: procedure pipedef1 AIPS 3: string*12 pnam AIPS 3: string*6 pcls AIPS 3: scalar pseq,pdsk AIPS 3: pdsk=1 AIPS 3: finish AIPS 3: pipedef1 AIPS 3: procedure namepipe AIPS 3: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 3: finish AIPS 3: procedure pipename AIPS 3: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 3: finish AIPS 3: AIPS 3: procedure checkcat AIPS 3: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 3: scalar numcat AIPS 3: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 3: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 3: if(numcat>0)then;recat;end;clrtemp AIPS 3: return numcat AIPS 3: finish AIPS 3: AIPS 3: procedure gx AIPS 3: $ inputs AIPS 3: go;wait AIPS 3: finish AIPS 3: AIPS 3: procedure pre_fillm AIPS 3: $LOS - sets VLA archive defaults for fillm AIPS 3: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 3: finish AIPS 3: AIPS 3: procedure fname AIPS 3: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 3: finish AIPS 3: AIPS 3: procedure del AIPS 3: error=1;zap AIPS 3: finish AIPS 3: AIPS 3: procedure skipdata AIPS 3: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 3: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 3: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 3: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 3: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 3: $ if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 3: $ if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 3: $ if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 3: $ if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrt emp AIPS 3: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 3: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 3: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 3: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 3: end AIPS 3: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 3: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 3: finish AIPS 3: AIPS 3: procedure checkids AIPS 3: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 3: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 3: scalar q1,q2 AIPS 3: string*1 co1,co2 AIPS 3: string*16 n1,n2 AIPS 3: array alist(100),blist(100) AIPS 3: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 3: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 3: if (n > 1) then AIPS 3: for m=1:(n-1);clrtemp AIPS 3: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 3: for l=(m+1):n;clrtemp AIPS 3: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 3: if (abs(ra1a-ra2a)=0) then AIPS 3: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 3: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 3: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 3: if (abs(dc1a-dc2a)=0) then AIPS 3: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 3: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 3: if (q1=q2) then $ same qualifier; same calcode? AIPS 3: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 3: if (co1=co2) then AIPS 3: pixxy m,1;tabget;q1 keyvalue(1) AIPS 3: pixxy l,1;tabget;q2 keyvalue(1) AIPS 3: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 3: if (idx>100) then; AIPS 3: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 3: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 3: else AIPS 3: if (length(n1)1) then;task'DSORC';n=0 AIPS 3: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 3: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure checkcal AIPS 3: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 3: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 3: scalar idx,jdx AIPS 3: string*16 sname AIPS 3: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 3: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 3: for jdx=1:idx AIPS 3: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 3: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try B1950 name AIPS 3: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try J2000 AIPS 3: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try J2000 name AIPS 3: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 3: end;end;end;clrtemp AIPS 3: end AIPS 3: $ if error>0 check on coords (for different name than standard) AIPS 3: $ but keyval not reliable to do this.. ?? AIPS 3: $ end AIPS 3: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 3: else;checkids;error=-1;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure j2000fix AIPS 3: $LOS - convert data to J2000 by default use of uvfix AIPS 3: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 3: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 3: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure datachks AIPS 3: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 3: if(error<1)then $ file exists AIPS 3: skipdata;if(error<1)then $ file was not zapped AIPS 3: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 3: j2000fix AIPS 3: $ addcalco AIPS 3: end;end;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure freqchks AIPS 3: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 3: scalar rows, nfrq AIPS 3: if(error<1)then $ file exists AIPS 3: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 3: if (nfrq > 1) then AIPS 3: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 3: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 3: for rows=1:nfrq AIPS 3: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 3: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 3: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 3: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 3: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 3: tget uvcop;freqid=1;clrtemp AIPS 3: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 3: finish AIPS 3: AIPS 3: procedure pre_move AIPS 3: $LOS - moves file to another AIPS user number AIPS 3: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: $ AIPS 3: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 3: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 3: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 3: $ Rearanged inputs and options, added integration time calculation, AIPS 3: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 3: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 3: $ array, use model,.. AIPS 3: $ AIPS 3: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 3: $ find imsize, find cutoffflux, include infi le AIPS 3: $--------------------------------------------------------------- AIPS 3: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 3: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 3: $=============================================== AIPS 3: $! Calibrating amplitude and phase, and imaging VLA data AIPS 3: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 3: $--------------------------------------------------------------- AIPS 3: $; Copyright (C) 2002-2006 AIPS 3: $; Associated Universities, Inc. Washington DC, USA. AIPS 3: $; AIPS 3: $; This program is free software; you can redistribute it and/o r AIPS 3: $; modify it under the terms of the GNU General Public License as AIPS 3: $; published by the Free Software Foundation; either version 2 of AIPS 3: $; the License, or (at your option) any later version. AIPS 3: $; AIPS 3: $; This program is distributed in the hope that it will be usef ul, AIPS 3: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 3: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 3: $; GNU General Public License for more details. AIPS 3: $; AIPS 3: $; You should have received a copy of the GNU General Public AIPS 3: $; License along with this program; if not, write to the Free AIPS 3: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 3: $; MA 02139, USA. AIPS 3: $; AIPS 3: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 3: $; Internet email: aipsmail@nrao.edu. AIPS 3: $; Postal address: AIPS Project Office AIPS 3: $; National Radio Astronomy Observatory AIPS 3: $; 520 Edgemont Road AIPS 3: $; Charlottesville, VA 22903-2475 USA AIPS 3: $--------------------------------------------------------------- AIPS 3: $=============================================================== AIPS 3: AIPS 3: procedure pipeinit AIPS 3: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 3: scalar lsids,star,tint,fsw AIPS 3: string*2 lstyp AIPS 3: string*3 lsvla AIPS 3: string*6 lsidc,lsstrng AIPS 3: string*16 lsidn,lscal AIPS 3: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 3: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 3: string*20 expnm AIPS 3: string*75 expmsg AIPS 3: finish AIPS 3: pipeinit AIPS 3: AIPS 3: procedure pipeinpt AIPS 3: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 3: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 3: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 3: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 3: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 3: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 3: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 3: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 3: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 3: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 3: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 3: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 3: lsparm(9)=docal;lsparm(10)=doresid AIPS 3: $ check input values AIPS 3: $->lsbadd AIPS 3: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 3: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 3: if (error<>0) then AIPS 3: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 3: else AIPS 3: userid=0;k=1;lsname=0 AIPS 3: while (lsname=0);egetname k AIPS 3: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 3: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 3: else;k=k+1;end;end;end;else AIPS 3: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 3: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 3: else AIPS 3: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 3: end AIPS 3: end AIPS 3: AIPS 3: $->inname AIPS 3: $->inclass AIPS 3: $->inseq AIPS 3: $->fsw AIPS 3: $->lsflag AIPS 3: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 3: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 3: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 3: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 3: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 3: end AIPS 3: $->lscal AIPS 3: if (length(lscal)<>0) then AIPS 3: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 3: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 3: end AIPS 3: AIPS 3: $->lsflux AIPS 3: $-> #3+#4 uvrange AIPS 3: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 3: if((i=1)&(j=1))then;star=1;else; AIPS 3: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 3: end;end;end;end;clrtemp;end AIPS 3: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 3: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 3: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 3: end;end;clrtemp AIPS 3: $-> #11 dopol AIPS 3: $-> #12 bpa AIPS 3: $->lscont AIPS 3: $->lsplot AIPS 3: if (lsparm(1) > 0) then AIPS 3: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 3: else; AIPS 3: if (lsparm(5)=0) then; AIPS 3: keyword='TELESCOP';gethead; AIPS 3: if (substr(keystrng,1,3)<>'VLA') then; AIPS 3: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 3: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 3: for j=1:k AIPS 3: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 3: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 3: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 3: lsvla=substr(keystrng,i+1,i+3);else AIPS 3: lsvla=substr(keystrng,i+2,i+4);end AIPS 3: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 3: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 3: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 3: keyword=substr(keystrng,i+2,i+8);else AIPS 3: keyword=substr(keystrng,i+3,i+9);end AIPS 3: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 3: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 3: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 3: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 3: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 3: if(lsparm(5)>0)then AIPS 3: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 3: end;end;end;end AIPS 3: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 3: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 3: AIPS 3: $-> #7 niter AIPS 3: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 3: $-> #8 cutoff AIPS 3: $-> #9 docal AIPS 3: $-> #10 doresid AIPS 3: AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure getidn AIPS 3: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 3: finish AIPS 3: AIPS 3: procedure getset AIPS 3: default;getidn;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure lsclrcal AIPS 3: $ consolidate lists, deal with calcode='*' later AIPS 3: scalar lsidx,l,m,n AIPS 3: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 3: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 3: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 3: for i=1:lsidx $ remember source number AIPS 3: pixxy=i,3,0;tabget;error=0 AIPS 3: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 3: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 3: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 3: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 3: for i=1:lsidx AIPS 3: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 3: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 3: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 3: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 3: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 3: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 3: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 3: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 3: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 3: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 3: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 3: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 3: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 3: $here - clean up pnt cal for doubles - subtract from total count below AIPS 3: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 3: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 3: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 3: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 3: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 3: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 3: return;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure numtab(lsstrng) AIPS 3: keystrng'';j=0;clrtemp AIPS 3: while ((j<15)&(keystrng<>lsstrng)) AIPS 3: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 3: if (keystrng=lsstrng) then AIPS 3: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 3: keyword'';keystrng'';clrtemp AIPS 3: return keyvalue(1);finish AIPS 3: AIPS 3: procedure numbasel AIPS 3: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 3: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 3: for numbant=1:numarow AIPS 3: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 3: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 3: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 3: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 3: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 3: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 3: return numbase AIPS 3: finish AIPS 3: AIPS 3: procedure calcintt AIPS 3: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 3: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 3: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 3: else AIPS 3: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 3: if(numxrow>rmax)then;numxrow rmax;end AIPS 3: for numscan=1:numxrow;clrtemp AIPS 3: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 3: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 3: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 3: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 3: end;numcnst=numbasel;sum=0 AIPS 3: if (avr > 0) then AIPS 3: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 3: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 3: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 3: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 3: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 3: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 3: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 3: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 3: end AIPS 3: return avr AIPS 3: finish AIPS 3: AIPS 3: procedure guesintt AIPS 3: scalar intcst,intavr,intmod,intime AIPS 3: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 3: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 3: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 3: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 3: if (intavr>10) then AIPS 3: $ intime=10*floor(0.5+(intavr/10)) AIPS 3: intime=10*floor(intavr/10) AIPS 3: else;if (intavr>0) then AIPS 3: intmod=mod(intavr,intcst) AIPS 3: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 3: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 3: else;intime=intavr;end;end;clrtemp AIPS 3: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 3: return intime AIPS 3: finish AIPS 3: AIPS 3: procedure checkids AIPS 3: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 3: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 3: scalar q1,q2 AIPS 3: string*1 co1,co2 AIPS 3: string*16 n1,n2 AIPS 3: array alist(100),blist(100) AIPS 3: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 3: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 3: if (n > 1) then AIPS 3: for m=1:(n-1);clrtemp AIPS 3: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 3: for l=(m+1):n;clrtemp AIPS 3: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 3: if (abs(ra1a-ra2a)=0) then AIPS 3: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 3: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 3: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 3: if (abs(dc1a-dc2a)=0) then AIPS 3: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 3: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 3: if (q1=q2) then $ same qualifier; same calcode? AIPS 3: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 3: if (co1=co2) then AIPS 3: pixxy m,1;tabget;q1 keyvalue(1) AIPS 3: pixxy l,1;tabget;q2 keyvalue(1) AIPS 3: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 3: if (idx>100) then; AIPS 3: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 3: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 3: else AIPS 3: if (length(n1)1) then;task'DSORC';n=0 AIPS 3: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 3: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure chkobjct AIPS 3: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 3: then; object='3C286';end AIPS 3: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 3: then; object='3C48';end AIPS 3: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 3: then; object='3C138';end AIPS 3: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 3: then; object='3C147';end AIPS 3: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 3: then; object='3C295';end;clrtemp;return AIPS 3: finish AIPS 3: AIPS 3: procedure checkbnd AIPS 3: band='';j=1 AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 3: keyvalue(1)=keyvalue(1)/1e9; AIPS 3: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 3: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 3: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 3: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 3: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 3: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 3: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 3: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure chkmodel AIPS 3: error=0;sysout='';sys2com'' AIPS 3: syscom'ls -1 $AIPSTARS/ AIPS 3: sys2com(1) inname!!'.MODEL' AIPS 3: sys2com(2) ' >& /dev/null AIPS 3: system AIPS 3: finish AIPS 3: AIPS 3: procedure loadmodl AIPS 3: scalar lsidx,l AIPS 3: array lsload(5) AIPS 3: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 3: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 3: for i=1:lsidx AIPS 3: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 3: while (j<21) AIPS 3: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 3: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 3: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 3: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 3: for j=1:(l-1) AIPS 3: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 3: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 3: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 3: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 3: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 3: end;return AIPS 3: finish AIPS 3: AIPS 3: procedure vlanew AIPS 3: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 3: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 3: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 3: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 3: if (inclass='LINE') then AIPS 3: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 3: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 3: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 3: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 3: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 3: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 3: finish AIPS 3: AIPS 3: procedure allzap AIPS 3: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure allplot AIPS 3: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 3: if (j>0) then AIPS 3: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 3: else;type 'NOTHING TO PLOT - DONE';end AIPS 3: finish AIPS 3: AIPS 3: procedure goplt0 AIPS 3: if (lsplot>0) then;go;end AIPS 3: finish $SN only AIPS 3: procedure goplt1 AIPS 3: if (lsplot>1) then;go;end AIPS 3: finish $SN+CL AIPS 3: procedure goplt2 AIPS 3: if (lsplot>2) then;go;end AIPS 3: finish $SN+CL+BP AIPS 3: procedure goplt3 AIPS 3: if (lsplot>3) then;go;end AIPS 3: finish $CL,BP applied AIPS 3: AIPS 3: procedure calpipe(lsdisk,lsname,lsrant) AIPS 3: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 3: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 3: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 3: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 3: if (lsflag>=1) then AIPS 3: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 3: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;j=1 AIPS 3: while (j<9);keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 3: if(keystrng='FREQ')then AIPS 3: keyword='CRCAL'!!char(j);gethead;keyval(1)=keyval(1)/1 e10;j=9 AIPS 3: if (keyval(1) < 1.8) then;clrtemp;go;else AIPS 3: type 'QUACK SKIPPED FOR THIS HIGH FREQUENCY OBSERVAT ION' AIPS 3: type 'MAY BE A FAST-SWITHCING OBS - IE LOSS OF ALL D ATA' AIPS 3: type 'RUN BY HAND IF YOU REALLY WANT THIS QUACK';tge t quack AIPS 3: end;else;j=j+1;end;end AIPS 3: end;task'FLAGR';getset AIPS 3: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 3: end AIPS 3: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 3: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 3: if (length(lscal)<>0) then AIPS 3: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 3: end;sources=lsampcal;go AIPS 3: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 3: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 3: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 3: if (lsmodl>0) then $ use models for ones that exist AIPS 3: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 3: for j=1:(l-1) AIPS 3: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 3: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 3: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 3: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 3: $ if no model, use point with full uvrange AIPS 3: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 3: end;clrtemp AIPS 3: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 3: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 3: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 3: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 3: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 3: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 3: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 3: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 3: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 3: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 3: if(star>0)then;calsour'';calcode'*';end;go AIPS 3: if (lsmodl>0) then AIPS 3: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 3: for j=1:(l-1) AIPS 3: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 3: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 3: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 3: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 3: $ if no model, use point with full uvrange AIPS 3: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 3: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 3: for j=1:(l-1) AIPS 3: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 3: if (error<1) then;zap;end;end AIPS 3: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 3: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 3: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 3: if (star>0) then; AIPS 3: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 3: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 3: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 3: soucode='*' AIPS 3: else AIPS 3: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 3: end;go AIPS 3: if (lscont<1) then AIPS 3: type '****************************************************** **' AIPS 3: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 3: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 3: type '****************************************************** **';read AIPS 3: end AIPS 3: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 3: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 3: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 3: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 3: if (inclass='CH 0') then AIPS 3: task'TACOP';getset AIPS 3: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 3: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 3: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 3: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 3: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 3: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 3: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 3: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 3: sources=lsampcal;goplt3 AIPS 3: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 3: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure calcrms AIPS 3: scalar nbas,nvis,tbw,rms,minhrs AIPS 3: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 3: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 3: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 3: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 3: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 3: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 3: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 3: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 3: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 3: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 3: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 3: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 3: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 3: return rms AIPS 3: finish AIPS 3: AIPS 3: procedure setboxfle AIPS 3: scalar ci,bi AIPS 3: string*48 fbox AIPS 3: fbox'/tmp/SETFC@ AIPS 3: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 3: ci=0;bi=length(fbox) AIPS 3: while(ci& /dev/null AIPS 3: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure catboxfile AIPS 3: sys2com'';syscom 'cat AIPS 3: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 3: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 3: system AIPS 3: finish AIPS 3: AIPS 3: procedure setimsize AIPS 3: scalar szf, kk AIPS 3: string*48 bxf AIPS 3: array szc(2), szi(2), orgc(2), orgi(2) AIPS 3: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 3: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 3: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 3: while (kk<9) AIPS 3: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 3: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 3: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 3: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 3: go;szf=nfield;szc=cellsize;szi=imsize AIPS 3: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 3: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 3: vput imagr AIPS 3: finish AIPS 3: AIPS 3: procedure imapipe(k,lsdisk,lsname) AIPS 3: vnum=33;dowait=true AIPS 3: if (k=1) then AIPS 3: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 3: baddisk=lsbadd;douvcomp=-1;go AIPS 3: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 3: go;end;end;clrtemp AIPS 3: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 3: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 3: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 3: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 3: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 3: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 3: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 3: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 3: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 3: while ((lssid(k)>0) & (k<1001)) AIPS 3: if (lssid(k)=keyvalue(1))then error=0;end AIPS 3: k=k+1;end;end;vget imagr AIPS 3: if (error < 1) then AIPS 3: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 3: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 3: while (j<30) AIPS 3: k=length(inname) AIPS 3: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 3: lstarg=0;j=30 AIPS 3: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 3: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 3: if(imsize(1)<0)then;imsize=256;end;end AIPS 3: else;j=j+1;end $ check next source, if not found -> targ et AIPS 3: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 3: AIPS 3: j=1 AIPS 3: $calibrator lstarg=0 AIPS 3: $target if lstarg=1 AIPS 3: AIPS 3: AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 3: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 3: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 3: if (inclass='CH 0') then AIPS 3: for k=1:keyvalue(1);bif=k;eif=k AIPS 3: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 3: end;clrtemp;k=keyvalue(1) AIPS 3: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 3: if (error < 1) then AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 3: if (keystrng='FREQ') then AIPS 3: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 3: else;j=j+1;end AIPS 3: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 3: if (bchan=1) then;bchan=2;end;j=k AIPS 3: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 3: end;end;clrtemp AIPS 3: else AIPS 3: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 3: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 3: else AIPS 3: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 3: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 3: end;end;boxfile=setboxfle;delboxfle AIPS 3: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 3: $ inclass'SCIMG';allzap AIPS 3: inclass'IBM*';intype'MA';allzap AIPS 3: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 3: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 3: end;end;dowait=false;vnum=0 AIPS 3: finish AIPS 3: AIPS 3: procedure avlapipe AIPS 3: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 3: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 3: else;lsclrcal;tint=guesintt;clrtemp AIPS 3: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 3: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 3: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 3: type'--------------------------------------------------- --------' AIPS 3: end;type ' ' AIPS 3: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 3: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 3: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: default'AVLAPIPE' AIPS 3: Found in Version=ABIN AIPS 3: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 3: docal 1; sources '*''' AIPS 3: $ to be set by itself later AIPS 3: solint 1; factor 5; doarray -1; imsize -1 AIPS 3: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 3: niter -1; cutoff -1 AIPS 3: $ for now debugging AIPS 3: docont 1; plver -1; doall 1; doresid 0 AIPS 3: AIPS 3: $ defaults AIPS 3: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 3: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 3: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 3: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 3: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 3: 'AB937_2000MAR02_1' >>AIPS 3: 'AB937_2000MAR02_1' >AIPS 3: Found in Version=ABIN AIPS 3: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 3: AIPS 3: $$ General catalog looks like AIPS 3: $$ Multi-source UV data file AIPS 3: $$ Multi-source TASAV file AIPS 3: $$ Single-source calibrated data - auvf AIPS 3: $$ Single-source calibrated images- aimg AIPS 3: AIPS 3: $May need to redefine after a restore 0: AIPS 3: $allzap AIPS 3: $calcintt AIPS 3: $guesintt AIPS 3: $lsparm(5);tint;lsdisk AIPS 3: AIPS 3: procedure flatfov AIPS 3: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 3: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 3: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 3: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 3: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 3: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 3: while (kk<7) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 3: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 3: keystrng'';gethead;frq=keyvalue(1);kk=10;else;kk=kk+1;en d AIPS 3: end AIPS 3: for i=3:uvi;getname i AIPS 3: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 3: for j=1:keyvalue(1) AIPS 3: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 3: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 3: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 3: $ so instead of maximum frequency span, use max individual bandw idth AIPS 3: end;intype'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 3: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 3: if (mai=1) then AIPS 3: for j=1:mai $ assume inseq starts at 1.. AIPS 3: inseq=j;kk=1;cellsize=0;userid=0 AIPS 3: while (kk<5) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);geth ead AIPS 3: keyword='CDELT'!!char(kk);clrtemp AIPS 3: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 3: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 3: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 3: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fo v;end;kk=kk+1 AIPS 3: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsi ze(2)*3600 AIPS 3: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1), cellsize(2)))) AIPS 3: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 3: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 3: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view radius, arcsec AIPS 3: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov /cellsize(2)) AIPS 3: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps =1;clroname AIPS 3: outname=inname;coordina=0;reweight=0;doweight=0;edgskp =15;aparm=0 AIPS 3: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSE C RADIUS' AIPS 3: inclass'?CL001';go;wait AIPS 3: $inclass'?CL*';allzap;recat AIPS 3: ;inclass'FLATN' AIPS 3: tput;default blank;tget flatn;task'BLANK';opcode'RADI' ;dparm fov,0 AIPS 3: go;wait;allzap;recat AIPS 3: end;end;end;end AIPS 3: finish AIPS 3: AIPS 3: procedure nvasimage AIPS 3: $LOS - Determine noise, do primary beam correction, include copy right AIPS 3: scalar numfle,ll,mm AIPS 3: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 3: while (inclass<>'BLANK');mai=mai+1;getname mai;end AIPS 3: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 3: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 3: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 3: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 3: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 3: end AIPS 3: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 3: for j=mai:numfle AIPS 3: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 3: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 3: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 3: for j=mai:numfle $ can only do on MA files AIPS 3: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure nvasname AIPS 3: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 3: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 3: string*1 pm,rmsc AIPS 3: string*2 zz AIPS 3: string*3 mmm AIPS 3: string*4 rmss,sbms,fras AIPS 3: string*5 radi AIPS 3: string*30 dir AIPS 3: string*20 expn AIPS 3: ki=1;userid=0 AIPS 3: while (ki<9) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 3: typ ki, keys AIPS 3: if(substr(keystrng,1,2)='RA')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 3: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 3: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 3: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 3: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 3: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 3: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 3: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 3: typ 'HERE' AIPS 3: if(substr(keystrng,1,3)='DEC')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 3: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 3: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 3: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 3: ds=floor(dc1+(3600*dc2));clrtemp AIPS 3: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 3: if(substr(keystrng,1,4)='FREQ')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 3: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 3: if(substr(keystrng,1,6)='STOKES')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 3: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 3: end; AIPS 3: typ ki 'TOO' AIPS 3: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 3: end;clrtemp $ build the output file name here AIPS 3: typ 'BUILD NOW' AIPS 3: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 3: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 3: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 3: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 3: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 3: AIPS 3: AIPS 3: AIPS 3: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 3: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 3: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 3: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 3: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 3: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 3: else AIPS 3: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 3: end AIPS 3: AIPS 3: if (expnm='') then AIPS 3: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 3: mmm=substr(keystrng,5,6) AIPS 3: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 3: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 3: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 3: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 3: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 3: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 3: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 3: end AIPS 3: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print outf AIPS 3: AIPS 3: $ make the source dir here AIPS 3: dir='';sysout'';syscom'mkdir AIPS 3: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 3: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 3: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 3: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 3: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 3: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000302.L BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000302.L BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '10 SECOND INTEGRATIONS (GUESS)' AIPS 3: Extension file type CL version 2 deleted AIPS 3: Extension file type CL version 3 deleted AIPS 3: Extension file type SN version 1 deleted AIPS 3: Extension file type SN version 2 deleted AIPS 3: Extension file type XX version 1 deleted AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' SETJY3: Task SETJY (release of 31DEC06) begins SETJY3: / Resetting flux information to zero SETJY3: BIF = 1 EIF = 2 /Range of IFs SETJY3: SOURCES = '' /All sources selected SETJY3: Appears to have ended successfully SETJY3: imager-b 31DEC06 TST: Cpu= 0.0 Real= 0 trng,7 ,8)!!'_X' AIPS 3: end AIPS 3: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print outf AIPS 3: AIPS 3: $ make the source dir here AIPS 3: dir='';sysout'';syscom'mkdir AIPS 3: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 3: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 3: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 3: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 3: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 3: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000302.L BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000302.L BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '10 SECOND INTEGRATIONS (GUESS)' AIPS 3: Extension file type CL version 2 deleted AIPS 3: Extension file type CL version 3 deleted AIPS 3: Extension file type SN version 1 deleted AIPS 3: Extension file type SN version 2 deleted AIPS 3: Extension file type XX version 1 deleted AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes SETJY3: Task SETJY (release of 31DEC06) begins SETJY3: A source model for this calibrator may be available SETJY3: Use the verb CALDIR to see if there is one SETJY3: A source model for this calibrator may be available SETJY3: Use the verb CALDIR to see if there is one SETJY3: / Flux calculated using known spectrum SETJY3: BIF = 1 EIF = 2 /Range of IFs SETJY3: '1331+305 ' IF = 1 FLUX =14.5108 (Jy calcd) SETJY3: '1331+305 ' IF = 2 FLUX =15.0067 (Jy calcd) SETJY3: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY3: Appears to have ended successfully SETJY3: imager-b 31DEC06 TST: Cpu= 0.0 Real= 0 trng,7 ,8)!!'_X' AIPS 3: end AIPS 3: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print outf AIPS 3: AIPS 3: $ make the source dir here AIPS 3: dir='';sysout'';syscom'mkdir AIPS 3: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 3: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 3: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 3: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 3: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 3: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000302.L BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000302.L BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '10 SECOND INTEGRATIONS (GUESS)' AIPS 3: Extension file type CL version 2 deleted AIPS 3: Extension file type CL version 3 deleted AIPS 3: Extension file type SN version 1 deleted AIPS 3: Extension file type SN version 2 deleted AIPS 3: Extension file type XX version 1 deleted AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 20000302 . L BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing cal transfer mode with point model for each source CALIB3: This is not self-calibration CALIB3: Dividing data by source flux densities CALIB3: Determining solutions CALIB3: Writing SN table 1 CALIB3: Found 1421 good solutions CALIB3: Failed on 19 solutions CALIB3: Average closure rms = 0.0151 +- 0.0061 CALIB3: Fraction of times having data > 2.5 rms from solution CALIB3: 0.37931 of the times had 0 - 2 percent outside 2.5 times rms CALIB3: 0.34483 of the times had 2 - 4 percent outside 2.5 times rms CALIB3: 0.17241 of the times had 4 - 6 percent outside 2.5 times rms CALIB3: 0.01724 of the times had 6 - 8 percent outside 2.5 times rms CALIB3: 0.01724 of the times had 8 - 10 percent outside 2.5 times rms CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: imager-b 31DEC06 TST: Cpu= 0.6 Real= 1 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null CALRD3: Task CALRD (release of 31DEC06) begins CALRD3: Reading disk file AIPSTARS:3C286_L.MODEL CALRD3: Create 3C286_L .MODEL . 1 (MA) on disk 1 cno 5 CALRD3: Appears to have ended successfully CALRD3: imager-b 31DEC06 TST: Cpu= 0.0 Real= 0 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 20000302 . L BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing self-cal mode with CC model CALIB3: SETGDS: imaging done with reprojected tangent point(s) CALIB3: FACSET: source model will be scaled to 14.511 Jy CALIB3: FACSET: 14.881805 Jy found from 1424 components CALIB3: FACSET: scaling factor set to 9.75068E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: VISDFT: Model components of type Point CALIB3: I Polarization model processed CALIB3: Model computation is 80 percent complete CALIB3: FACSET: source model will be scaled to 15.007 Jy CALIB3: FACSET: 14.881805 Jy found from 1424 components CALIB3: FACSET: scaling factor set to 1.00839E+00 CALIB3: VISDFT: Begin DFT component division CALIB3: I Polarization model processed CALIB3: Field 1 used 1424 CCs CALIB3: Determining solutions CALIB3: Deleted 50 records from SN table no. 1 CALIB3: Writing SN table 1 CALIB3: Found 200 good solutions CALIB3: Average closure rms = 0.0048 +- 0.0015 CALIB3: Fraction of times having data > 2.5 rms from solution CALIB3: 0.37500 of the times had 4 - 6 percent outside 2.5 times rms CALIB3: 0.37500 of the times had 6 - 8 percent outside 2.5 times rms CALIB3: 0.25000 of the times had 8 - 10 percent outside 2.5 times rms CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: imager-b 31DEC06 TST: Cpu= 2.0 Real= 2 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode 2PT CLCAL3: Processing SN table 1 CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 360 merged records from 360 input records CLCAL3: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL3: Appears to have ended successfully CLCAL3: imager-b 31DEC06 TST: Cpu= 0.8 Real= 1 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode SELF CLCAL3: Deleted 390 records from CL table no. 2 CLCAL3: Processing SN table 1 CLCAL3: WARNING: SN table 1 has already been applied CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 360 merged records from 360 input records CLCAL3: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL3: Appears to have ended successfully CLCAL3: imager-b 31DEC06 TST: Cpu= 0.5 Real= 0 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 20000302 . L BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing cal transfer mode with point model for each source CALIB3: This is not self-calibration CALIB3: Dividing data by source flux densities CALIB3: Determining solutions CALIB3: Writing SN table 2 CALIB3: RPOL, IF= 1 The average gain over these antennas is 1.774E+00 CALIB3: RPOL, IF= 2 The average gain over these antennas is 1.726E+00 CALIB3: LPOL, IF= 1 The average gain over these antennas is 1.775E+00 CALIB3: LPOL, IF= 2 The average gain over these antennas is 1.714E+00 CALIB3: Found 1023 good solutions CALIB3: Failed on 13 solutions CALIB3: Average closure rms = 0.0074 +- 0.0022 CALIB3: Fraction of times having data > 2.5 rms from solution CALIB3: 0.59574 of the times had 0 - 2 percent outside 2.5 times rms CALIB3: 0.10638 of the times had 2 - 4 percent outside 2.5 times rms CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: imager-b 31DEC06 TST: Cpu= 0.9 Real= 0 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 20000302 . L BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing self-cal mode with CC model CALIB3: SETGDS: imaging done with reprojected tangent point(s) CALIB3: FACSET: source model will be scaled to 14.511 Jy CALIB3: FACSET: 14.881805 Jy found from 1424 components CALIB3: FACSET: scaling factor set to 9.75068E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: VISDFT: Model components of type Point CALIB3: I Polarization model processed CALIB3: Model computation is 80 percent complete CALIB3: FACSET: source model will be scaled to 15.007 Jy CALIB3: FACSET: 14.881805 Jy found from 1424 components CALIB3: FACSET: scaling factor set to 1.00839E+00 CALIB3: VISDFT: Begin DFT component division CALIB3: I Polarization model processed CALIB3: Field 1 used 1424 CCs CALIB3: Determining solutions CALIB3: Deleted 25 records from SN table no. 2 CALIB3: Writing SN table 2 CALIB3: RPOL, IF= 1 The average gain over these antennas is 3.090E+00 CALIB3: RPOL, IF= 2 The average gain over these antennas is 3.031E+00 CALIB3: LPOL, IF= 1 The average gain over these antennas is 3.115E+00 CALIB3: LPOL, IF= 2 The average gain over these antennas is 3.034E+00 CALIB3: Found 100 good solutions CALIB3: Average closure rms = 0.0008 +- 0.0002 CALIB3: Fraction of times having data > 2.5 rms from solution CALIB3: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB3: 0.50000 of the times had 4 - 6 percent outside 2.5 times rms CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: imager-b 31DEC06 TST: Cpu= 2.1 Real= 2 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 GETJY3: Task GETJY (release of 31DEC06) begins GETJY3: Source:Qual CALCODE IF Flux (Jy) GETJY3: 1227+365 : 0 C 1 2.09185 +/- 0.00626 GETJY3: 2 2.09974 +/- 0.00982 GETJY3: 1248-199 : 0 C 1 5.11846 +/- 0.01967 GETJY3: 2 5.32205 +/- 0.01806 GETJY3: Appears to have ended successfully GETJY3: imager-b 31DEC06 TST: Cpu= 0.0 Real= 0 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode 2PT CLCAL3: Processing SN table 2 CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 259 merged records from 259 input records CLCAL3: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL3: Appears to have ended successfully CLCAL3: imager-b 31DEC06 TST: Cpu= 0.8 Real= 1 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode SELF CLCAL3: Deleted 375 records from CL table no. 3 CLCAL3: Processing SN table 2 CLCAL3: WARNING: SN table 2 has already been applied CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 259 merged records from 259 input records CLCAL3: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL3: Appears to have ended successfully CLCAL3: imager-b 31DEC06 TST: Cpu= 0.6 Real= 1 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes TASAV3: Task TASAV (release of 31DEC06) begins TASAV3: Create 20000302 .TASAV . 1 (UV) on disk 1 cno 5 TASAV3: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied NX file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied SU file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied FQ file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied CL file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied CL file from vol/cno/vers 1 1 2 to 1 5 2 TASAV3: Copied CL file from vol/cno/vers 1 1 3 to 1 5 3 TASAV3: Copied TY file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied FG file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied FG file from vol/cno/vers 1 1 2 to 1 5 2 TASAV3: Copied FG file from vol/cno/vers 1 1 3 to 1 5 3 TASAV3: Copied FG file from vol/cno/vers 1 1 4 to 1 5 4 TASAV3: Copied SN file from vol/cno/vers 1 1 1 to 1 5 1 TASAV3: Copied SN file from vol/cno/vers 1 1 2 to 1 5 2 TASAV3: Appears to have ended successfully TASAV3: imager-b 31DEC06 TST: Cpu= 0.3 Real= 0 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes SPLIT3: Task SPLIT (release of 31DEC06) begins SPLIT3: You are using a non-standard program SPLIT3: Doing subarray 1 SPLIT3: Create 1227+365 .L BAND. 1 (UV) on disk 1 cno 6 SPLIT3: Applying CL Table version 3 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 364 25 364 SPLIT3: Fully 0 0 10012 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT3: Create RX1314-25 .L BAND. 1 (UV) on disk 1 cno 7 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 33899 9492 32672 SPLIT3: Fully 0 0 231781 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT3: Create 1248-199 .L BAND. 1 (UV) on disk 1 cno 8 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 493 174 493 SPLIT3: Fully 0 0 9925 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT3: Create 1331+305 .L BAND. 1 (UV) on disk 1 cno 9 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 330 0 330 SPLIT3: Fully 0 0 3198 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT3: Appears to have ended successfully SPLIT3: imager-b 31DEC06 TST: Cpu= 1.1 Real= 1 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07979 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found 1227+365 L BAND Seq 1 Disk: 1 in slot 6 SETFC3: SETCEL: recommends IMSIZE 910 CELLSIZE 2.02615 SETFC3: SETCEL: returns IMSIZE 1024 CELLSIZE 2.02615 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@1227+365_L,BAND.0-1 SETFC3: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC3: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC3: Searching catalog between 0.00 and 0.77 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: Field RA Dec Flux Beam Sep SETFC3: 2 12:27:58.78 36:35:11.6 2.099 1.000 0.000 SETFC3: 3 12:28:14.16 36:37:15.8 0.067 0.961 0.062 SETFC3: 4 12:27:43.62 36:30:40.8 0.031 0.917 0.091 SETFC3: 5 12:26:25.33 36:41:27.0 0.071 0.267 0.329 SETFC3: Add NVSS: wrote 4 fields to BOXFILE SETFC3: The Sun is 143.5 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 5 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: imager-b 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 1012 1012 12 27 58.73 36 35 11.9 00001 -1 507 512 513 C 2 246 246 12 27 58.78 36 35 11.6 00002 -1 100 128 129 C 3 246 246 12 28 14.16 36 37 15.8 00003 -1 100 128 129 C 4 246 246 12 27 43.62 36 30 40.8 00004 -1 100 128 129 C 5 246 246 12 26 25.33 36 41 27.0 00005 -1 100 128 129 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07979 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1227+365_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1227+365' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1227+365_L,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 1012 1012 -3.0111E-02 -1.3000E-02 0 IMAGR3: Field 2 246 246 5.7211E-01 -3.1300E-01 0 IMAGR3: Field 3 246 246 1.8581E+02 1.2389E+02 0 IMAGR3: Field 4 246 246 -1.8202E+02 -2.7111E+02 0 IMAGR3: Field 5 246 246 -1.1250E+03 3.7509E+02 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1227+365_L,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 IMAGR3: Create 1227+365 .IMAGR . 1 (UV) on disk 1 cno 10 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 10376 visibilities to be imaged IMAGR3: **** WARNING data included out of inner portion of UV plane **** IMAGR3: **** Watch for high-frequency & other poor cleaning effects **** IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 4.043E+04 IMAGR3: UVWAIT: Adding temperance S 8.085E+03 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 7.882E+07 and out 9.417E+07 IMAGR3: UVWAIT: Noise is increased by a factor 1.120 due to weighting IMAGR3: UVWAIT: Average summed weight 4.043E+04 over 20459 vis IMAGR3: Create 1227+365 .IBM001. 1 (MA) on disk 1 cno 11 IMAGR3: Create 1227+365 .IBM002. 1 (MA) on disk 1 cno 12 IMAGR3: Create 1227+365 .IBM003. 1 (MA) on disk 1 cno 13 IMAGR3: Create 1227+365 .IBM004. 1 (MA) on disk 1 cno 14 IMAGR3: Create 1227+365 .IBM005. 1 (MA) on disk 1 cno 15 IMAGR3: Create 1227+365 .ICL001. 1 (MA) on disk 1 cno 16 IMAGR3: Create 1227+365 .ICL002. 1 (MA) on disk 1 cno 17 IMAGR3: Create 1227+365 .ICL003. 1 (MA) on disk 1 cno 18 IMAGR3: Create 1227+365 .ICL004. 1 (MA) on disk 1 cno 19 IMAGR3: Create 1227+365 .ICL005. 1 (MA) on disk 1 cno 20 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 1.464900E+09 to 1.364900E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 9.99729E+08 IMAGR3: Field 1 Beam min = -135.7 MilliJy, max = 1.0 Jy IMAGR3: Field 1 fit FWHM = 13.771 x 5.641 arcsec, PA= 80.8 IMAGR3: Field 2 Sum of gridding weights = 9.99727E+08 IMAGR3: Field 2 Beam min = -59.3 MilliJy, max = 1.0 Jy IMAGR3: Field 2 fit FWHM = 13.771 x 5.641 arcsec, PA= 80.8 IMAGR3: Field 3 Sum of gridding weights = 9.99727E+08 IMAGR3: Field 3 Beam min = -58.8 MilliJy, max = 1.0 Jy IMAGR3: Field 3 fit FWHM = 13.769 x 5.641 arcsec, PA= 80.8 IMAGR3: Field 4 Sum of gridding weights = 9.99728E+08 IMAGR3: Field 4 Beam min = -59.3 MilliJy, max = 1.0 Jy IMAGR3: Field 4 fit FWHM = 13.773 x 5.641 arcsec, PA= 80.7 IMAGR3: Field 5 Sum of gridding weights = 9.99725E+08 IMAGR3: Field 5 Beam min = -57.7 MilliJy, max = 1.0 Jy IMAGR3: Field 5 fit FWHM = 13.780 x 5.643 arcsec, PA= 80.6 IMAGR3: CLBHIS: minimum component 0.311 of current peak IMAGR3: Field 1 min = -106.9 MilliJy,max = 2.1 Jy IMAGR3: Field 2 min = -125.5 MilliJy,max = 2.1 Jy IMAGR3: Field 3 min = -107.1 MilliJy,max = 2.1 Jy IMAGR3: Field 4 min = -124.7 MilliJy,max = 356.1 MilliJy IMAGR3: Field 5 min = -102.3 MilliJy,max = 235.1 MilliJy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 174.23 MilliJy IMAGR3: 388 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 731.011 MilliJy iter= 11 IMAGR3: Field 1 Clean flux density= 1.439 Jy 11 comps IMAGR3: Total Cleaned flux density = 1.439 Jy 11 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: VISDFT: Model components of type Point IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -40.1 MilliJy,max = 646.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.145E-01 < Second best 6.949E-01 IMAGR3: Field 1 min = -33.9 MilliJy,max = 657.9 MilliJy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 60.75 MilliJy IMAGR3: 209 Residual map points loaded IMAGR3: Field 1 min allowed flux = 185.820 MilliJy iter= 24 IMAGR3: Field 1 Clean flux density= 1.929 Jy 24 comps IMAGR3: Total Cleaned flux density = 1.929 Jy 24 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -11.9 MilliJy,max = 164.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.562E-01 < Second best 2.057E-01 IMAGR3: Field 3 min = -10.1 MilliJy,max = 164.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.792E-02 < Second best 1.955E-01 IMAGR3: Field 4 min = -10.1 MilliJy,max = 28.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.533E-02 < Second best 1.767E-01 IMAGR3: Field 1 min = -10.1 MilliJy,max = 167.2 MilliJy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 15.44 MilliJy IMAGR3: 280 Residual map points loaded IMAGR3: Field 1 min allowed flux = 48.941 MilliJy iter= 37 IMAGR3: Field 1 Clean flux density= 2.054 Jy 37 comps IMAGR3: Total Cleaned flux density = 2.054 Jy 37 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -4.9 MilliJy,max = 46.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.406E-02 < Second best 1.459E-01 IMAGR3: Field 5 min = -5.0 MilliJy,max = 7.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.985E-03 < Second best 4.792E-02 IMAGR3: Field 3 min = -5.0 MilliJy,max = 48.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.337E-02 < Second best 4.653E-02 IMAGR3: Field 1 min = -4.6 MilliJy,max = 47.2 MilliJy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 4.07 MilliJy IMAGR3: 3326 Residual map points loaded IMAGR3: Field 1 min allowed flux = 13.854 MilliJy iter= 64 IMAGR3: Field 1 Clean flux density= 2.127 Jy 64 comps IMAGR3: Total Cleaned flux density = 2.127 Jy 64 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -2.8 MilliJy,max = 14.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.335E-02 < Second best 4.337E-02 IMAGR3: Field 3 min = -3.2 MilliJy,max = 14.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.233E-02 < Second best 1.533E-02 IMAGR3: Field 4 min = -2.4 MilliJy,max = 9.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.466E-03 < Second best 1.335E-02 IMAGR3: BGC Clean: using 509 cell beam + residuals > 3.92 MilliJy IMAGR3: 44 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 4.685 MilliJy iter= 13 IMAGR3: Field 2 Clean flux density= 10.931 MilliJy 13 comps IMAGR3: Total Cleaned flux density = 2.138 Jy 77 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -2.9 MilliJy,max = 12.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR3: 13033 Residual map points loaded IMAGR3: Field 1 min allowed flux = 3.868 MilliJy iter= 126 IMAGR3: Field 1 Clean flux density= 2.167 Jy 126 comps IMAGR3: Total Cleaned flux density = 2.178 Jy 139 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -2.3 MilliJy,max = 4.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.499E-03 < Second best 9.466E-03 IMAGR3: Field 4 min = -2.0 MilliJy,max = 3.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.560E-03 < Second best 6.985E-03 IMAGR3: Field 5 min = -2.5 MilliJy,max = 6.8 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 1.56 MilliJy IMAGR3: 286 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.101 MilliJy iter= 31 IMAGR3: Field 5 Clean flux density= 10.802 MilliJy 31 comps IMAGR3: Total Cleaned flux density = 2.189 Jy 170 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -2.4 MilliJy,max = 3.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR3: 265 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.816 MilliJy iter= 49 IMAGR3: Field 2 Clean flux density= 19.232 MilliJy 49 comps IMAGR3: Total Cleaned flux density = 2.197 Jy 206 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -2.5 MilliJy,max = 4.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR3: 16201 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.031 MilliJy iter= 283 IMAGR3: Field 1 Clean flux density= 2.198 Jy 283 comps IMAGR3: Total Cleaned flux density = 2.228 Jy 363 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.944E-03 < Second best 3.499E-03 IMAGR3: Field 3 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.819E-03 < Second best 2.002E-03 IMAGR3: Field 5 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR3: 372 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.370 MilliJy iter= 86 IMAGR3: Field 5 Clean flux density= 15.127 MilliJy 86 comps IMAGR3: Total Cleaned flux density = 2.232 Jy 418 comps IMAGR3: ALGSTB: All 106 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 95- 0 Cells, with 10376 Pts IMAGR3: Field 4 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR3: 421 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.360 MilliJy iter= 58 IMAGR3: Field 4 Clean flux density= 5.053 MilliJy 58 comps IMAGR3: Total Cleaned flux density = 2.237 Jy 476 comps IMAGR3: ALGSTB: All 106 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 95- 0 Cells, with 10376 Pts IMAGR3: Field 1 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR3: 15976 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.567 MilliJy iter= 560 IMAGR3: Field 1 Clean flux density= 2.221 Jy 560 comps IMAGR3: Total Cleaned flux density = 2.261 Jy 753 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.428E-03 < Second best 1.736E-03 IMAGR3: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.404E-03 < Second best 1.502E-03 IMAGR3: Field 1 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 949.94 MicroJy IMAGR3: 16017 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.307 MilliJy iter= 892 IMAGR3: Field 1 Clean flux density= 2.239 Jy 892 comps IMAGR3: Total Cleaned flux density = 2.279 Jy 1085 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.236E-03 < Second best 1.404E-03 IMAGR3: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.218E-03 < Second best 1.313E-03 IMAGR3: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.201E-03 < Second best 1.304E-03 IMAGR3: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.157E-03 < Second best 1.255E-03 IMAGR3: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 841.87 MicroJy IMAGR3: 17273 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.120 MilliJy iter= 1311 IMAGR3: Field 1 Clean flux density= 2.254 Jy 1311 comps IMAGR3: Total Cleaned flux density = 2.294 Jy 1504 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.037E-03 < Second best 1.218E-03 IMAGR3: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.022E-03 < Second best 1.201E-03 IMAGR3: Field 5 min = -1.8 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 833.56 MicroJy IMAGR3: 327 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 878.869 MicroJy iter= 167 IMAGR3: Field 5 Clean flux density= 16.990 MilliJy 167 comps IMAGR3: Total Cleaned flux density = 2.296 Jy 1585 comps IMAGR3: ALGSTB: All 106 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 95- 0 Cells, with 10376 Pts IMAGR3: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.950E-04 < Second best 1.077E-03 IMAGR3: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 738.46 MicroJy IMAGR3: 17177 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 948.232 MicroJy iter= 1823 IMAGR3: Field 1 Clean flux density= 2.269 Jy 1823 comps IMAGR3: Total Cleaned flux density = 2.310 Jy 2097 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 8.825E-04 < Second best 1.022E-03 IMAGR3: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 8.514E-04 < Second best 9.950E-04 IMAGR3: Field 4 min = -992.8 MicroJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 729.47 MicroJy IMAGR3: 222 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -748.214 MicroJy iter= 109 IMAGR3: Field 4 Clean flux density= 5.915 MilliJy 109 comps IMAGR3: Total Cleaned flux density = 2.311 Jy 2148 comps IMAGR3: ALGSTB: All 106 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 95- 0 Cells, with 10376 Pts IMAGR3: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 644.43 MicroJy IMAGR3: 16531 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 804.708 MicroJy iter= 2403 IMAGR3: Field 1 Clean flux density= 2.280 Jy 2403 comps IMAGR3: Total Cleaned flux density = 2.322 Jy 2728 comps IMAGR3: ALGSTB: All 389 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 378- 0 Cells, with 10376 Pts IMAGR3: Field 3 min = -1.0 MilliJy,max = 984.0 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 7.818E-04 < Second best 8.514E-04 IMAGR3: Field 2 min = -947.8 MicroJy,max = 933.8 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 7.379E-04 < Second best 8.442E-04 IMAGR3: Field 5 min = -1.6 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 633.42 MicroJy IMAGR3: 328 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -655.749 MicroJy iter= 260 IMAGR3: Field 5 Clean flux density= 17.939 MilliJy 260 comps IMAGR3: Total Cleaned flux density = 2.323 Jy 2821 comps IMAGR3: ALGSTB: All 106 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 95- 0 Cells, with 10376 Pts IMAGR3: Field 3 min = -990.3 MicroJy,max = 951.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 633.35 MicroJy IMAGR3: 217 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 647.759 MicroJy iter= 61 IMAGR3: Field 3 Clean flux density= 900.008 MicroJy 61 comps IMAGR3: Total Cleaned flux density = 2.324 Jy 2882 comps IMAGR3: ALGSTB: All 106 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 95- 0 Cells, with 10376 Pts IMAGR3: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 553.44 MicroJy IMAGR3: 16377 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -673.770 MicroJy iter= 3088 IMAGR3: Field 1 Clean flux density= 2.287 Jy 3088 comps IMAGR3: Total Cleaned flux density = 2.331 Jy 3567 comps IMAGR3: ALGSTB: All 389 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 378- 0 Cells, with 10376 Pts IMAGR3: Field 2 min = -803.1 MicroJy,max = 764.7 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 6.233E-04 < Second best 7.198E-04 IMAGR3: Field 4 min = -760.8 MicroJy,max = 893.3 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 6.025E-04 < Second best 6.481E-04 IMAGR3: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 484.70 MicroJy IMAGR3: 15863 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 577.857 MicroJy iter= 3827 IMAGR3: Field 1 Clean flux density= 2.293 Jy 3827 comps IMAGR3: Total Cleaned flux density = 2.337 Jy 4306 comps IMAGR3: ALGSTB: All 389 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 378- 0 Cells, with 10376 Pts IMAGR3: Field 5 min = -1.4 MilliJy,max = 905.4 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 5.912E-04 < Second best 6.233E-04 IMAGR3: Field 2 min = -717.2 MicroJy,max = 706.8 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 5.341E-04 < Second best 6.231E-04 IMAGR3: Field 3 min = -752.9 MicroJy,max = 670.4 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 5.172E-04 < Second best 6.025E-04 IMAGR3: Field 4 min = -704.3 MicroJy,max = 790.9 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 5.484E-04 < Second best 5.912E-04 IMAGR3: BGC Clean: using 103 cell beam + residuals > 472.42 MicroJy IMAGR3: 453 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -489.320 MicroJy iter= 407 IMAGR3: Field 5 Clean flux density= 18.964 MilliJy 407 comps IMAGR3: Total Cleaned flux density = 2.338 Jy 4453 comps IMAGR3: ALGSTB: All 106 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 95- 0 Cells, with 10376 Pts IMAGR3: Field 1 min = -974.7 MicroJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 415.62 MicroJy IMAGR3: 17299 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 494.427 MicroJy iter= 4734 IMAGR3: Field 1 Clean flux density= 2.299 Jy 4734 comps IMAGR3: Total Cleaned flux density = 2.344 Jy 5360 comps IMAGR3: ALGSTB: All 389 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 378- 0 Cells, with 10376 Pts IMAGR3: Field 4 min = -556.2 MicroJy,max = 781.2 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 4.451E-04 < Second best 5.341E-04 IMAGR3: Field 2 min = -623.1 MicroJy,max = 581.2 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 4.525E-04 < Second best 5.172E-04 IMAGR3: Field 3 min = -668.6 MicroJy,max = 590.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 411.48 MicroJy IMAGR3: 96 Residual map points loaded IMAGR3: Field 3 min Clean flux = 468.633 MicroJy iter= 63 IMAGR3: Field 3 Clean flux density= 996.316 MicroJy 63 comps IMAGR3: Total Cleaned flux density = 2.344 Jy 5362 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -881.4 MicroJy,max = 974.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 359.20 MicroJy IMAGR3: 17704 Residual map points loaded IMAGR3: Field 1 min Clean flux = -478.285 MicroJy iter= 4794 IMAGR3: Field 1 Clean flux density= 2.299 Jy 4794 comps IMAGR3: Total Cleaned flux density = 2.344 Jy 5422 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -1.2 MilliJy,max = 830.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 84.90 MicroJy IMAGR3: 19995 Residual map points loaded IMAGR3: Field 5 min Clean flux = -478.325 MicroJy iter= 431 IMAGR3: Field 5 Clean flux density= 19.357 MilliJy 431 comps IMAGR3: Total Cleaned flux density = 2.344 Jy 5446 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Peak residual in window 478.325 less than limit 478.713 MicroJy IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 4794 to 2940 components IMAGR3: Field 2 compressed from 49 to 21 components IMAGR3: Field 3 compressed from 63 to 56 components IMAGR3: Field 4 compressed from 109 to 79 components IMAGR3: Field 5 compressed from 431 to 223 components IMAGR3: Field 1 min = -878.9 MicroJy,max = 968.9 MicroJy IMAGR3: Field 2 min = -618.0 MicroJy,max = 559.6 MicroJy IMAGR3: Field 3 min = -674.1 MicroJy,max = 579.4 MicroJy IMAGR3: Field 4 min = -553.8 MicroJy,max = 771.1 MicroJy IMAGR3: Field 5 min = -1.2 MilliJy,max = 821.9 MicroJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore 2.183 Jy ( 265 CCs) from field 1 to field 2 IMAGR3: Restore 2.170 Jy ( 292 CCs) from field 1 to field 3 IMAGR3: Restore 2.119 Jy ( 240 CCs) from field 1 to field 4 IMAGR3: Restore 2.003 MilliJy ( 58 CCs) from field 1 to field 5 IMAGR3: Restore 19.232 MilliJy ( 21 CCs) from field 2 to field 1 IMAGR3: Restore 18.353 MilliJy ( 19 CCs) from field 2 to field 3 IMAGR3: Restore 16.663 MilliJy ( 15 CCs) from field 2 to field 4 IMAGR3: Restore 996.316 MicroJy ( 56 CCs) from field 3 to field 1 IMAGR3: Restore 939.953 MicroJy ( 41 CCs) from field 3 to field 2 IMAGR3: Restore 197.639 MicroJy ( 3 CCs) from field 3 to field 4 IMAGR3: Restore 5.915 MilliJy ( 79 CCs) from field 4 to field 1 IMAGR3: Restore 5.295 MilliJy ( 45 CCs) from field 4 to field 2 IMAGR3: Restore 1.355 MilliJy ( 46 CCs) from field 5 to field 1 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 2.326 Jy IMAGR3: Field 2 final Clean flux 2.209 Jy IMAGR3: Field 3 final Clean flux 2.189 Jy IMAGR3: Field 4 final Clean flux 2.141 Jy IMAGR3: Field 5 final Clean flux 21.360 MilliJy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 10 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: imager-b 31DEC06 TST: Cpu= 24.1 Real= 24 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07979 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1227+365_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1227+365' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 12 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 14 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.0158 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@RX1314-25_L,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found RX1314-25 L BAND Seq 1 Disk: 1 in slot 7 SETFC3: SETCEL: recommends IMSIZE 478 CELLSIZE 2.86394 SETFC3: SETCEL: returns IMSIZE 512 CELLSIZE 2.78263 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@RX1314-25_L,BAND.0-1 SETFC3: FLYEYE added 7 fields to BOXFILE to 0.315 deg SETFC3: Searching catalog between 0.32 and 0.77 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: No NVSS sources selected for BOXFILE SETFC3: The Sun is 133.0 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 7 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: imager-b 31DEC06 TST: Cpu= 1.1 Real= 1 C 1 500 500 13 14 27.50 -25 15 39.5 00001 -1 251 256 257 C 2 500 500 13 14 27.50 -25 34 34.5 00002 -1 251 256 257 C 3 500 500 13 13 14.95 -25 25 05.9 00003 -1 251 256 257 C 4 500 500 13 15 40.05 -25 25 05.9 00004 -1 251 256 257 C 5 500 500 13 13 15.13 -25 06 10.9 00005 -1 251 256 257 C 6 500 500 13 15 39.87 -25 06 10.9 00006 -1 251 256 257 C 7 500 500 13 14 27.50 -24 56 44.5 00007 -1 251 256 257 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07979 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1227+365_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1227+365' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 12 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 14 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.0158 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@RX1314-25_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@RX1314-25_L,BAND.0-1 >> /home/imager-b2/vlbacald/ AIPS 3: run/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =RX1314-25' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@RX1314-25_L,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 500 500 9.2534E-11 0.0000E+00 0 IMAGR3: Field 2 500 500 9.2534E-11 -1.1350E+03 0 IMAGR3: Field 3 500 500 -9.8418E+02 -5.6640E+02 0 IMAGR3: Field 4 500 500 9.8418E+02 -5.6640E+02 0 IMAGR3: Field 5 500 500 -9.8174E+02 5.6860E+02 0 IMAGR3: Field 6 500 500 9.8174E+02 5.6860E+02 0 IMAGR3: Field 7 500 500 9.2534E-11 1.1350E+03 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@RX1314-25_L,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR3: Create RX1314-25 .IMAGR . 1 (UV) on disk 1 cno 15 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 264414 visibilities to be imaged IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 3.045E+05 IMAGR3: UVWAIT: Adding temperance S 6.089E+04 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 8.918E+08 and out 1.774E+09 IMAGR3: UVWAIT: Noise is increased by a factor 1.174 due to weighting IMAGR3: UVWAIT: Average summed weight 3.045E+05 over 513058 vis IMAGR3: Create RX1314-25 .IBM001. 1 (MA) on disk 1 cno 16 IMAGR3: Create RX1314-25 .IBM002. 1 (MA) on disk 1 cno 17 IMAGR3: Create RX1314-25 .IBM003. 1 (MA) on disk 1 cno 18 IMAGR3: Create RX1314-25 .IBM004. 1 (MA) on disk 1 cno 19 IMAGR3: Create RX1314-25 .IBM005. 1 (MA) on disk 1 cno 20 IMAGR3: Create RX1314-25 .IBM006. 1 (MA) on disk 1 cno 21 IMAGR3: Create RX1314-25 .IBM007. 1 (MA) on disk 1 cno 22 IMAGR3: Create RX1314-25 .ICL001. 1 (MA) on disk 1 cno 23 IMAGR3: Create RX1314-25 .ICL002. 1 (MA) on disk 1 cno 24 IMAGR3: Create RX1314-25 .ICL003. 1 (MA) on disk 1 cno 25 IMAGR3: Create RX1314-25 .ICL004. 1 (MA) on disk 1 cno 26 IMAGR3: Create RX1314-25 .ICL005. 1 (MA) on disk 1 cno 27 IMAGR3: Create RX1314-25 .ICL006. 1 (MA) on disk 1 cno 28 IMAGR3: Create RX1314-25 .ICL007. 1 (MA) on disk 1 cno 29 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 1.464900E+09 to 1.364900E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 1.88292E+10 IMAGR3: Field 1 Beam min = -118.6 MilliJy, max = 1.0 Jy IMAGR3: Field 1 fit FWHM = 12.546 x 9.168 arcsec, PA= 81.6 IMAGR3: Field 2 Sum of gridding weights = 1.88291E+10 IMAGR3: Field 2 Beam min = -119.3 MilliJy, max = 1.0 Jy IMAGR3: Field 2 fit FWHM = 12.550 x 9.255 arcsec, PA= 81.3 IMAGR3: Field 3 Sum of gridding weights = 1.88292E+10 IMAGR3: Field 3 Beam min = -118.5 MilliJy, max = 1.0 Jy IMAGR3: Field 3 fit FWHM = 12.562 x 9.197 arcsec, PA= 80.5 IMAGR3: Field 4 Sum of gridding weights = 1.88291E+10 IMAGR3: Field 4 Beam min = -119.5 MilliJy, max = 1.0 Jy IMAGR3: Field 4 fit FWHM = 12.536 x 9.224 arcsec, PA= 82.4 IMAGR3: Field 5 Sum of gridding weights = 1.88291E+10 IMAGR3: Field 5 Beam min = -117.8 MilliJy, max = 1.0 Jy IMAGR3: Field 5 fit FWHM = 12.557 x 9.111 arcsec, PA= 80.8 IMAGR3: Field 6 Sum of gridding weights = 1.88291E+10 IMAGR3: Field 6 Beam min = -118.8 MilliJy, max = 1.0 Jy IMAGR3: Field 6 fit FWHM = 12.533 x 9.137 arcsec, PA= 82.6 IMAGR3: Field 7 Sum of gridding weights = 1.88292E+10 IMAGR3: Field 7 Beam min = -117.9 MilliJy, max = 1.0 Jy IMAGR3: Field 7 fit FWHM = 12.542 x 9.083 arcsec, PA= 81.8 IMAGR3: CLBHIS: minimum component 0.259 of current peak IMAGR3: Field 1 min = -8.4 MilliJy,max = 86.6 MilliJy IMAGR3: Field 2 min = -4.1 MilliJy,max = 11.8 MilliJy IMAGR3: Field 3 min = -8.3 MilliJy,max = 85.2 MilliJy IMAGR3: Field 4 min = -1.8 MilliJy,max = 3.0 MilliJy IMAGR3: Field 5 min = -4.1 MilliJy,max = 8.7 MilliJy IMAGR3: Field 6 min = -2.2 MilliJy,max = 14.2 MilliJy IMAGR3: Field 7 min = -4.0 MilliJy,max = 17.6 MilliJy IMAGR3: BGC Clean: using 1009 cell beam + residuals > 1.50 MilliJy IMAGR3: 6393 Residual map points loaded IMAGR3: Field 1 min allowed flux = 21.972 MilliJy iter= 22 IMAGR3: Field 1 Clean flux density= 91.551 MilliJy 22 comps IMAGR3: Total Cleaned flux density = 91.551 MilliJy 22 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -4.6 MilliJy,max = 21.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR3: 1569 Residual map points loaded IMAGR3: Field 1 min allowed flux = 5.565 MilliJy iter= 93 IMAGR3: Field 1 Clean flux density= 169.864 MilliJy 93 comps IMAGR3: Total Cleaned flux density = 169.864 MilliJy 93 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -1.0 MilliJy,max = 6.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.916E-03 < Second best 1.348E-02 IMAGR3: Field 6 min = -2.0 MilliJy,max = 14.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR3: 550 Residual map points loaded IMAGR3: Field 6 min allowed flux = 3.752 MilliJy iter= 54 IMAGR3: Field 6 Clean flux density= 34.964 MilliJy 54 comps IMAGR3: Total Cleaned flux density = 204.828 MilliJy 147 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -2.2 MilliJy,max = 14.1 MilliJy IMAGR3: BGC Clean: using 121 cell beam + residuals > 1.13 MilliJy IMAGR3: 292 Residual map points loaded IMAGR3: Field 3 min allowed flux = 3.645 MilliJy iter= 47 IMAGR3: Field 3 Clean flux density= 30.481 MilliJy 47 comps IMAGR3: Total Cleaned flux density = 235.309 MilliJy 194 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -788.0 MicroJy,max = 5.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.583E-03 < Second best 6.818E-03 IMAGR3: Field 2 min = -1.1 MilliJy,max = 7.0 MilliJy IMAGR3: BGC Clean: using 197 cell beam + residuals > 748.06 MicroJy IMAGR3: 283 Residual map points loaded IMAGR3: Field 2 min allowed flux = 1.818 MilliJy iter= 40 IMAGR3: Field 2 Clean flux density= 12.958 MilliJy 40 comps IMAGR3: Total Cleaned flux density = 248.267 MilliJy 234 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -987.5 MicroJy,max = 6.2 MilliJy IMAGR3: BGC Clean: using 197 cell beam + residuals > 748.06 MicroJy IMAGR3: 223 Residual map points loaded IMAGR3: Field 7 min allowed flux = 1.574 MilliJy iter= 61 IMAGR3: Field 7 Clean flux density= 18.613 MilliJy 61 comps IMAGR3: Total Cleaned flux density = 266.879 MilliJy 295 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -2.1 MilliJy,max = 5.5 MilliJy IMAGR3: BGC Clean: using 121 cell beam + residuals > 759.44 MicroJy IMAGR3: 640 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.420 MilliJy iter= 215 IMAGR3: Field 1 Clean flux density= 198.928 MilliJy 215 comps IMAGR3: Total Cleaned flux density = 295.943 MilliJy 417 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -723.1 MicroJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 121 cell beam + residuals > 759.44 MicroJy IMAGR3: 69 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 931.950 MicroJy iter= 38 IMAGR3: Field 5 Clean flux density= 7.251 MilliJy 38 comps IMAGR3: Total Cleaned flux density = 303.195 MilliJy 455 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -949.1 MicroJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 121 cell beam + residuals > 738.32 MicroJy IMAGR3: 482 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.111 MilliJy iter= 219 IMAGR3: Field 6 Clean flux density= 67.488 MilliJy 219 comps IMAGR3: Total Cleaned flux density = 335.719 MilliJy 620 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -1.7 MilliJy,max = 3.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 643.05 MicroJy IMAGR3: 243 Residual map points loaded IMAGR3: Field 3 min allowed flux = 926.072 MicroJy iter= 127 IMAGR3: Field 3 Clean flux density= 43.897 MilliJy 127 comps IMAGR3: Total Cleaned flux density = 349.135 MilliJy 700 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -446.6 MicroJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 121 cell beam + residuals > 367.79 MicroJy IMAGR3: 375 Residual map points loaded IMAGR3: Field 4 min allowed flux = 951.311 MicroJy iter= 39 IMAGR3: Field 4 Clean flux density= 6.783 MilliJy 39 comps IMAGR3: Total Cleaned flux density = 355.918 MilliJy 739 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -658.5 MicroJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 335.40 MicroJy IMAGR3: 1153 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 468.669 MicroJy iter= 186 IMAGR3: Field 2 Clean flux density= 22.681 MilliJy 186 comps IMAGR3: Total Cleaned flux density = 365.642 MilliJy 885 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -483.0 MicroJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 314.25 MicroJy IMAGR3: 705 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 417.806 MicroJy iter= 200 IMAGR3: Field 7 Clean flux density= 29.192 MilliJy 200 comps IMAGR3: Total Cleaned flux density = 376.221 MilliJy 1024 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 285.90 MicroJy IMAGR3: 4014 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 460.306 MicroJy iter= 713 IMAGR3: Field 1 Clean flux density= 216.333 MilliJy 713 comps IMAGR3: Total Cleaned flux density = 393.626 MilliJy 1522 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -743.6 MicroJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 266.62 MicroJy IMAGR3: 1947 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 370.631 MicroJy iter= 620 IMAGR3: Field 6 Clean flux density= 87.000 MilliJy 620 comps IMAGR3: Total Cleaned flux density = 413.138 MilliJy 1923 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -377.8 MicroJy,max = 952.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 263.00 MicroJy IMAGR3: 600 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 313.783 MicroJy iter= 169 IMAGR3: Field 4 Clean flux density= 13.023 MilliJy 169 comps IMAGR3: Total Cleaned flux density = 419.378 MilliJy 2053 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -469.0 MicroJy,max = 849.3 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 8.098E-04 < Second best 8.808E-04 IMAGR3: Field 3 min = -596.1 MicroJy,max = 918.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 246.54 MicroJy IMAGR3: 1621 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 314.821 MicroJy iter= 450 IMAGR3: Field 3 Clean flux density= 52.736 MilliJy 450 comps IMAGR3: Total Cleaned flux density = 428.218 MilliJy 2376 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -456.8 MicroJy,max = 823.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 246.21 MicroJy IMAGR3: 563 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -284.753 MicroJy iter= 140 IMAGR3: Field 5 Clean flux density= 9.929 MilliJy 140 comps IMAGR3: Total Cleaned flux density = 430.896 MilliJy 2478 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -460.8 MicroJy,max = 477.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 238.09 MicroJy IMAGR3: 2208 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 275.702 MicroJy iter= 555 IMAGR3: Field 2 Clean flux density= 24.460 MilliJy 555 comps IMAGR3: Total Cleaned flux density = 432.674 MilliJy 2847 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -527.1 MicroJy,max = 525.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 226.30 MicroJy IMAGR3: 4907 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -285.432 MicroJy iter= 1468 IMAGR3: Field 1 Clean flux density= 224.810 MilliJy 1468 comps IMAGR3: Total Cleaned flux density = 441.152 MilliJy 3602 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -354.6 MicroJy,max = 449.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 216.37 MicroJy IMAGR3: 1415 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -236.852 MicroJy iter= 481 IMAGR3: Field 7 Clean flux density= 30.575 MilliJy 481 comps IMAGR3: Total Cleaned flux density = 442.535 MilliJy 3883 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -389.2 MicroJy,max = 392.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 211.16 MicroJy IMAGR3: 1963 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 236.044 MicroJy iter= 1036 IMAGR3: Field 6 Clean flux density= 90.659 MilliJy 1036 comps IMAGR3: Total Cleaned flux density = 446.194 MilliJy 4299 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -413.7 MicroJy,max = 355.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 208.02 MicroJy IMAGR3: 1712 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -228.334 MicroJy iter= 826 IMAGR3: Field 3 Clean flux density= 54.406 MilliJy 826 comps IMAGR3: Total Cleaned flux density = 447.863 MilliJy 4675 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -352.2 MicroJy,max = 326.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 206.26 MicroJy IMAGR3: 1016 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 217.586 MicroJy iter= 388 IMAGR3: Field 4 Clean flux density= 15.353 MilliJy 388 comps IMAGR3: Total Cleaned flux density = 450.193 MilliJy 4894 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -444.6 MicroJy,max = 327.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 199.23 MicroJy IMAGR3: 4760 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 227.610 MicroJy iter= 2192 IMAGR3: Field 1 Clean flux density= 229.250 MilliJy 2192 comps IMAGR3: Total Cleaned flux density = 454.633 MilliJy 5618 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -296.8 MicroJy,max = 296.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 197.34 MicroJy IMAGR3: 852 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -206.553 MicroJy iter= 356 IMAGR3: Field 5 Clean flux density= 11.447 MilliJy 356 comps IMAGR3: Total Cleaned flux density = 456.151 MilliJy 5834 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -271.8 MicroJy,max = 398.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 191.54 MicroJy IMAGR3: 2767 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -208.163 MicroJy iter= 1055 IMAGR3: Field 2 Clean flux density= 24.956 MilliJy 1055 comps IMAGR3: Total Cleaned flux density = 456.647 MilliJy 6334 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -313.3 MicroJy,max = 329.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 188.26 MicroJy IMAGR3: 1493 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 197.555 MicroJy iter= 788 IMAGR3: Field 7 Clean flux density= 31.195 MilliJy 788 comps IMAGR3: Total Cleaned flux density = 457.268 MilliJy 6641 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -368.7 MicroJy,max = 300.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 185.89 MicroJy IMAGR3: 1855 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -196.227 MicroJy iter= 1395 IMAGR3: Field 6 Clean flux density= 91.818 MilliJy 1395 comps IMAGR3: Total Cleaned flux density = 458.428 MilliJy 7000 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -371.4 MicroJy,max = 291.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 180.89 MicroJy IMAGR3: 4343 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -197.803 MicroJy iter= 2854 IMAGR3: Field 1 Clean flux density= 231.120 MilliJy 2854 comps IMAGR3: Total Cleaned flux density = 460.297 MilliJy 7662 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -320.7 MicroJy,max = 291.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 177.89 MicroJy IMAGR3: 1668 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 187.386 MicroJy iter= 1224 IMAGR3: Field 3 Clean flux density= 55.317 MilliJy 1224 comps IMAGR3: Total Cleaned flux density = 461.208 MilliJy 8060 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -303.0 MicroJy,max = 302.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 176.28 MicroJy IMAGR3: 1133 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 182.166 MicroJy iter= 646 IMAGR3: Field 4 Clean flux density= 16.522 MilliJy 646 comps IMAGR3: Total Cleaned flux density = 462.377 MilliJy 8318 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -248.9 MicroJy,max = 387.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 172.99 MicroJy IMAGR3: 2413 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -182.303 MicroJy iter= 1499 IMAGR3: Field 2 Clean flux density= 25.229 MilliJy 1499 comps IMAGR3: Total Cleaned flux density = 462.649 MilliJy 8762 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -268.5 MicroJy,max = 252.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 171.36 MicroJy IMAGR3: 965 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 176.768 MicroJy iter= 622 IMAGR3: Field 5 Clean flux density= 12.246 MilliJy 622 comps IMAGR3: Total Cleaned flux density = 463.448 MilliJy 9028 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -364.6 MicroJy,max = 270.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 167.71 MicroJy IMAGR3: 3729 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -178.918 MicroJy iter= 3460 IMAGR3: Field 1 Clean flux density= 232.458 MilliJy 3460 comps IMAGR3: Total Cleaned flux density = 464.786 MilliJy 9634 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -291.1 MicroJy,max = 296.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 165.08 MicroJy IMAGR3: 1692 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 171.831 MicroJy iter= 1166 IMAGR3: Field 7 Clean flux density= 31.561 MilliJy 1166 comps IMAGR3: Total Cleaned flux density = 465.152 MilliJy 10012 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -353.4 MicroJy,max = 300.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 163.32 MicroJy IMAGR3: 2155 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -170.413 MicroJy iter= 1823 IMAGR3: Field 6 Clean flux density= 92.789 MilliJy 1823 comps IMAGR3: Total Cleaned flux density = 466.123 MilliJy 10440 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -289.3 MicroJy,max = 274.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 161.46 MicroJy IMAGR3: 1568 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -167.472 MicroJy iter= 1607 IMAGR3: Field 3 Clean flux density= 55.680 MilliJy 1607 comps IMAGR3: Total Cleaned flux density = 466.485 MilliJy 10823 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -239.4 MicroJy,max = 373.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 158.92 MicroJy IMAGR3: 2252 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 165.483 MicroJy iter= 1938 IMAGR3: Field 2 Clean flux density= 25.598 MilliJy 1938 comps IMAGR3: Total Cleaned flux density = 466.855 MilliJy 11262 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -283.0 MicroJy,max = 288.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 157.50 MicroJy IMAGR3: 1056 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 161.382 MicroJy iter= 913 IMAGR3: Field 4 Clean flux density= 16.978 MilliJy 913 comps IMAGR3: Total Cleaned flux density = 467.310 MilliJy 11529 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -314.6 MicroJy,max = 257.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 154.52 MicroJy IMAGR3: 3551 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 162.813 MicroJy iter= 4076 IMAGR3: Field 1 Clean flux density= 233.805 MilliJy 4076 comps IMAGR3: Total Cleaned flux density = 468.658 MilliJy 12145 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -236.8 MicroJy,max = 218.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 153.16 MicroJy IMAGR3: 1139 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -157.358 MicroJy iter= 943 IMAGR3: Field 5 Clean flux density= 12.959 MilliJy 943 comps IMAGR3: Total Cleaned flux density = 469.371 MilliJy 12466 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -266.5 MicroJy,max = 291.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 151.47 MicroJy IMAGR3: 1583 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 156.320 MicroJy iter= 1553 IMAGR3: Field 7 Clean flux density= 32.379 MilliJy 1553 comps IMAGR3: Total Cleaned flux density = 470.190 MilliJy 12853 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -344.1 MicroJy,max = 299.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 149.90 MicroJy IMAGR3: 1868 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -154.397 MicroJy iter= 2202 IMAGR3: Field 6 Clean flux density= 93.285 MilliJy 2202 comps IMAGR3: Total Cleaned flux density = 470.686 MilliJy 13232 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -269.5 MicroJy,max = 258.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 148.53 MicroJy IMAGR3: 1508 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -153.062 MicroJy iter= 2001 IMAGR3: Field 3 Clean flux density= 56.071 MilliJy 2001 comps IMAGR3: Total Cleaned flux density = 471.077 MilliJy 13626 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -230.0 MicroJy,max = 364.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 146.42 MicroJy IMAGR3: 2352 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 151.743 MicroJy iter= 2424 IMAGR3: Field 2 Clean flux density= 25.830 MilliJy 2424 comps IMAGR3: Total Cleaned flux density = 471.309 MilliJy 14112 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -299.0 MicroJy,max = 249.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 144.02 MicroJy IMAGR3: 3125 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 150.192 MicroJy iter= 4673 IMAGR3: Field 1 Clean flux density= 234.353 MilliJy 4673 comps IMAGR3: Total Cleaned flux density = 471.857 MilliJy 14709 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -260.5 MicroJy,max = 279.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 142.84 MicroJy IMAGR3: 1193 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -145.901 MicroJy iter= 1214 IMAGR3: Field 4 Clean flux density= 17.264 MilliJy 1214 comps IMAGR3: Total Cleaned flux density = 472.143 MilliJy 15010 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -225.3 MicroJy,max = 216.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 141.77 MicroJy IMAGR3: 1126 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 145.085 MicroJy iter= 1284 IMAGR3: Field 5 Clean flux density= 13.657 MilliJy 1284 comps IMAGR3: Total Cleaned flux density = 472.842 MilliJy 15351 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -244.4 MicroJy,max = 268.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 140.32 MicroJy IMAGR3: 1535 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -144.097 MicroJy iter= 1958 IMAGR3: Field 7 Clean flux density= 32.394 MilliJy 1958 comps IMAGR3: Total Cleaned flux density = 472.857 MilliJy 15756 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -340.8 MicroJy,max = 297.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 139.06 MicroJy IMAGR3: 1723 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -142.578 MicroJy iter= 2590 IMAGR3: Field 6 Clean flux density= 93.811 MilliJy 2590 comps IMAGR3: Total Cleaned flux density = 473.383 MilliJy 16144 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -258.0 MicroJy,max = 246.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 137.94 MicroJy IMAGR3: 1511 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 141.578 MicroJy iter= 2413 IMAGR3: Field 3 Clean flux density= 56.660 MilliJy 2413 comps IMAGR3: Total Cleaned flux density = 473.971 MilliJy 16556 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -220.3 MicroJy,max = 352.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 136.23 MicroJy IMAGR3: 2343 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 140.568 MicroJy iter= 2938 IMAGR3: Field 2 Clean flux density= 25.955 MilliJy 2938 comps IMAGR3: Total Cleaned flux density = 474.096 MilliJy 17070 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -267.4 MicroJy,max = 229.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 134.15 MicroJy IMAGR3: 2844 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 138.932 MicroJy iter= 5269 IMAGR3: Field 1 Clean flux density= 235.170 MilliJy 5269 comps IMAGR3: Total Cleaned flux density = 474.913 MilliJy 17666 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -246.8 MicroJy,max = 272.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 133.19 MicroJy IMAGR3: 1122 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 135.556 MicroJy iter= 1523 IMAGR3: Field 4 Clean flux density= 17.218 MilliJy 1523 comps IMAGR3: Total Cleaned flux density = 474.866 MilliJy 17975 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -207.4 MicroJy,max = 209.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 132.27 MicroJy IMAGR3: 1126 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 134.941 MicroJy iter= 1634 IMAGR3: Field 5 Clean flux density= 14.072 MilliJy 1634 comps IMAGR3: Total Cleaned flux density = 475.281 MilliJy 18325 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -233.9 MicroJy,max = 261.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 131.01 MicroJy IMAGR3: 1564 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -134.084 MicroJy iter= 2373 IMAGR3: Field 7 Clean flux density= 32.848 MilliJy 2373 comps IMAGR3: Total Cleaned flux density = 475.735 MilliJy 18740 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -333.6 MicroJy,max = 293.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 129.95 MicroJy IMAGR3: 1736 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 132.828 MicroJy iter= 2988 IMAGR3: Field 6 Clean flux density= 94.551 MilliJy 2988 comps IMAGR3: Total Cleaned flux density = 476.476 MilliJy 19138 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -249.8 MicroJy,max = 235.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 128.94 MicroJy IMAGR3: 1466 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -131.914 MicroJy iter= 2841 IMAGR3: Field 3 Clean flux density= 56.736 MilliJy 2841 comps IMAGR3: Total Cleaned flux density = 476.552 MilliJy 19566 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -218.9 MicroJy,max = 336.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 127.43 MicroJy IMAGR3: 2164 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -130.864 MicroJy iter= 3451 IMAGR3: Field 2 Clean flux density= 26.054 MilliJy 3451 comps IMAGR3: Total Cleaned flux density = 476.651 MilliJy 20079 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -246.3 MicroJy,max = 213.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 125.66 MicroJy IMAGR3: 2699 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 129.538 MicroJy iter= 5865 IMAGR3: Field 1 Clean flux density= 235.586 MilliJy 5865 comps IMAGR3: Total Cleaned flux density = 477.067 MilliJy 20675 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -236.3 MicroJy,max = 255.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 124.88 MicroJy IMAGR3: 1149 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -126.949 MicroJy iter= 1850 IMAGR3: Field 4 Clean flux density= 17.553 MilliJy 1850 comps IMAGR3: Total Cleaned flux density = 477.402 MilliJy 21002 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -189.9 MicroJy,max = 192.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 124.03 MicroJy IMAGR3: 1145 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 126.358 MicroJy iter= 2014 IMAGR3: Field 5 Clean flux density= 14.436 MilliJy 2014 comps IMAGR3: Total Cleaned flux density = 477.767 MilliJy 21382 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -216.9 MicroJy,max = 258.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 122.92 MicroJy IMAGR3: 1499 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 125.449 MicroJy iter= 2792 IMAGR3: Field 7 Clean flux density= 32.807 MilliJy 2792 comps IMAGR3: Total Cleaned flux density = 477.726 MilliJy 21801 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -327.8 MicroJy,max = 290.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 121.89 MicroJy IMAGR3: 1677 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -124.342 MicroJy iter= 3408 IMAGR3: Field 6 Clean flux density= 94.749 MilliJy 3408 comps IMAGR3: Total Cleaned flux density = 477.923 MilliJy 22221 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -234.9 MicroJy,max = 227.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 121.01 MicroJy IMAGR3: 1460 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 123.528 MicroJy iter= 3289 IMAGR3: Field 3 Clean flux density= 57.244 MilliJy 3289 comps IMAGR3: Total Cleaned flux density = 478.431 MilliJy 22669 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -210.7 MicroJy,max = 324.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 119.77 MicroJy IMAGR3: 2041 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 122.637 MicroJy iter= 3970 IMAGR3: Field 2 Clean flux density= 25.819 MilliJy 3970 comps IMAGR3: Total Cleaned flux density = 478.196 MilliJy 23188 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -231.6 MicroJy,max = 210.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 118.30 MicroJy IMAGR3: 2401 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -121.393 MicroJy iter= 6449 IMAGR3: Field 1 Clean flux density= 236.018 MilliJy 6449 comps IMAGR3: Total Cleaned flux density = 478.628 MilliJy 23772 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -227.1 MicroJy,max = 235.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 117.58 MicroJy IMAGR3: 1174 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 119.431 MicroJy iter= 2205 IMAGR3: Field 4 Clean flux density= 17.712 MilliJy 2205 comps IMAGR3: Total Cleaned flux density = 478.787 MilliJy 24127 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -188.9 MicroJy,max = 183.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 116.78 MicroJy IMAGR3: 1189 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 118.756 MicroJy iter= 2404 IMAGR3: Field 5 Clean flux density= 15.045 MilliJy 2404 comps IMAGR3: Total Cleaned flux density = 479.396 MilliJy 24517 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -213.6 MicroJy,max = 253.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 115.88 MicroJy IMAGR3: 1675 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -118.205 MicroJy iter= 3267 IMAGR3: Field 7 Clean flux density= 33.184 MilliJy 3267 comps IMAGR3: Total Cleaned flux density = 479.772 MilliJy 24992 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -320.7 MicroJy,max = 284.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 114.98 MicroJy IMAGR3: 1723 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 117.151 MicroJy iter= 3858 IMAGR3: Field 6 Clean flux density= 95.254 MilliJy 3858 comps IMAGR3: Total Cleaned flux density = 480.277 MilliJy 25442 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -218.5 MicroJy,max = 218.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 114.13 MicroJy IMAGR3: 1402 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 116.226 MicroJy iter= 3737 IMAGR3: Field 3 Clean flux density= 57.318 MilliJy 3737 comps IMAGR3: Total Cleaned flux density = 480.351 MilliJy 25890 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -200.7 MicroJy,max = 314.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 113.04 MicroJy IMAGR3: 1948 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -115.457 MicroJy iter= 4504 IMAGR3: Field 2 Clean flux density= 25.865 MilliJy 4504 comps IMAGR3: Total Cleaned flux density = 480.397 MilliJy 26424 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -224.6 MicroJy,max = 195.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 111.79 MicroJy IMAGR3: 2246 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 114.338 MicroJy iter= 7032 IMAGR3: Field 1 Clean flux density= 236.521 MilliJy 7032 comps IMAGR3: Total Cleaned flux density = 480.899 MilliJy 27007 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -220.3 MicroJy,max = 219.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 111.09 MicroJy IMAGR3: 1188 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 112.666 MicroJy iter= 2567 IMAGR3: Field 4 Clean flux density= 17.777 MilliJy 2567 comps IMAGR3: Total Cleaned flux density = 480.964 MilliJy 27369 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -179.2 MicroJy,max = 178.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 110.39 MicroJy IMAGR3: 1216 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 112.136 MicroJy iter= 2811 IMAGR3: Field 5 Clean flux density= 15.123 MilliJy 2811 comps IMAGR3: Total Cleaned flux density = 481.042 MilliJy 27776 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -206.8 MicroJy,max = 237.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 109.53 MicroJy IMAGR3: 1586 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -111.492 MicroJy iter= 3745 IMAGR3: Field 7 Clean flux density= 33.439 MilliJy 3745 comps IMAGR3: Total Cleaned flux density = 481.298 MilliJy 28254 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -315.6 MicroJy,max = 281.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 108.67 MicroJy IMAGR3: 1730 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 110.544 MicroJy iter= 4322 IMAGR3: Field 6 Clean flux density= 95.657 MilliJy 4322 comps IMAGR3: Total Cleaned flux density = 481.701 MilliJy 28718 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -210.2 MicroJy,max = 214.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 107.96 MicroJy IMAGR3: 1471 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -109.794 MicroJy iter= 4200 IMAGR3: Field 3 Clean flux density= 57.596 MilliJy 4200 comps IMAGR3: Total Cleaned flux density = 481.979 MilliJy 29181 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -199.6 MicroJy,max = 301.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 106.98 MicroJy IMAGR3: 1905 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 109.053 MicroJy iter= 5042 IMAGR3: Field 2 Clean flux density= 25.906 MilliJy 5042 comps IMAGR3: Total Cleaned flux density = 482.021 MilliJy 29719 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -201.2 MicroJy,max = 193.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 105.93 MicroJy IMAGR3: 2066 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 108.015 MicroJy iter= 7588 IMAGR3: Field 1 Clean flux density= 236.960 MilliJy 7588 comps IMAGR3: Total Cleaned flux density = 482.460 MilliJy 30275 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -210.4 MicroJy,max = 208.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 105.28 MicroJy IMAGR3: 1222 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -106.702 MicroJy iter= 2957 IMAGR3: Field 4 Clean flux density= 18.406 MilliJy 2957 comps IMAGR3: Total Cleaned flux density = 483.088 MilliJy 30665 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -169.9 MicroJy,max = 176.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 104.64 MicroJy IMAGR3: 1301 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -106.242 MicroJy iter= 3253 IMAGR3: Field 5 Clean flux density= 15.411 MilliJy 3253 comps IMAGR3: Total Cleaned flux density = 483.376 MilliJy 31107 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -203.6 MicroJy,max = 236.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 103.86 MicroJy IMAGR3: 1541 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -105.547 MicroJy iter= 4228 IMAGR3: Field 7 Clean flux density= 33.495 MilliJy 4228 comps IMAGR3: Total Cleaned flux density = 483.432 MilliJy 31590 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -310.6 MicroJy,max = 275.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 103.11 MicroJy IMAGR3: 1756 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -104.811 MicroJy iter= 4822 IMAGR3: Field 6 Clean flux density= 96.044 MilliJy 4822 comps IMAGR3: Total Cleaned flux density = 483.818 MilliJy 32090 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -198.0 MicroJy,max = 209.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 102.43 MicroJy IMAGR3: 1458 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -104.042 MicroJy iter= 4680 IMAGR3: Field 3 Clean flux density= 57.709 MilliJy 4680 comps IMAGR3: Total Cleaned flux density = 483.931 MilliJy 32570 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -193.1 MicroJy,max = 288.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 101.57 MicroJy IMAGR3: 1909 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 103.354 MicroJy iter= 5588 IMAGR3: Field 2 Clean flux density= 25.733 MilliJy 5588 comps IMAGR3: Total Cleaned flux density = 483.758 MilliJy 33116 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -197.1 MicroJy,max = 188.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 100.63 MicroJy IMAGR3: 1984 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 102.534 MicroJy iter= 8183 IMAGR3: Field 1 Clean flux density= 237.242 MilliJy 8183 comps IMAGR3: Total Cleaned flux density = 484.040 MilliJy 33711 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -205.4 MicroJy,max = 201.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 100.02 MicroJy IMAGR3: 1226 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -101.266 MicroJy iter= 3354 IMAGR3: Field 4 Clean flux density= 18.354 MilliJy 3354 comps IMAGR3: Total Cleaned flux density = 483.989 MilliJy 34108 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -170.8 MicroJy,max = 175.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 99.42 MicroJy IMAGR3: 1366 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 100.827 MicroJy iter= 3709 IMAGR3: Field 5 Clean flux density= 15.452 MilliJy 3709 comps IMAGR3: Total Cleaned flux density = 484.030 MilliJy 34564 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -189.4 MicroJy,max = 225.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 98.75 MicroJy IMAGR3: 1590 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -100.247 MicroJy iter= 4728 IMAGR3: Field 7 Clean flux density= 33.716 MilliJy 4728 comps IMAGR3: Total Cleaned flux density = 484.251 MilliJy 35064 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -302.6 MicroJy,max = 271.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 98.05 MicroJy IMAGR3: 1751 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 99.578 MicroJy iter= 5337 IMAGR3: Field 6 Clean flux density= 96.359 MilliJy 5337 comps IMAGR3: Total Cleaned flux density = 484.566 MilliJy 35579 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -191.6 MicroJy,max = 204.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 97.42 MicroJy IMAGR3: 1437 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 98.818 MicroJy iter= 5167 IMAGR3: Field 3 Clean flux density= 58.025 MilliJy 5167 comps IMAGR3: Total Cleaned flux density = 484.883 MilliJy 36066 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -184.2 MicroJy,max = 280.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 96.62 MicroJy IMAGR3: 1811 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -98.113 MicroJy iter= 6121 IMAGR3: Field 2 Clean flux density= 25.527 MilliJy 6121 comps IMAGR3: Total Cleaned flux density = 484.677 MilliJy 36599 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -190.9 MicroJy,max = 185.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 95.74 MicroJy IMAGR3: 1855 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -97.304 MicroJy iter= 8746 IMAGR3: Field 1 Clean flux density= 237.506 MilliJy 8746 comps IMAGR3: Total Cleaned flux density = 484.941 MilliJy 37162 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -194.0 MicroJy,max = 193.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 95.20 MicroJy IMAGR3: 1229 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -96.340 MicroJy iter= 3773 IMAGR3: Field 4 Clean flux density= 18.542 MilliJy 3773 comps IMAGR3: Total Cleaned flux density = 485.129 MilliJy 37581 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -164.2 MicroJy,max = 170.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 94.64 MicroJy IMAGR3: 1387 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -95.900 MicroJy iter= 4178 IMAGR3: Field 5 Clean flux density= 15.600 MilliJy 4178 comps IMAGR3: Total Cleaned flux density = 485.276 MilliJy 38050 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -191.8 MicroJy,max = 216.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 93.98 MicroJy IMAGR3: 1632 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -95.356 MicroJy iter= 5251 IMAGR3: Field 7 Clean flux density= 33.844 MilliJy 5251 comps IMAGR3: Total Cleaned flux density = 485.403 MilliJy 38573 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 6 min = -295.9 MicroJy,max = 265.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 93.31 MicroJy IMAGR3: 1808 Residual map points loaded IMAGR3: Field 6 min Clean flux = 94.817 MicroJy iter= 5839 IMAGR3: Field 6 Clean flux density= 96.472 MilliJy 5839 comps IMAGR3: Total Cleaned flux density = 485.516 MilliJy 39075 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 3 min = -185.5 MicroJy,max = 198.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 92.25 MicroJy IMAGR3: 1709 Residual map points loaded IMAGR3: Field 3 min Clean flux = 94.817 MicroJy iter= 5539 IMAGR3: Field 3 Clean flux density= 58.296 MilliJy 5539 comps IMAGR3: Total Cleaned flux density = 485.787 MilliJy 39447 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 2 min = -171.9 MicroJy,max = 278.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 90.91 MicroJy IMAGR3: 2718 Residual map points loaded IMAGR3: Field 2 min Clean flux = -94.820 MicroJy iter= 6441 IMAGR3: Field 2 Clean flux density= 25.717 MilliJy 6441 comps IMAGR3: Total Cleaned flux density = 485.978 MilliJy 39767 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 1 min = -179.6 MicroJy,max = 173.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 88.91 MicroJy IMAGR3: 4029 Residual map points loaded IMAGR3: Field 1 min Clean flux = -94.818 MicroJy iter= 8964 IMAGR3: Field 1 Clean flux density= 237.661 MilliJy 8964 comps IMAGR3: Total Cleaned flux density = 486.133 MilliJy 39985 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 4 min = -191.8 MicroJy,max = 188.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 86.16 MicroJy IMAGR3: 4948 Residual map points loaded IMAGR3: Field 4 min Clean flux = 94.823 MicroJy iter= 3876 IMAGR3: Field 4 Clean flux density= 18.726 MilliJy 3876 comps IMAGR3: Total Cleaned flux density = 486.317 MilliJy 40088 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 5 min = -160.2 MicroJy,max = 167.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 81.98 MicroJy IMAGR3: 8259 Residual map points loaded IMAGR3: Field 5 min Clean flux = 94.818 MicroJy iter= 4269 IMAGR3: Field 5 Clean flux density= 15.742 MilliJy 4269 comps IMAGR3: Total Cleaned flux density = 486.460 MilliJy 40179 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Field 7 min = -191.3 MicroJy,max = 217.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 72.30 MicroJy IMAGR3: 19988 Residual map points loaded IMAGR3: Field 7 min Clean flux = -94.720 MicroJy iter= 5326 IMAGR3: Field 7 Clean flux density= 33.873 MilliJy 5326 comps IMAGR3: Total Cleaned flux density = 486.489 MilliJy 40254 comps IMAGR3: ALGSTB: All 240 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 229- 0 Cells, with 264414 Pts IMAGR3: Peak residual in window 94.823 less than limit 94.824 MicroJy IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 8964 to 3648 components IMAGR3: Field 2 compressed from 6441 to 3100 components IMAGR3: Field 3 compressed from 5539 to 2630 components IMAGR3: Field 4 compressed from 3876 to 2085 components IMAGR3: Field 5 compressed from 4269 to 2253 components IMAGR3: Field 6 compressed from 5839 to 2656 components IMAGR3: Field 7 compressed from 5326 to 2667 components IMAGR3: Field 1 min = -178.6 MicroJy,max = 173.6 MicroJy IMAGR3: Field 2 min = -172.3 MicroJy,max = 276.7 MicroJy IMAGR3: Field 3 min = -182.4 MicroJy,max = 198.0 MicroJy IMAGR3: Field 4 min = -192.5 MicroJy,max = 187.4 MicroJy IMAGR3: Field 5 min = -160.2 MicroJy,max = 167.2 MicroJy IMAGR3: Field 6 min = -291.8 MicroJy,max = 262.6 MicroJy IMAGR3: Field 7 min = -191.2 MicroJy,max = 218.2 MicroJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore 3.815 MilliJy ( 473 CCs) from field 1 to field 2 IMAGR3: Restore 184.084 MilliJy ( 947 CCs) from field 1 to field 3 IMAGR3: Restore 12.976 MilliJy ( 356 CCs) from field 1 to field 4 IMAGR3: Restore 4.171 MilliJy ( 698 CCs) from field 1 to field 5 IMAGR3: Restore 13.203 MilliJy ( 357 CCs) from field 1 to field 6 IMAGR3: Restore 20.091 MilliJy ( 396 CCs) from field 1 to field 7 IMAGR3: Restore 6.554 MilliJy ( 581 CCs) from field 2 to field 1 IMAGR3: Restore 20.724 MilliJy ( 850 CCs) from field 2 to field 3 IMAGR3: Restore 3.099 MilliJy ( 351 CCs) from field 2 to field 4 IMAGR3: Restore 9.839 MilliJy ( 742 CCs) from field 3 to field 1 IMAGR3: Restore 6.274 MilliJy ( 729 CCs) from field 3 to field 2 IMAGR3: Restore 10.661 MilliJy ( 380 CCs) from field 3 to field 5 IMAGR3: Restore 3.221 MilliJy ( 257 CCs) from field 4 to field 1 IMAGR3: Restore 4.341 MilliJy ( 304 CCs) from field 4 to field 2 IMAGR3: Restore 1.131 MilliJy ( 275 CCs) from field 4 to field 6 IMAGR3: Restore 1.417 MilliJy ( 398 CCs) from field 5 to field 1 IMAGR3: Restore 9.625 MilliJy ( 378 CCs) from field 5 to field 3 IMAGR3: Restore 1.452 MilliJy ( 476 CCs) from field 5 to field 7 IMAGR3: Restore 2.062 MilliJy ( 255 CCs) from field 6 to field 1 IMAGR3: Restore 554.440 MicroJy ( 245 CCs) from field 6 to field 4 IMAGR3: Restore 6.372 MilliJy ( 271 CCs) from field 6 to field 7 IMAGR3: Restore 13.137 MilliJy ( 383 CCs) from field 7 to field 1 IMAGR3: Restore 17.815 MilliJy ( 594 CCs) from field 7 to field 5 IMAGR3: Restore-205.659 MicroJy ( 317 CCs) from field 7 to field 6 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 273.892 MilliJy IMAGR3: Field 2 final Clean flux 40.147 MilliJy IMAGR3: Field 3 final Clean flux 272.729 MilliJy IMAGR3: Field 4 final Clean flux 35.355 MilliJy IMAGR3: Field 5 final Clean flux 48.389 MilliJy IMAGR3: Field 6 final Clean flux 110.599 MilliJy IMAGR3: Field 7 final Clean flux 61.789 MilliJy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 15 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: imager-b 31DEC06 TST: Cpu= 254.5 Real= 256 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07979 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1227+365_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1227+365' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 12 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 14 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.0158 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@RX1314-25_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@RX1314-25_L,BAND.0-1 >> /home/imager-b2/vlbacald/ AIPS 3: run/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =RX1314-25' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@RX1314-25_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 16 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 17 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 18 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 19 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 20 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 21 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 22 disk= 1 AIPS 3: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 3: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 3: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 3: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 3: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 3: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 3: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07962 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1248-199_L,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found 1248-199 L BAND Seq 1 Disk: 1 in slot 8 SETFC3: SETCEL: recommends IMSIZE 538 CELLSIZE 2.65393 SETFC3: SETCEL: returns IMSIZE 512 CELLSIZE 2.90352 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@1248-199_L,BAND.0-1 SETFC3: FLYEYE added 7 fields to BOXFILE to 0.329 deg SETFC3: Searching catalog between 0.33 and 0.77 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: No NVSS sources selected for BOXFILE SETFC3: The Sun is 141.0 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 7 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: imager-b 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 500 500 12 48 23.90 -19 59 18.7 00001 -1 251 256 257 C 2 500 500 12 48 23.90 -20 19 03.0 00002 -1 251 256 257 C 3 500 500 12 47 11.07 -20 09 09.9 00003 -1 251 256 257 C 4 500 500 12 49 36.74 -20 09 09.9 00004 -1 251 256 257 C 5 500 500 12 47 11.22 -19 49 25.6 00005 -1 251 256 257 C 6 500 500 12 49 36.59 -19 49 25.6 00006 -1 251 256 257 C 7 500 500 12 48 23.90 -19 39 34.3 00007 -1 251 256 257 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07979 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1227+365_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1227+365' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 12 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 14 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.0158 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@RX1314-25_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@RX1314-25_L,BAND.0-1 >> /home/imager-b2/vlbacald/ AIPS 3: run/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =RX1314-25' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@RX1314-25_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 16 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 17 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 18 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 19 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 20 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 21 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 22 disk= 1 AIPS 3: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 3: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 3: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 3: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 3: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 3: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 3: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07962 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1248-199_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1248-199_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :3 =1248-199' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1248-199_L,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 500 500 -4.7928E-02 -3.8000E-02 0 IMAGR3: Field 2 500 500 -4.7928E-02 -1.1843E+03 0 IMAGR3: Field 3 500 500 -1.0267E+03 -5.9124E+02 0 IMAGR3: Field 4 500 500 1.0267E+03 -5.9124E+02 0 IMAGR3: Field 5 500 500 -1.0246E+03 5.9306E+02 0 IMAGR3: Field 6 500 500 1.0246E+03 5.9306E+02 0 IMAGR3: Field 7 500 500 -4.7928E-02 1.1844E+03 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1248-199_L,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR3: Create 1248-199 .IMAGR . 1 (UV) on disk 1 cno 22 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 10418 visibilities to be imaged IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 2.261E+04 IMAGR3: UVWAIT: Adding temperance S 4.523E+03 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 4.268E+07 and out 6.054E+07 IMAGR3: UVWAIT: Noise is increased by a factor 1.115 due to weighting IMAGR3: UVWAIT: Average summed weight 2.261E+04 over 20615 vis IMAGR3: Create 1248-199 .IBM001. 1 (MA) on disk 1 cno 23 IMAGR3: Create 1248-199 .IBM002. 1 (MA) on disk 1 cno 24 IMAGR3: Create 1248-199 .IBM003. 1 (MA) on disk 1 cno 25 IMAGR3: Create 1248-199 .IBM004. 1 (MA) on disk 1 cno 26 IMAGR3: Create 1248-199 .IBM005. 1 (MA) on disk 1 cno 27 IMAGR3: Create 1248-199 .IBM006. 1 (MA) on disk 1 cno 28 IMAGR3: Create 1248-199 .IBM007. 1 (MA) on disk 1 cno 29 IMAGR3: Create 1248-199 .ICL001. 1 (MA) on disk 1 cno 30 IMAGR3: Create 1248-199 .ICL002. 1 (MA) on disk 1 cno 31 IMAGR3: Create 1248-199 .ICL003. 1 (MA) on disk 1 cno 32 IMAGR3: Create 1248-199 .ICL004. 1 (MA) on disk 1 cno 33 IMAGR3: Create 1248-199 .ICL005. 1 (MA) on disk 1 cno 34 IMAGR3: Create 1248-199 .ICL006. 1 (MA) on disk 1 cno 35 IMAGR3: Create 1248-199 .ICL007. 1 (MA) on disk 1 cno 36 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 1.464900E+09 to 1.364900E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 6.42705E+08 IMAGR3: Field 1 Beam min = -97.7 MilliJy, max = 1.0 Jy IMAGR3: Field 1 fit FWHM = 13.918 x 8.987 arcsec, PA= 72.2 IMAGR3: Field 2 Sum of gridding weights = 6.42704E+08 IMAGR3: Field 2 Beam min = -97.7 MilliJy, max = 1.0 Jy IMAGR3: Field 2 fit FWHM = 13.821 x 9.143 arcsec, PA= 73.0 IMAGR3: Field 3 Sum of gridding weights = 6.42705E+08 IMAGR3: Field 3 Beam min = -81.2 MilliJy, max = 1.0 Jy IMAGR3: Field 3 fit FWHM = 13.943 x 9.118 arcsec, PA= 70.8 IMAGR3: Field 4 Sum of gridding weights = 6.42704E+08 IMAGR3: Field 4 Beam min = -82.0 MilliJy, max = 1.0 Jy IMAGR3: Field 4 fit FWHM = 13.872 x 9.156 arcsec, PA= 71.9 IMAGR3: Field 5 Sum of gridding weights = 6.42702E+08 IMAGR3: Field 5 Beam min = -80.6 MilliJy, max = 1.0 Jy IMAGR3: Field 5 fit FWHM = 13.945 x 8.938 arcsec, PA= 71.8 IMAGR3: Field 6 Sum of gridding weights = 6.42701E+08 IMAGR3: Field 6 Beam min = -81.5 MilliJy, max = 1.0 Jy IMAGR3: Field 6 fit FWHM = 13.879 x 8.972 arcsec, PA= 72.8 IMAGR3: Field 7 Sum of gridding weights = 6.42703E+08 IMAGR3: Field 7 Beam min = -97.7 MilliJy, max = 1.0 Jy IMAGR3: Field 7 fit FWHM = 13.905 x 8.924 arcsec, PA= 72.5 IMAGR3: CLBHIS: minimum component 0.255 of current peak IMAGR3: Field 1 min = -424.8 MilliJy,max = 5.2 Jy IMAGR3: Field 2 min = -241.9 MilliJy,max = 390.4 MilliJy IMAGR3: Field 3 min = -303.7 MilliJy,max = 421.9 MilliJy IMAGR3: Field 4 min = -242.5 MilliJy,max = 421.2 MilliJy IMAGR3: Field 5 min = -288.1 MilliJy,max = 410.8 MilliJy IMAGR3: Field 6 min = -252.5 MilliJy,max = 425.6 MilliJy IMAGR3: Field 7 min = -242.0 MilliJy,max = 383.3 MilliJy IMAGR3: BGC Clean: using 1019 cell beam + residuals > 273.24 MilliJy IMAGR3: 517 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.327 Jy iter= 14 IMAGR3: Field 1 Clean flux density= 4.026 Jy 14 comps IMAGR3: Total Cleaned flux density = 4.026 Jy 14 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: VISDFT: Model components of type Point IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -97.3 MilliJy,max = 1.2 Jy IMAGR3: BGC Clean: using 103 cell beam + residuals > 154.74 MilliJy IMAGR3: 54 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 303.572 MilliJy iter= 28 IMAGR3: Field 1 Clean flux density= 4.947 Jy 28 comps IMAGR3: Total Cleaned flux density = 4.947 Jy 28 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -14.7 MilliJy,max = 26.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.575E-02 < Second best 4.033E-01 IMAGR3: Field 3 min = -18.5 MilliJy,max = 24.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.256E-02 < Second best 4.026E-01 IMAGR3: Field 4 min = -15.1 MilliJy,max = 22.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.123E-02 < Second best 3.927E-01 IMAGR3: Field 5 min = -19.2 MilliJy,max = 25.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.272E-02 < Second best 3.667E-01 IMAGR3: Field 7 min = -14.9 MilliJy,max = 24.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.303E-02 < Second best 3.590E-01 IMAGR3: Field 2 min = -15.2 MilliJy,max = 25.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.156E-02 < Second best 2.885E-01 IMAGR3: Field 1 min = -22.7 MilliJy,max = 273.2 MilliJy IMAGR3: BGC Clean: using 1019 cell beam + residuals > 15.89 MilliJy IMAGR3: 536 Residual map points loaded IMAGR3: Field 1 min allowed flux = 64.130 MilliJy iter= 44 IMAGR3: Field 1 Clean flux density= 5.175 Jy 44 comps IMAGR3: Total Cleaned flux density = 5.175 Jy 44 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -7.6 MilliJy,max = 58.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 9.18 MilliJy IMAGR3: 139 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 16.043 MilliJy iter= 73 IMAGR3: Field 1 Clean flux density= 5.267 Jy 73 comps IMAGR3: Total Cleaned flux density = 5.267 Jy 73 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -7.7 MilliJy,max = 15.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.474E-02 < Second best 2.303E-02 IMAGR3: Field 7 min = -7.2 MilliJy,max = 12.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.919E-03 < Second best 2.272E-02 IMAGR3: Field 5 min = -7.3 MilliJy,max = 12.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.216E-02 < Second best 2.256E-02 IMAGR3: Field 3 min = -6.9 MilliJy,max = 8.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.411E-03 < Second best 2.156E-02 IMAGR3: Field 2 min = -7.5 MilliJy,max = 7.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.650E-03 < Second best 2.123E-02 IMAGR3: Field 4 min = -8.6 MilliJy,max = 8.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 8.010E-03 < Second best 1.526E-02 IMAGR3: Field 1 min = -7.4 MilliJy,max = 15.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.75 MilliJy IMAGR3: 3588 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 6.717 MilliJy iter= 143 IMAGR3: Field 1 Clean flux density= 5.310 Jy 143 comps IMAGR3: Total Cleaned flux density = 5.310 Jy 143 comps IMAGR3: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -8.1 MilliJy,max = 8.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.783E-03 < Second best 1.216E-02 IMAGR3: Field 5 min = -7.2 MilliJy,max = 7.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.911E-03 < Second best 9.919E-03 IMAGR3: Field 7 min = -7.2 MilliJy,max = 10.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.69 MilliJy IMAGR3: 2586 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -5.360 MilliJy iter= 76 IMAGR3: Field 7 Clean flux density= 22.034 MilliJy 76 comps IMAGR3: Total Cleaned flux density = 5.332 Jy 219 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -7.9 MilliJy,max = 7.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.343E-03 < Second best 7.783E-03 IMAGR3: Field 6 min = -7.9 MilliJy,max = 7.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.66 MilliJy IMAGR3: 1948 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -5.016 MilliJy iter= 94 IMAGR3: Field 6 Clean flux density= 7.128 MilliJy 94 comps IMAGR3: Total Cleaned flux density = 5.340 Jy 313 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -6.7 MilliJy,max = 7.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.374E-03 < Second best 7.343E-03 IMAGR3: Field 4 min = -7.6 MilliJy,max = 6.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.295E-03 < Second best 6.911E-03 IMAGR3: Field 5 min = -6.2 MilliJy,max = 7.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.59 MilliJy IMAGR3: 2231 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 4.878 MilliJy iter= 130 IMAGR3: Field 5 Clean flux density= 21.281 MilliJy 130 comps IMAGR3: Total Cleaned flux density = 5.361 Jy 443 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -6.8 MilliJy,max = 6.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.994E-03 < Second best 6.406E-03 IMAGR3: Field 1 min = -6.5 MilliJy,max = 6.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.46 MilliJy IMAGR3: 2886 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -4.737 MilliJy iter= 332 IMAGR3: Field 1 Clean flux density= 5.316 Jy 332 comps IMAGR3: Total Cleaned flux density = 5.366 Jy 632 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -6.3 MilliJy,max = 6.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.42 MilliJy IMAGR3: 1881 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 4.260 MilliJy iter= 163 IMAGR3: Field 3 Clean flux density= 29.822 MilliJy 163 comps IMAGR3: Total Cleaned flux density = 5.396 Jy 795 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -6.9 MilliJy,max = 5.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.623E-03 < Second best 5.994E-03 IMAGR3: Field 2 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.36 MilliJy IMAGR3: 1663 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -4.113 MilliJy iter= 188 IMAGR3: Field 2 Clean flux density= 35.549 MilliJy 188 comps IMAGR3: Total Cleaned flux density = 5.432 Jy 983 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -6.4 MilliJy,max = 5.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.35 MilliJy IMAGR3: 1108 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 3.923 MilliJy iter= 170 IMAGR3: Field 4 Clean flux density= -8.207 MilliJy 170 comps IMAGR3: Total Cleaned flux density = 5.423 Jy 1153 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -5.7 MilliJy,max = 5.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.24 MilliJy IMAGR3: 1191 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 3.739 MilliJy iter= 265 IMAGR3: Field 7 Clean flux density= 18.551 MilliJy 265 comps IMAGR3: Total Cleaned flux density = 5.420 Jy 1342 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -5.0 MilliJy,max = 6.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.174E-03 < Second best 4.674E-03 IMAGR3: Field 5 min = -5.2 MilliJy,max = 5.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.317E-03 < Second best 4.538E-03 IMAGR3: Field 1 min = -5.2 MilliJy,max = 5.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.93 MilliJy IMAGR3: 2112 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 3.465 MilliJy iter= 583 IMAGR3: Field 1 Clean flux density= 5.329 Jy 583 comps IMAGR3: Total Cleaned flux density = 5.434 Jy 1593 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -4.9 MilliJy,max = 5.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR3: 1436 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -3.335 MilliJy iter= 367 IMAGR3: Field 5 Clean flux density= 27.213 MilliJy 367 comps IMAGR3: Total Cleaned flux density = 5.440 Jy 1830 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -4.8 MilliJy,max = 5.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.879E-03 < Second best 4.081E-03 IMAGR3: Field 3 min = -4.5 MilliJy,max = 4.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.659E-03 < Second best 3.941E-03 IMAGR3: Field 2 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.556E-03 < Second best 3.879E-03 IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR3: 1878 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -3.121 MilliJy iter= 384 IMAGR3: Field 6 Clean flux density= 108.579 MicroJy 384 comps IMAGR3: Total Cleaned flux density = 5.433 Jy 2120 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -5.1 MilliJy,max = 3.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR3: 1403 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 2.953 MilliJy iter= 429 IMAGR3: Field 4 Clean flux density= -14.882 MilliJy 429 comps IMAGR3: Total Cleaned flux density = 5.426 Jy 2379 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -4.4 MilliJy,max = 4.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.62 MilliJy IMAGR3: 1536 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.923 MilliJy iter= 444 IMAGR3: Field 3 Clean flux density= 46.942 MilliJy 444 comps IMAGR3: Total Cleaned flux density = 5.443 Jy 2660 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -4.8 MilliJy,max = 4.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.345E-03 < Second best 3.556E-03 IMAGR3: Field 2 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR3: 1239 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -2.738 MilliJy iter= 451 IMAGR3: Field 2 Clean flux density= 52.033 MilliJy 451 comps IMAGR3: Total Cleaned flux density = 5.459 Jy 2923 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -4.6 MilliJy,max = 4.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR3: 793 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 2.654 MilliJy iter= 456 IMAGR3: Field 7 Clean flux density= 22.510 MilliJy 456 comps IMAGR3: Total Cleaned flux density = 5.463 Jy 3114 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR3: 814 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.529 MilliJy iter= 763 IMAGR3: Field 1 Clean flux density= 5.330 Jy 763 comps IMAGR3: Total Cleaned flux density = 5.464 Jy 3294 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR3: 1222 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.485 MilliJy iter= 634 IMAGR3: Field 5 Clean flux density= 40.768 MilliJy 634 comps IMAGR3: Total Cleaned flux density = 5.477 Jy 3561 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.668E-03 < Second best 2.837E-03 IMAGR3: Field 4 min = -4.1 MilliJy,max = 3.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR3: 1445 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -2.342 MilliJy iter= 746 IMAGR3: Field 4 Clean flux density= -18.348 MilliJy 746 comps IMAGR3: Total Cleaned flux density = 5.474 Jy 3878 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR3: 1642 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.263 MilliJy iter= 788 IMAGR3: Field 3 Clean flux density= 57.819 MilliJy 788 comps IMAGR3: Total Cleaned flux density = 5.485 Jy 4222 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -3.6 MilliJy,max = 4.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR3: 1147 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 2.204 MilliJy iter= 670 IMAGR3: Field 6 Clean flux density= -10.605 MilliJy 670 comps IMAGR3: Total Cleaned flux density = 5.474 Jy 4508 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 2 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.415E-03 < Second best 2.548E-03 IMAGR3: Field 7 min = -3.9 MilliJy,max = 3.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR3: 1130 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: Field 7 min algorithm flux= -2.059 MilliJy iter= 727 IMAGR3: Field 7 Clean flux density= 29.435 MilliJy 727 comps IMAGR3: Total Cleaned flux density = 5.481 Jy 4779 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.257E-03 < Second best 2.415E-03 IMAGR3: Field 2 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR3: 1072 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -1.986 MilliJy iter= 723 IMAGR3: Field 2 Clean flux density= 59.327 MilliJy 723 comps IMAGR3: Total Cleaned flux density = 5.488 Jy 5051 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR3: 1708 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.957 MilliJy iter= 1011 IMAGR3: Field 5 Clean flux density= 48.360 MilliJy 1011 comps IMAGR3: Total Cleaned flux density = 5.496 Jy 5428 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -3.2 MilliJy,max = 2.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR3: 543 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.868 MilliJy iter= 930 IMAGR3: Field 1 Clean flux density= 5.331 Jy 930 comps IMAGR3: Total Cleaned flux density = 5.497 Jy 5595 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -3.5 MilliJy,max = 2.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR3: 1120 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.848 MilliJy iter= 1050 IMAGR3: Field 4 Clean flux density= -24.607 MilliJy 1050 comps IMAGR3: Total Cleaned flux density = 5.491 Jy 5899 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR3: 1244 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.781 MilliJy iter= 1110 IMAGR3: Field 3 Clean flux density= 58.066 MilliJy 1110 comps IMAGR3: Total Cleaned flux density = 5.491 Jy 6221 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR3: 1416 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.735 MilliJy iter= 1052 IMAGR3: Field 6 Clean flux density= -14.915 MilliJy 1052 comps IMAGR3: Total Cleaned flux density = 5.486 Jy 6603 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -3.2 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR3: 664 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.639 MilliJy iter= 939 IMAGR3: Field 7 Clean flux density= 34.013 MilliJy 939 comps IMAGR3: Total Cleaned flux density = 5.491 Jy 6815 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.783E-03 < Second best 1.881E-03 IMAGR3: Field 5 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR3: 1969 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.598 MilliJy iter= 1471 IMAGR3: Field 5 Clean flux density= 51.508 MilliJy 1471 comps IMAGR3: Total Cleaned flux density = 5.494 Jy 7275 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -2.8 MilliJy,max = 2.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.697E-03 < Second best 1.783E-03 IMAGR3: Field 2 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR3: 964 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.521 MilliJy iter= 1019 IMAGR3: Field 2 Clean flux density= 62.531 MilliJy 1019 comps IMAGR3: Total Cleaned flux density = 5.497 Jy 7571 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -3.1 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR3: 1574 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.499 MilliJy iter= 1468 IMAGR3: Field 4 Clean flux density= -30.830 MilliJy 1468 comps IMAGR3: Total Cleaned flux density = 5.491 Jy 7989 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR3: 1468 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.448 MilliJy iter= 1512 IMAGR3: Field 3 Clean flux density= 59.411 MilliJy 1512 comps IMAGR3: Total Cleaned flux density = 5.492 Jy 8391 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.562E-03 < Second best 1.668E-03 IMAGR3: Field 6 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR3: 1652 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.398 MilliJy iter= 1505 IMAGR3: Field 6 Clean flux density= -18.944 MilliJy 1505 comps IMAGR3: Total Cleaned flux density = 5.488 Jy 8844 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR3: 727 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 1.329 MilliJy iter= 1179 IMAGR3: Field 7 Clean flux density= 37.275 MilliJy 1179 comps IMAGR3: Total Cleaned flux density = 5.492 Jy 9084 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR3: 452 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.313 MilliJy iter= 1097 IMAGR3: Field 1 Clean flux density= 5.332 Jy 1097 comps IMAGR3: Total Cleaned flux density = 5.493 Jy 9251 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR3: 1661 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.306 MilliJy iter= 1934 IMAGR3: Field 5 Clean flux density= 47.275 MilliJy 1934 comps IMAGR3: Total Cleaned flux density = 5.489 Jy 9714 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR3: 515 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.236 MilliJy iter= 1221 IMAGR3: Field 2 Clean flux density= 63.578 MilliJy 1221 comps IMAGR3: Total Cleaned flux density = 5.490 Jy 9916 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR3: 1699 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.234 MilliJy iter= 1963 IMAGR3: Field 4 Clean flux density= -35.394 MilliJy 1963 comps IMAGR3: Total Cleaned flux density = 5.485 Jy 10411 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR3: 1587 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.190 MilliJy iter= 1959 IMAGR3: Field 3 Clean flux density= 58.252 MilliJy 1959 comps IMAGR3: Total Cleaned flux density = 5.484 Jy 10858 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR3: 1614 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.159 MilliJy iter= 1987 IMAGR3: Field 6 Clean flux density= -22.660 MilliJy 1987 comps IMAGR3: Total Cleaned flux density = 5.480 Jy 11340 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR3: 563 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.106 MilliJy iter= 1386 IMAGR3: Field 7 Clean flux density= 37.628 MilliJy 1386 comps IMAGR3: Total Cleaned flux density = 5.481 Jy 11547 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -2.3 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR3: 439 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.082 MilliJy iter= 1268 IMAGR3: Field 1 Clean flux density= 5.337 Jy 1268 comps IMAGR3: Total Cleaned flux density = 5.485 Jy 11718 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR3: 2040 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.084 MilliJy iter= 2512 IMAGR3: Field 5 Clean flux density= 40.829 MilliJy 2512 comps IMAGR3: Total Cleaned flux density = 5.479 Jy 12296 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR3: 517 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -1.033 MilliJy iter= 1452 IMAGR3: Field 2 Clean flux density= 64.135 MilliJy 1452 comps IMAGR3: Total Cleaned flux density = 5.480 Jy 12527 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -2.3 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 983.74 MicroJy IMAGR3: 1926 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.030 MilliJy iter= 2537 IMAGR3: Field 4 Clean flux density= -39.276 MilliJy 2537 comps IMAGR3: Total Cleaned flux density = 5.476 Jy 13101 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 956.35 MicroJy IMAGR3: 1653 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 995.229 MicroJy iter= 2460 IMAGR3: Field 3 Clean flux density= 60.457 MilliJy 2460 comps IMAGR3: Total Cleaned flux density = 5.478 Jy 13602 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 930.89 MicroJy IMAGR3: 1695 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 968.562 MicroJy iter= 2510 IMAGR3: Field 6 Clean flux density= -29.902 MilliJy 2510 comps IMAGR3: Total Cleaned flux density = 5.471 Jy 14125 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 915.31 MicroJy IMAGR3: 585 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 931.944 MicroJy iter= 1617 IMAGR3: Field 7 Clean flux density= 38.075 MilliJy 1617 comps IMAGR3: Total Cleaned flux density = 5.471 Jy 14356 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 891.21 MicroJy IMAGR3: 1934 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -928.568 MicroJy iter= 3091 IMAGR3: Field 5 Clean flux density= 38.708 MilliJy 3091 comps IMAGR3: Total Cleaned flux density = 5.469 Jy 14935 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -2.0 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 873.95 MicroJy IMAGR3: 378 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 884.695 MicroJy iter= 1439 IMAGR3: Field 1 Clean flux density= 5.340 Jy 1439 comps IMAGR3: Total Cleaned flux density = 5.472 Jy 15106 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 858.04 MicroJy IMAGR3: 591 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 873.605 MicroJy iter= 1698 IMAGR3: Field 2 Clean flux density= 64.868 MilliJy 1698 comps IMAGR3: Total Cleaned flux density = 5.473 Jy 15352 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 834.01 MicroJy IMAGR3: 2051 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 870.159 MicroJy iter= 3167 IMAGR3: Field 4 Clean flux density= -42.571 MilliJy 3167 comps IMAGR3: Total Cleaned flux density = 5.469 Jy 15982 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 813.59 MicroJy IMAGR3: 2013 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -847.419 MicroJy iter= 3088 IMAGR3: Field 3 Clean flux density= 63.833 MilliJy 3088 comps IMAGR3: Total Cleaned flux density = 5.473 Jy 16610 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 793.83 MicroJy IMAGR3: 1954 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -824.867 MicroJy iter= 3119 IMAGR3: Field 6 Clean flux density= -34.283 MilliJy 3119 comps IMAGR3: Total Cleaned flux density = 5.468 Jy 17219 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 781.19 MicroJy IMAGR3: 666 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -794.720 MicroJy iter= 1874 IMAGR3: Field 7 Clean flux density= 39.100 MilliJy 1874 comps IMAGR3: Total Cleaned flux density = 5.469 Jy 17476 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 760.20 MicroJy IMAGR3: 2320 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -793.958 MicroJy iter= 3827 IMAGR3: Field 5 Clean flux density= 32.353 MilliJy 3827 comps IMAGR3: Total Cleaned flux density = 5.463 Jy 18212 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -1.7 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 750.27 MicroJy IMAGR3: 315 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 757.550 MicroJy iter= 1585 IMAGR3: Field 1 Clean flux density= 5.341 Jy 1585 comps IMAGR3: Total Cleaned flux density = 5.464 Jy 18358 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 739.08 MicroJy IMAGR3: 666 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -751.754 MicroJy iter= 1975 IMAGR3: Field 2 Clean flux density= 63.238 MilliJy 1975 comps IMAGR3: Total Cleaned flux density = 5.462 Jy 18635 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 720.32 MicroJy IMAGR3: 2151 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 748.979 MicroJy iter= 3859 IMAGR3: Field 4 Clean flux density= -44.933 MilliJy 3859 comps IMAGR3: Total Cleaned flux density = 5.460 Jy 19327 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 701.83 MicroJy IMAGR3: 1907 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 726.879 MicroJy iter= 3728 IMAGR3: Field 3 Clean flux density= 65.931 MilliJy 3728 comps IMAGR3: Total Cleaned flux density = 5.462 Jy 19967 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 685.73 MicroJy IMAGR3: 2128 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -711.512 MicroJy iter= 3821 IMAGR3: Field 6 Clean flux density= -37.844 MilliJy 3821 comps IMAGR3: Total Cleaned flux density = 5.458 Jy 20669 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 670.97 MicroJy IMAGR3: 2460 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -697.811 MicroJy iter= 4601 IMAGR3: Field 5 Clean flux density= 27.632 MilliJy 4601 comps IMAGR3: Total Cleaned flux density = 5.454 Jy 21443 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 659.13 MicroJy IMAGR3: 711 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -669.688 MicroJy iter= 2160 IMAGR3: Field 7 Clean flux density= 37.540 MilliJy 2160 comps IMAGR3: Total Cleaned flux density = 5.452 Jy 21729 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 652.07 MicroJy IMAGR3: 263 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -656.946 MicroJy iter= 1708 IMAGR3: Field 1 Clean flux density= 5.341 Jy 1708 comps IMAGR3: Total Cleaned flux density = 5.453 Jy 21852 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 643.07 MicroJy IMAGR3: 782 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 654.306 MicroJy iter= 2300 IMAGR3: Field 2 Clean flux density= 63.445 MilliJy 2300 comps IMAGR3: Total Cleaned flux density = 5.453 Jy 22177 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 627.07 MicroJy IMAGR3: 2287 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -649.820 MicroJy iter= 4617 IMAGR3: Field 4 Clean flux density= -47.555 MilliJy 4617 comps IMAGR3: Total Cleaned flux density = 5.450 Jy 22935 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 613.59 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: 2257 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 636.156 MicroJy iter= 4513 IMAGR3: Field 3 Clean flux density= 68.058 MilliJy 4513 comps IMAGR3: Total Cleaned flux density = 5.453 Jy 23720 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 600.14 MicroJy IMAGR3: 2190 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -620.324 MicroJy iter= 4553 IMAGR3: Field 6 Clean flux density= -41.505 MilliJy 4553 comps IMAGR3: Total Cleaned flux density = 5.449 Jy 24452 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 585.71 MicroJy IMAGR3: 2780 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -609.168 MicroJy iter= 5510 IMAGR3: Field 5 Clean flux density= 24.958 MilliJy 5510 comps IMAGR3: Total Cleaned flux density = 5.446 Jy 25361 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 578.93 MicroJy IMAGR3: 729 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 586.920 MicroJy iter= 2463 IMAGR3: Field 7 Clean flux density= 37.409 MilliJy 2463 comps IMAGR3: Total Cleaned flux density = 5.446 Jy 25664 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -1.2 MilliJy,max = 956.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 574.29 MicroJy IMAGR3: 301 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -578.815 MicroJy iter= 1849 IMAGR3: Field 1 Clean flux density= 5.342 Jy 1849 comps IMAGR3: Total Cleaned flux density = 5.447 Jy 25805 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 566.60 MicroJy IMAGR3: 888 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -576.316 MicroJy iter= 2674 IMAGR3: Field 2 Clean flux density= 61.442 MilliJy 2674 comps IMAGR3: Total Cleaned flux density = 5.445 Jy 26179 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 554.19 MicroJy IMAGR3: 2484 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -573.829 MicroJy iter= 5474 IMAGR3: Field 4 Clean flux density= -49.595 MilliJy 5474 comps IMAGR3: Total Cleaned flux density = 5.443 Jy 27036 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 542.45 MicroJy IMAGR3: 2254 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -559.776 MicroJy iter= 5300 IMAGR3: Field 3 Clean flux density= 65.882 MilliJy 5300 comps IMAGR3: Total Cleaned flux density = 5.441 Jy 27823 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 531.58 MicroJy IMAGR3: 2270 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -548.277 MicroJy iter= 5345 IMAGR3: Field 6 Clean flux density= -41.388 MilliJy 5345 comps IMAGR3: Total Cleaned flux density = 5.441 Jy 28615 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 519.80 MicroJy IMAGR3: 2951 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -539.759 MicroJy iter= 6512 IMAGR3: Field 5 Clean flux density= 22.937 MilliJy 6512 comps IMAGR3: Total Cleaned flux density = 5.439 Jy 29617 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 514.44 MicroJy IMAGR3: 754 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 521.176 MicroJy iter= 2789 IMAGR3: Field 7 Clean flux density= 38.438 MilliJy 2789 comps IMAGR3: Total Cleaned flux density = 5.440 Jy 29943 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -1.1 MilliJy,max = 784.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 510.54 MicroJy IMAGR3: 308 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 513.871 MicroJy iter= 1991 IMAGR3: Field 1 Clean flux density= 5.342 Jy 1991 comps IMAGR3: Total Cleaned flux density = 5.440 Jy 30085 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 2 min = -1.0 MilliJy,max = 980.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 504.68 MicroJy IMAGR3: 1005 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -513.095 MicroJy iter= 3086 IMAGR3: Field 2 Clean flux density= 61.272 MilliJy 3086 comps IMAGR3: Total Cleaned flux density = 5.440 Jy 30497 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 494.41 MicroJy IMAGR3: 2676 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 510.994 MicroJy iter= 6398 IMAGR3: Field 4 Clean flux density= -50.814 MilliJy 6398 comps IMAGR3: Total Cleaned flux density = 5.439 Jy 31421 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 485.20 MicroJy IMAGR3: 2394 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 499.538 MicroJy iter= 6138 IMAGR3: Field 3 Clean flux density= 65.306 MilliJy 6138 comps IMAGR3: Total Cleaned flux density = 5.438 Jy 32259 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 476.49 MicroJy IMAGR3: 2373 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -490.500 MicroJy iter= 6193 IMAGR3: Field 6 Clean flux density= -43.447 MilliJy 6193 comps IMAGR3: Total Cleaned flux density = 5.436 Jy 33107 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 466.74 MicroJy IMAGR3: 3095 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 483.260 MicroJy iter= 7573 IMAGR3: Field 5 Clean flux density= 20.510 MilliJy 7573 comps IMAGR3: Total Cleaned flux density = 5.434 Jy 34168 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 7 min = -1.1 MilliJy,max = 909.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 462.59 MicroJy IMAGR3: 862 Residual map points loaded IMAGR3: Field 7 min Clean flux = 477.720 MicroJy iter= 3070 IMAGR3: Field 7 Clean flux density= 40.088 MilliJy 3070 comps IMAGR3: Total Cleaned flux density = 5.435 Jy 34449 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 1 min = -957.3 MicroJy,max = 681.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 457.37 MicroJy IMAGR3: 363 Residual map points loaded IMAGR3: Field 1 min Clean flux = -477.560 MicroJy iter= 2078 IMAGR3: Field 1 Clean flux density= 5.343 Jy 2078 comps IMAGR3: Total Cleaned flux density = 5.436 Jy 34536 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -948.1 MicroJy,max = 896.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 450.69 MicroJy IMAGR3: 1351 Residual map points loaded IMAGR3: Field 2 min Clean flux = 477.705 MicroJy iter= 3405 IMAGR3: Field 2 Clean flux density= 61.206 MilliJy 3405 comps IMAGR3: Total Cleaned flux density = 5.436 Jy 34855 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 436.71 MicroJy IMAGR3: 3617 Residual map points loaded IMAGR3: Field 4 min Clean flux = 477.710 MicroJy iter= 7062 IMAGR3: Field 4 Clean flux density= -50.204 MilliJy 7062 comps IMAGR3: Total Cleaned flux density = 5.436 Jy 35519 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 3 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 410.82 MicroJy IMAGR3: 4165 Residual map points loaded IMAGR3: Field 3 min Clean flux = -477.522 MicroJy iter= 6468 IMAGR3: Field 3 Clean flux density= 65.573 MilliJy 6468 comps IMAGR3: Total Cleaned flux density = 5.437 Jy 35849 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 6 min = -1.1 MilliJy,max = 980.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 377.22 MicroJy IMAGR3: 7098 Residual map points loaded IMAGR3: Field 6 min Clean flux = -477.729 MicroJy iter= 6434 IMAGR3: Field 6 Clean flux density= -43.687 MilliJy 6434 comps IMAGR3: Total Cleaned flux density = 5.436 Jy 36090 comps IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 309.83 MicroJy IMAGR3: 19997 Residual map points loaded IMAGR3: Field 5 min Clean flux = 477.672 MicroJy iter= 7775 IMAGR3: Field 5 Clean flux density= 20.316 MilliJy 7775 comps IMAGR3: Total Cleaned flux density = 5.436 Jy 36292 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: ALGSTB: All 250 Rows In AP (Max 523) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 239- 0 Cells, with 10418 Pts IMAGR3: Peak residual in window 477.729 less than limit 477.748 MicroJy IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 2078 to 1052 components IMAGR3: Field 2 compressed from 3405 to 1512 components IMAGR3: Field 3 compressed from 6468 to 2526 components IMAGR3: Field 4 compressed from 7062 to 2638 components IMAGR3: Field 5 compressed from 7775 to 2850 components IMAGR3: Field 6 compressed from 6434 to 2516 components IMAGR3: Field 7 compressed from 3070 to 1447 components IMAGR3: Field 1 min = -858.9 MicroJy,max = 689.7 MicroJy IMAGR3: Field 2 min = -892.0 MicroJy,max = 879.6 MicroJy IMAGR3: Field 3 min = -996.3 MicroJy,max = 978.5 MicroJy IMAGR3: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR3: Field 5 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR3: Field 6 min = -1.1 MilliJy,max = 972.1 MicroJy IMAGR3: Field 7 min = -1.1 MilliJy,max = 825.5 MicroJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore 4.622 MilliJy ( 127 CCs) from field 1 to field 2 IMAGR3: Restore 17.608 MilliJy ( 244 CCs) from field 1 to field 3 IMAGR3: Restore 5.416 MilliJy ( 246 CCs) from field 1 to field 4 IMAGR3: Restore 31.959 MilliJy ( 231 CCs) from field 1 to field 5 IMAGR3: Restore 20.586 MilliJy ( 214 CCs) from field 1 to field 6 IMAGR3: Restore 20.641 MilliJy ( 106 CCs) from field 1 to field 7 IMAGR3: Restore -2.489 MilliJy ( 95 CCs) from field 2 to field 1 IMAGR3: Restore 8.101 MilliJy ( 188 CCs) from field 2 to field 3 IMAGR3: Restore 14.394 MilliJy ( 258 CCs) from field 2 to field 4 IMAGR3: Restore 10.561 MilliJy ( 198 CCs) from field 3 to field 1 IMAGR3: Restore 8.188 MilliJy ( 178 CCs) from field 3 to field 2 IMAGR3: Restore 11.400 MilliJy ( 368 CCs) from field 3 to field 5 IMAGR3: Restore -4.443 MilliJy ( 215 CCs) from field 4 to field 1 IMAGR3: Restore 3.225 MilliJy ( 208 CCs) from field 4 to field 2 IMAGR3: Restore -11.681 MilliJy ( 352 CCs) from field 4 to field 6 IMAGR3: Restore 25.270 MilliJy ( 292 CCs) from field 5 to field 1 IMAGR3: Restore 999.056 MicroJy ( 321 CCs) from field 5 to field 3 IMAGR3: Restore 19.263 MilliJy ( 299 CCs) from field 5 to field 7 IMAGR3: Restore 13.825 MilliJy ( 216 CCs) from field 6 to field 1 IMAGR3: Restore -3.007 MilliJy ( 344 CCs) from field 6 to field 4 IMAGR3: Restore 4.673 MilliJy ( 210 CCs) from field 6 to field 7 IMAGR3: Restore -5.064 MilliJy ( 125 CCs) from field 7 to field 1 IMAGR3: Restore 931.557 MicroJy ( 259 CCs) from field 7 to field 5 IMAGR3: Restore -4.979 MilliJy ( 190 CCs) from field 7 to field 6 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 5.381 Jy IMAGR3: Field 2 final Clean flux 77.241 MilliJy IMAGR3: Field 3 final Clean flux 92.281 MilliJy IMAGR3: Field 4 final Clean flux -33.402 MilliJy IMAGR3: Field 5 final Clean flux 64.606 MilliJy IMAGR3: Field 6 final Clean flux -39.761 MilliJy IMAGR3: Field 7 final Clean flux 84.664 MilliJy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 22 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: imager-b 31DEC06 TST: Cpu= 44.1 Real= 45 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_L' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_L.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 5 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07979 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1227+365_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1227+365' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1227+365_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 12 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 14 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.0158 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@RX1314-25_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@RX1314-25_L,BAND.0-1 >> /home/imager-b2/vlbacald/ AIPS 3: run/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =RX1314-25' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@RX1314-25_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 16 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 17 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 18 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 19 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 20 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 21 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 22 disk= 1 AIPS 3: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 3: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 3: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 3: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 3: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 3: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 3: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.07962 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1248-199_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1248-199_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :3 =1248-199' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1248-199_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 23 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 24 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 25 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 26 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 27 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 28 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 29 disk= 1 AIPS 3: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 3: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 3: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 3: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 3: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 3: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 3: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.1368 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1331+305_L,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found 1331+305 L BAND Seq 1 Disk: 1 in slot 9 SETFC3: SETCEL: recommends IMSIZE 910 CELLSIZE 2.02646 SETFC3: SETCEL: returns IMSIZE 1024 CELLSIZE 2.02646 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@1331+305_L,BAND.0-1 SETFC3: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC3: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC3: Searching catalog between 0.00 and 0.77 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: Field RA Dec Flux Beam Sep SETFC3: 2 13:31:08.31 30:30:32.4 14.903 1.000 0.000 SETFC3: 3 13:30:53.83 30:37:58.1 0.064 0.826 0.134 SETFC3: 4 13:31:48.56 30:31:48.1 0.261 0.796 0.146 SETFC3: 5 13:31:48.96 30:24:26.8 0.131 0.709 0.178 SETFC3: Add NVSS: wrote 4 fields to BOXFILE SETFC3: The Sun is 136.4 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 5 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: imager-b 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 246 246 13 31 08.31 30 30 32.4 00002 -1 100 128 129 C 3 246 246 13 30 53.83 30 37 58.1 00003 -1 100 128 129 C 4 246 246 13 31 48.56 30 31 48.1 00004 -1 100 128 129 C 5 246 246 13 31 48.96 30 24 26.8 00005 -1 100 128 129 Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 24 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 25 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 26 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 27 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 28 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 29 disk= 1 AIPS 3: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 3: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 3: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 3: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 3: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 3: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 3: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.1368 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1331+305_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1331+305_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :4 =1331+305' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1331+305_L,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 1012 1012 3.4893E-02 4.1000E-02 0 IMAGR3: Field 2 246 246 2.9336E-01 -5.5900E-01 0 IMAGR3: Field 3 246 246 -1.8683E+02 4.4514E+02 0 IMAGR3: Field 4 246 246 5.2045E+02 7.5141E+01 0 IMAGR3: Field 5 246 246 5.2562E+02 -3.6616E+02 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1331+305_L,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 IMAGR3: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 29 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 3528 visibilities to be imaged IMAGR3: **** WARNING data included out of inner portion of UV plane **** IMAGR3: **** Watch for high-frequency & other poor cleaning effects **** IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 3.580E+04 IMAGR3: UVWAIT: Adding temperance S 7.159E+03 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 2.445E+07 and out 2.856E+07 IMAGR3: UVWAIT: Noise is increased by a factor 1.111 due to weighting IMAGR3: UVWAIT: Average summed weight 3.580E+04 over 6987 vis IMAGR3: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 30 IMAGR3: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 31 IMAGR3: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 32 IMAGR3: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 33 IMAGR3: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 34 IMAGR3: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 35 IMAGR3: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 36 IMAGR3: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 37 IMAGR3: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 38 IMAGR3: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 39 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 1.464900E+09 to 1.364900E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 3.03199E+08 IMAGR3: Field 1 Beam min = -182.6 MilliJy, max = 1.0 Jy IMAGR3: Field 1 fit FWHM = 14.335 x 5.457 arcsec, PA= 76.8 IMAGR3: Field 2 Sum of gridding weights = 3.03197E+08 IMAGR3: Field 2 Beam min = -114.7 MilliJy, max = 1.0 Jy IMAGR3: Field 2 fit FWHM = 14.335 x 5.457 arcsec, PA= 76.8 IMAGR3: Field 3 Sum of gridding weights = 3.03197E+08 IMAGR3: Field 3 Beam min = -120.4 MilliJy, max = 1.0 Jy IMAGR3: Field 3 fit FWHM = 14.336 x 5.457 arcsec, PA= 76.7 IMAGR3: Field 4 Sum of gridding weights = 3.03198E+08 IMAGR3: Field 4 Beam min = -104.2 MilliJy, max = 1.0 Jy IMAGR3: Field 4 fit FWHM = 14.326 x 5.456 arcsec, PA= 76.9 IMAGR3: Field 5 Sum of gridding weights = 3.03198E+08 IMAGR3: Field 5 Beam min = -100.1 MilliJy, max = 1.0 Jy IMAGR3: Field 5 fit FWHM = 14.328 x 5.456 arcsec, PA= 76.9 IMAGR3: CLBHIS: minimum component 0.500 of current peak IMAGR3: Field 1 min = -1.6 Jy,max = 15.3 Jy IMAGR3: Field 2 min = -1.6 Jy,max = 14.8 Jy IMAGR3: Field 3 min = -1.7 Jy,max = 3.6 Jy IMAGR3: Field 4 min = -1.5 Jy,max = 4.3 Jy IMAGR3: Field 5 min = -1.2 Jy,max = 3.9 Jy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 2.36 Jy IMAGR3: 1281 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 8.132 Jy iter= 7 IMAGR3: Field 1 Clean flux density= 7.983 Jy 7 comps IMAGR3: Total Cleaned flux density = 7.983 Jy 7 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: VISDFT: Model components of type Point IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -747.2 MilliJy,max = 7.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 6.772E+00 < Second best 7.734E+00 IMAGR3: Field 1 min = -782.2 MilliJy,max = 7.3 Jy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 1.25 Jy IMAGR3: 778 Residual map points loaded IMAGR3: Field 1 min allowed flux = 3.501 Jy iter= 15 IMAGR3: Field 1 Clean flux density= 12.151 Jy 15 comps IMAGR3: Total Cleaned flux density = 12.151 Jy 15 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -312.1 MilliJy,max = 3.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 2.954E+00 < Second best 3.963E+00 IMAGR3: Field 4 min = -306.8 MilliJy,max = 920.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 8.027E-01 < Second best 3.740E+00 IMAGR3: Field 5 min = -248.3 MilliJy,max = 805.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.563E-01 < Second best 3.419E+00 IMAGR3: Field 3 min = -359.4 MilliJy,max = 740.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.070E-01 < Second best 3.329E+00 IMAGR3: Field 1 min = -345.5 MilliJy,max = 3.2 Jy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 539.85 MilliJy IMAGR3: 821 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.507 Jy iter= 23 IMAGR3: Field 1 Clean flux density= 13.946 Jy 23 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: Total Cleaned flux density = 13.946 Jy 23 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -145.4 MilliJy,max = 1.4 Jy IMAGR3: TRY ANOTHER FIELD: this is 1.310E+00 < Second best 1.433E+00 IMAGR3: Field 1 min = -157.2 MilliJy,max = 1.4 Jy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 232.40 MilliJy IMAGR3: 1002 Residual map points loaded IMAGR3: Field 1 min allowed flux = 666.248 MilliJy iter= 31 IMAGR3: Field 1 Clean flux density= 14.721 Jy 31 comps IMAGR3: Total Cleaned flux density = 14.721 Jy 31 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -73.1 MilliJy,max = 638.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.073E-01 < Second best 8.027E-01 IMAGR3: Field 4 min = -66.1 MilliJy,max = 228.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.182E-01 < Second best 7.563E-01 IMAGR3: Field 5 min = -62.8 MilliJy,max = 187.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.407E-01 < Second best 7.070E-01 IMAGR3: Field 3 min = -76.7 MilliJy,max = 159.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.524E-01 < Second best 6.337E-01 IMAGR3: Field 1 min = -78.8 MilliJy,max = 610.7 MilliJy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 102.75 MilliJy IMAGR3: 1783 Residual map points loaded IMAGR3: Field 1 min allowed flux = 293.490 MilliJy iter= 40 IMAGR3: Field 1 Clean flux density= 15.112 Jy 40 comps IMAGR3: Total Cleaned flux density = 15.112 Jy 40 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -50.8 MilliJy,max = 286.2 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 98.43 MilliJy IMAGR3: 24 Residual map points loaded IMAGR3: Field 2 min allowed flux = 136.898 MilliJy iter= 8 IMAGR3: Field 2 Clean flux density= 163.012 MilliJy 8 comps IMAGR3: Total Cleaned flux density = 15.275 Jy 48 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -47.6 MilliJy,max = 165.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.576E-01 < Second best 2.182E-01 IMAGR3: Field 4 min = -46.2 MilliJy,max = 162.6 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 44.14 MilliJy IMAGR3: 138 Residual map points loaded IMAGR3: Field 4 min allowed flux = 78.772 MilliJy iter= 11 IMAGR3: Field 4 Clean flux density= 119.919 MilliJy 11 comps IMAGR3: Total Cleaned flux density = 15.395 Jy 59 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -45.1 MilliJy,max = 122.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.163E-01 < Second best 1.524E-01 IMAGR3: Field 3 min = -43.2 MilliJy,max = 72.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.449E-02 < Second best 1.407E-01 IMAGR3: Field 5 min = -44.9 MilliJy,max = 79.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.285E-02 < Second best 1.303E-01 IMAGR3: Field 2 min = -48.6 MilliJy,max = 119.2 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 25.31 MilliJy IMAGR3: 906 Residual map points loaded IMAGR3: Field 2 min allowed flux = 55.744 MilliJy iter= 17 IMAGR3: Field 2 Clean flux density= 237.906 MilliJy 17 comps IMAGR3: Total Cleaned flux density = 15.470 Jy 68 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -60.0 MilliJy,max = 79.3 MilliJy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 25.08 MilliJy IMAGR3: 11878 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 42.354 MilliJy iter= 95 IMAGR3: Field 1 Clean flux density= 15.261 Jy 95 comps IMAGR3: Total Cleaned flux density = 15.619 Jy 123 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -40.1 MilliJy,max = 44.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.186E-02 < Second best 7.285E-02 IMAGR3: Field 5 min = -41.3 MilliJy,max = 54.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.156E-02 < Second best 6.449E-02 IMAGR3: Field 3 min = -42.9 MilliJy,max = 42.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.094E-02 < Second best 5.314E-02 IMAGR3: Field 2 min = -41.8 MilliJy,max = 40.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.832E-02 < Second best 4.186E-02 IMAGR3: BGC Clean: using 509 cell beam + residuals > 23.27 MilliJy IMAGR3: 468 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -29.734 MilliJy iter= 50 IMAGR3: Field 4 Clean flux density= 181.457 MilliJy 50 comps IMAGR3: Total Cleaned flux density = 15.680 Jy 162 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -38.9 MilliJy,max = 50.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.786E-02 < Second best 4.094E-02 IMAGR3: Field 3 min = -37.5 MilliJy,max = 39.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.770E-02 < Second best 4.043E-02 IMAGR3: Field 1 min = -43.5 MilliJy,max = 60.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 18.63 MilliJy IMAGR3: 16210 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -32.905 MilliJy iter= 276 IMAGR3: Field 1 Clean flux density= 15.387 Jy 276 comps IMAGR3: Total Cleaned flux density = 15.806 Jy 343 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -22.2 MilliJy,max = 26.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.576E-02 < Second best 3.786E-02 IMAGR3: Field 5 min = -23.4 MilliJy,max = 26.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.424E-02 < Second best 3.770E-02 IMAGR3: Field 3 min = -23.7 MilliJy,max = 23.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.192E-02 < Second best 3.149E-02 IMAGR3: Field 1 min = -30.1 MilliJy,max = 37.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.682E-02 < Second best 2.847E-02 IMAGR3: Field 4 min = -22.1 MilliJy,max = 29.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 12.55 MilliJy IMAGR3: 843 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 15.543 MilliJy iter= 132 IMAGR3: Field 4 Clean flux density= 252.082 MilliJy 132 comps IMAGR3: Total Cleaned flux density = 15.877 Jy 425 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -27.4 MilliJy,max = 35.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 11.74 MilliJy IMAGR3: 16086 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 17.710 MilliJy iter= 543 IMAGR3: Field 1 Clean flux density= 15.459 Jy 543 comps IMAGR3: Total Cleaned flux density = 15.949 Jy 692 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -12.8 MilliJy,max = 15.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.273E-02 < Second best 2.424E-02 IMAGR3: Field 5 min = -15.3 MilliJy,max = 19.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.480E-02 < Second best 2.192E-02 IMAGR3: Field 3 min = -14.4 MilliJy,max = 15.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.288E-02 < Second best 1.696E-02 IMAGR3: Field 1 min = -22.0 MilliJy,max = 27.1 MilliJy IMAGR3: BGC Clean: using 1055 cell beam + residuals > 8.62 MilliJy IMAGR3: 14497 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -11.226 MilliJy iter= 772 IMAGR3: Field 1 Clean flux density= 15.493 Jy 772 comps IMAGR3: Total Cleaned flux density = 15.983 Jy 921 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -11.9 MilliJy,max = 11.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.040E-02 < Second best 1.480E-02 IMAGR3: Field 5 min = -12.6 MilliJy,max = 13.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.096E-02 < Second best 1.288E-02 IMAGR3: Field 3 min = -11.0 MilliJy,max = 12.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.079E-02 < Second best 1.273E-02 IMAGR3: Field 2 min = -11.7 MilliJy,max = 13.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 8.21 MilliJy IMAGR3: 114 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 8.539 MilliJy iter= 56 IMAGR3: Field 2 Clean flux density= 259.286 MilliJy 56 comps IMAGR3: Total Cleaned flux density = 16.004 Jy 960 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -12.6 MilliJy,max = 12.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 8.21 MilliJy IMAGR3: 199 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 8.562 MilliJy iter= 44 IMAGR3: Field 5 Clean flux density= 7.896 MilliJy 44 comps IMAGR3: Total Cleaned flux density = 16.012 Jy 1004 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -10.4 MilliJy,max = 11.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.013E-02 < Second best 1.076E-02 IMAGR3: Field 1 min = -20.2 MilliJy,max = 21.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 6.61 MilliJy IMAGR3: 17298 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 9.111 MilliJy iter= 1217 IMAGR3: Field 1 Clean flux density= 15.438 Jy 1217 comps IMAGR3: Total Cleaned flux density = 15.958 Jy 1449 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -9.6 MilliJy,max = 9.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 8.352E-03 < Second best 1.013E-02 IMAGR3: Field 3 min = -7.7 MilliJy,max = 8.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.627E-03 < Second best 8.749E-03 IMAGR3: Field 1 min = -16.4 MilliJy,max = 19.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 5.14 MilliJy IMAGR3: 14278 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -6.775 MilliJy iter= 1701 IMAGR3: Field 1 Clean flux density= 15.509 Jy 1701 comps IMAGR3: Total Cleaned flux density = 16.028 Jy 1933 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -7.2 MilliJy,max = 7.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.412E-03 < Second best 8.228E-03 IMAGR3: Field 5 min = -7.3 MilliJy,max = 6.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.174E-03 < Second best 8.198E-03 IMAGR3: Field 2 min = -9.2 MilliJy,max = 6.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 4.90 MilliJy IMAGR3: 44 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 5.019 MilliJy iter= 75 IMAGR3: Field 2 Clean flux density= 258.686 MilliJy 75 comps IMAGR3: Total Cleaned flux density = 16.027 Jy 1952 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -6.8 MilliJy,max = 7.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 4.88 MilliJy IMAGR3: 87 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.962 MilliJy iter= 33 IMAGR3: Field 3 Clean flux density= -5.231 MilliJy 33 comps IMAGR3: Total Cleaned flux density = 16.022 Jy 1985 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -15.2 MilliJy,max = 14.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.92 MilliJy IMAGR3: 18249 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -5.282 MilliJy iter= 2444 IMAGR3: Field 1 Clean flux density= 15.421 Jy 2444 comps IMAGR3: Total Cleaned flux density = 15.935 Jy 2728 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -6.6 MilliJy,max = 7.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.91 MilliJy IMAGR3: 177 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 4.043 MilliJy iter= 106 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: Field 5 Clean flux density= 5.719 MilliJy 106 comps IMAGR3: Total Cleaned flux density = 15.933 Jy 2790 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -6.4 MilliJy,max = 6.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.90 MilliJy IMAGR3: 81 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 3.949 MilliJy iter= 160 IMAGR3: Field 4 Clean flux density= 260.465 MilliJy 160 comps IMAGR3: Total Cleaned flux density = 15.941 Jy 2818 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -12.0 MilliJy,max = 13.2 MilliJy IMAGR3: BGC Clean: using 1253 cell beam + residuals > 3.70 MilliJy IMAGR3: 6957 Residual map points loaded IMAGR3: Field 1 min allowed flux = 6.505 MilliJy iter= 2454 IMAGR3: Field 1 Clean flux density= 15.429 Jy 2454 comps IMAGR3: Total Cleaned flux density = 15.949 Jy 2828 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -11.9 MilliJy,max = 12.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.23 MilliJy IMAGR3: 15908 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 4.199 MilliJy iter= 3378 IMAGR3: Field 1 Clean flux density= 15.430 Jy 3378 comps IMAGR3: Total Cleaned flux density = 15.950 Jy 3752 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -4.5 MilliJy,max = 3.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.308E-03 < Second best 4.763E-03 IMAGR3: Field 3 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.730E-03 < Second best 4.308E-03 IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.15 MilliJy IMAGR3: 31 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -3.164 MilliJy iter= 94 IMAGR3: Field 2 Clean flux density= 256.765 MilliJy 94 comps IMAGR3: Total Cleaned flux density = 15.948 Jy 3771 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -11.8 MilliJy,max = 11.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR3: 16310 Residual map points loaded IMAGR3: Field 1 min allowed flux = -3.977 MilliJy iter= 3970 IMAGR3: Field 1 Clean flux density= 15.399 Jy 3970 comps IMAGR3: Total Cleaned flux density = 15.917 Jy 4363 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -5.7 MilliJy,max = 5.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.63 MilliJy IMAGR3: 440 Residual map points loaded IMAGR3: Field 5 min allowed flux = 2.815 MilliJy iter= 224 IMAGR3: Field 5 Clean flux density= 2.090 MilliJy 224 comps IMAGR3: Total Cleaned flux density = 15.913 Jy 4481 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 1 min = -9.7 MilliJy,max = 10.5 MilliJy IMAGR3: BGC Clean: using 1253 cell beam + residuals > 2.55 MilliJy IMAGR3: 14225 Residual map points loaded IMAGR3: Field 1 min allowed flux = 4.499 MilliJy iter= 3993 IMAGR3: Field 1 Clean flux density= 15.404 Jy 3993 comps IMAGR3: Total Cleaned flux density = 15.918 Jy 4504 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -9.6 MilliJy,max = 10.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR3: 16676 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -3.135 MilliJy iter= 5376 IMAGR3: Field 1 Clean flux density= 15.413 Jy 5376 comps IMAGR3: Total Cleaned flux density = 15.927 Jy 5887 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -3.9 MilliJy,max = 3.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.866E-03 < Second best 3.730E-03 IMAGR3: Field 3 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR3: 77 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.419 MilliJy iter= 70 IMAGR3: Field 3 Clean flux density= -1.162 MilliJy 70 comps IMAGR3: Total Cleaned flux density = 15.931 Jy 5924 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -5.7 MilliJy,max = 5.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR3: 132 Residual map points loaded IMAGR3: Field 2 min allowed flux = -2.821 MilliJy iter= 124 IMAGR3: Field 2 Clean flux density= 254.118 MilliJy 124 comps IMAGR3: Total Cleaned flux density = 15.929 Jy 5954 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -9.9 MilliJy,max = 9.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR3: 17909 Residual map points loaded IMAGR3: Field 1 min allowed flux = 3.333 MilliJy iter= 5936 IMAGR3: Field 1 Clean flux density= 15.374 Jy 5936 comps IMAGR3: Total Cleaned flux density = 15.890 Jy 6514 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -8.5 MilliJy,max = 9.3 MilliJy IMAGR3: BGC Clean: using 1253 cell beam + residuals > 2.37 MilliJy IMAGR3: 8602 Residual map points loaded IMAGR3: Field 1 min allowed flux = -4.168 MilliJy iter= 5960 IMAGR3: Field 1 Clean flux density= 15.375 Jy 5960 comps IMAGR3: Total Cleaned flux density = 15.891 Jy 6538 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -8.6 MilliJy,max = 9.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR3: 17537 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.598 MilliJy iter= 7741 IMAGR3: Field 1 Clean flux density= 15.399 Jy 7741 comps IMAGR3: Total Cleaned flux density = 15.914 Jy 8319 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 4 min = -4.5 MilliJy,max = 3.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR3: 303 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -2.132 MilliJy iter= 297 IMAGR3: Field 4 Clean flux density= 261.816 MilliJy 297 comps IMAGR3: Total Cleaned flux density = 15.916 Jy 8456 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 5 min = -3.9 MilliJy,max = 2.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR3: 125 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.072 MilliJy iter= 272 IMAGR3: Field 5 Clean flux density= -4.919 MilliJy 272 comps IMAGR3: Total Cleaned flux density = 15.909 Jy 8504 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -5.9 MilliJy,max = 5.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR3: 220 Residual map points loaded IMAGR3: Field 2 min allowed flux = -2.934 MilliJy iter= 147 IMAGR3: Field 2 Clean flux density= 253.615 MilliJy 147 comps IMAGR3: Total Cleaned flux density = 15.908 Jy 8527 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR3: 101 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -2.046 MilliJy iter= 196 IMAGR3: Field 2 Clean flux density= 254.263 MilliJy 196 comps IMAGR3: Total Cleaned flux density = 15.909 Jy 8576 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -8.7 MilliJy,max = 9.4 MilliJy IMAGR3: BGC Clean: using 1029 cell beam + residuals > 1.96 MilliJy IMAGR3: 17473 Residual map points loaded IMAGR3: Field 1 min allowed flux = 3.089 MilliJy iter= 8012 IMAGR3: Field 1 Clean flux density= 15.389 Jy 8012 comps IMAGR3: Total Cleaned flux density = 15.899 Jy 8847 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -8.2 MilliJy,max = 8.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR3: 17471 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.352 MilliJy iter= 9309 IMAGR3: Field 1 Clean flux density= 15.371 Jy 9309 comps IMAGR3: Total Cleaned flux density = 15.881 Jy 10144 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR3: 998 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 3 min algorithm flux= 3.147 MilliJy iter= 78 IMAGR3: Field 3 Clean flux density= -1.302 MilliJy 78 comps IMAGR3: Total Cleaned flux density = 15.881 Jy 10152 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR3: 925 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.800 MilliJy iter= 404 IMAGR3: Field 3 Clean flux density= 6.315 MilliJy 404 comps IMAGR3: Total Cleaned flux density = 15.889 Jy 10478 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 1 min = -7.8 MilliJy,max = 8.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR3: 16451 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.314 MilliJy iter= 10061 IMAGR3: Field 1 Clean flux density= 15.385 Jy 10061 comps IMAGR3: Total Cleaned flux density = 15.902 Jy 11230 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -7.9 MilliJy,max = 8.2 MilliJy IMAGR3: BGC Clean: using 1029 cell beam + residuals > 1.76 MilliJy IMAGR3: 10722 Residual map points loaded IMAGR3: Field 1 min allowed flux = 2.769 MilliJy iter= 10195 IMAGR3: Field 1 Clean flux density= 15.375 Jy 10195 comps IMAGR3: Total Cleaned flux density = 15.893 Jy 11364 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -7.6 MilliJy,max = 7.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR3: 15994 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.886 MilliJy iter= 12493 IMAGR3: Field 1 Clean flux density= 15.341 Jy 12493 comps IMAGR3: Total Cleaned flux density = 15.859 Jy 13662 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 4 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR3: 1129 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: Field 4 min allowed flux = -1.812 MilliJy iter= 521 IMAGR3: Field 4 Clean flux density= 275.105 MilliJy 521 comps IMAGR3: Total Cleaned flux density = 15.872 Jy 13886 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 5 min = -4.5 MilliJy,max = 4.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR3: 864 Residual map points loaded IMAGR3: Field 5 min allowed flux = 2.230 MilliJy iter= 325 IMAGR3: Field 5 Clean flux density= -7.752 MilliJy 325 comps IMAGR3: Total Cleaned flux density = 15.869 Jy 13939 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR3: 521 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.595 MilliJy iter= 536 IMAGR3: Field 5 Clean flux density= -7.492 MilliJy 536 comps IMAGR3: Total Cleaned flux density = 15.869 Jy 14150 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 2 min = -5.7 MilliJy,max = 6.3 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 1.77 MilliJy IMAGR3: 419 Residual map points loaded IMAGR3: Field 2 min allowed flux = 3.152 MilliJy iter= 222 IMAGR3: Field 2 Clean flux density= 255.211 MilliJy 222 comps IMAGR3: Total Cleaned flux density = 15.870 Jy 14176 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR3: 344 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.609 MilliJy iter= 365 IMAGR3: Field 2 Clean flux density= 262.874 MilliJy 365 comps IMAGR3: Total Cleaned flux density = 15.878 Jy 14319 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 1 min = -6.8 MilliJy,max = 7.2 MilliJy IMAGR3: BGC Clean: using 1029 cell beam + residuals > 1.53 MilliJy IMAGR3: 12510 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.407 MilliJy iter= 12698 IMAGR3: Field 1 Clean flux density= 15.335 Jy 12698 comps IMAGR3: Total Cleaned flux density = 15.871 Jy 14524 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.8 MilliJy,max = 7.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR3: 14232 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.651 MilliJy iter= 15092 IMAGR3: Field 1 Clean flux density= 15.329 Jy 15092 comps IMAGR3: Total Cleaned flux density = 15.866 Jy 16918 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 4 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR3: 715 Residual map points loaded IMAGR3: Field 4 min allowed flux = -1.833 MilliJy iter= 599 IMAGR3: Field 4 Clean flux density= 276.252 MilliJy 599 comps IMAGR3: Total Cleaned flux density = 15.867 Jy 16996 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -3.5 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR3: 262 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.394 MilliJy iter= 724 IMAGR3: Field 4 Clean flux density= 275.061 MilliJy 724 comps IMAGR3: Total Cleaned flux density = 15.866 Jy 17121 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 3 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR3: 775 Residual map points loaded IMAGR3: Field 3 min allowed flux = 1.454 MilliJy iter= 630 IMAGR3: Field 3 Clean flux density= 10.159 MilliJy 630 comps IMAGR3: Total Cleaned flux density = 15.870 Jy 17347 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 1 min = -7.2 MilliJy,max = 6.5 MilliJy IMAGR3: BGC Clean: using 1055 cell beam + residuals > 1.30 MilliJy IMAGR3: 16251 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.208 MilliJy iter= 15353 IMAGR3: Field 1 Clean flux density= 15.324 Jy 15353 comps IMAGR3: Total Cleaned flux density = 15.864 Jy 17608 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -7.0 MilliJy,max = 6.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR3: 15945 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.484 MilliJy iter= 18168 IMAGR3: Field 1 Clean flux density= 15.290 Jy 18168 comps IMAGR3: Total Cleaned flux density = 15.831 Jy 20423 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 2 min = -8.4 MilliJy,max = 8.8 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 1.35 MilliJy IMAGR3: 1980 Residual map points loaded IMAGR3: Field 2 min allowed flux = -4.115 MilliJy iter= 383 IMAGR3: Field 2 Clean flux density= 263.078 MilliJy 383 comps IMAGR3: Total Cleaned flux density = 15.831 Jy 20441 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -3.7 MilliJy,max = 4.1 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 1.31 MilliJy IMAGR3: 1260 Residual map points loaded IMAGR3: Field 2 min allowed flux = 2.036 MilliJy iter= 434 IMAGR3: Field 2 Clean flux density= 263.425 MilliJy 434 comps IMAGR3: Total Cleaned flux density = 15.831 Jy 20492 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR3: 833 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.308 MilliJy iter= 780 IMAGR3: Field 2 Clean flux density= 265.083 MilliJy 780 comps IMAGR3: Total Cleaned flux density = 15.833 Jy 20838 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR3: 428 Residual map points loaded IMAGR3: Field 5 min allowed flux = -1.329 MilliJy iter= 644 IMAGR3: Field 5 Clean flux density= -12.446 MilliJy 644 comps IMAGR3: Total Cleaned flux density = 15.828 Jy 20946 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.7 MilliJy,max = 6.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR3: 17192 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.969 MilliJy iter= 18779 IMAGR3: Field 1 Clean flux density= 15.299 Jy 18779 comps IMAGR3: Total Cleaned flux density = 15.837 Jy 21557 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.3 MilliJy,max = 6.0 MilliJy IMAGR3: BGC Clean: using 1693 cell beam + residuals > 1.21 MilliJy IMAGR3: 14895 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.852 MilliJy iter= 18797 IMAGR3: Field 1 Clean flux density= 15.296 Jy 18797 comps IMAGR3: Total Cleaned flux density = 15.834 Jy 21575 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.6 MilliJy,max = 6.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR3: 15628 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.391 MilliJy iter= 21080 IMAGR3: Field 1 Clean flux density= 15.284 Jy 21080 comps IMAGR3: Total Cleaned flux density = 15.821 Jy 23858 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR3: 603 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.188 MilliJy iter= 836 IMAGR3: Field 3 Clean flux density= 14.352 MilliJy 836 comps IMAGR3: Total Cleaned flux density = 15.826 Jy 24064 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 4 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR3: 1169 Residual map points loaded IMAGR3: Field 4 min allowed flux = 1.315 MilliJy iter= 962 IMAGR3: Field 4 Clean flux density= 280.407 MilliJy 962 comps IMAGR3: Total Cleaned flux density = 15.831 Jy 24302 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 1 min = -6.2 MilliJy,max = 6.1 MilliJy IMAGR3: BGC Clean: using 1055 cell beam + residuals > 1.20 MilliJy IMAGR3: 16104 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.034 MilliJy iter= 21296 IMAGR3: Field 1 Clean flux density= 15.283 Jy 21296 comps IMAGR3: Total Cleaned flux density = 15.830 Jy 24518 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.2 MilliJy,max = 6.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR3: 15553 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.281 MilliJy iter= 24483 IMAGR3: Field 1 Clean flux density= 15.258 Jy 24483 comps IMAGR3: Total Cleaned flux density = 15.806 Jy 27705 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 5 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR3: 3167 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 5 min algorithm flux= 2.359 MilliJy iter= 673 IMAGR3: Field 5 Clean flux density= -10.838 MilliJy 673 comps IMAGR3: Total Cleaned flux density = 15.807 Jy 27734 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR3: 2790 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 5 min algorithm flux= 2.035 MilliJy iter= 720 IMAGR3: Field 5 Clean flux density= -8.918 MilliJy 720 comps IMAGR3: Total Cleaned flux density = 15.809 Jy 27781 comps IMAGR3: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR3: 2360 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 5 min algorithm flux= 1.864 MilliJy iter= 752 IMAGR3: Field 5 Clean flux density= -7.397 MilliJy 752 comps IMAGR3: Total Cleaned flux density = 15.811 Jy 27813 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR3: 2097 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.185 MilliJy iter= 1541 IMAGR3: Field 5 Clean flux density= -4.409 MilliJy 1541 comps IMAGR3: Total Cleaned flux density = 15.814 Jy 28602 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 4 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR3: 186 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.145 MilliJy iter= 1037 IMAGR3: Field 4 Clean flux density= 282.941 MilliJy 1037 comps IMAGR3: Total Cleaned flux density = 15.816 Jy 28677 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -4.6 MilliJy,max = 5.1 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 1.13 MilliJy IMAGR3: 1155 Residual map points loaded IMAGR3: Field 2 min allowed flux = -2.505 MilliJy iter= 798 IMAGR3: Field 2 Clean flux density= 265.310 MilliJy 798 comps IMAGR3: Total Cleaned flux density = 15.817 Jy 28695 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR3: 791 Residual map points loaded IMAGR3: Field 2 min allowed flux = 1.279 MilliJy iter= 976 IMAGR3: Field 2 Clean flux density= 269.080 MilliJy 976 comps IMAGR3: Total Cleaned flux density = 15.820 Jy 28873 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 1 min = -6.4 MilliJy,max = 5.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR3: 16052 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.585 MilliJy iter= 25379 IMAGR3: Field 1 Clean flux density= 15.261 Jy 25379 comps IMAGR3: Total Cleaned flux density = 15.823 Jy 29769 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR3: BGC Clean: using 1759 cell beam + residuals > 1.09 MilliJy IMAGR3: 12806 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.772 MilliJy iter= 25398 IMAGR3: Field 1 Clean flux density= 15.260 Jy 25398 comps IMAGR3: Total Cleaned flux density = 15.822 Jy 29788 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.3 MilliJy,max = 5.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR3: 14072 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.368 MilliJy iter= 26233 IMAGR3: Field 1 Clean flux density= 15.249 Jy 26233 comps IMAGR3: Total Cleaned flux density = 15.811 Jy 30623 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.0 MilliJy,max = 5.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR3: 13602 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.355 MilliJy iter= 27075 IMAGR3: Field 1 Clean flux density= 15.250 Jy 27075 comps IMAGR3: Total Cleaned flux density = 15.812 Jy 31465 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR3: BGC Clean: using 1693 cell beam + residuals > 1.04 MilliJy IMAGR3: 12307 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.452 MilliJy iter= 27093 IMAGR3: Field 1 Clean flux density= 15.249 Jy 27093 comps IMAGR3: Total Cleaned flux density = 15.811 Jy 31483 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.9 MilliJy,max = 5.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 990.00 MicroJy IMAGR3: 13321 Residual map points loaded IMAGR3: Field 1 min allowed flux = -1.262 MilliJy iter= 28265 IMAGR3: Field 1 Clean flux density= 15.236 Jy 28265 comps IMAGR3: Total Cleaned flux density = 15.798 Jy 32655 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 979.68 MicroJy IMAGR3: 305 Residual map points loaded IMAGR3: Field 2 min allowed flux = 1.225 MilliJy iter= 1034 IMAGR3: Field 2 Clean flux density= 271.121 MilliJy 1034 comps IMAGR3: Total Cleaned flux density = 15.800 Jy 32713 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR3: 15707 Residual map points loaded IMAGR3: Field 1 min allowed flux = -1.599 MilliJy iter= 28833 IMAGR3: Field 1 Clean flux density= 15.235 Jy 28833 comps IMAGR3: Total Cleaned flux density = 15.799 Jy 33281 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.7 MilliJy,max = 5.5 MilliJy IMAGR3: BGC Clean: using 1055 cell beam + residuals > 974.16 MicroJy IMAGR3: 12206 Residual map points loaded IMAGR3: Field 1 min allowed flux = -1.653 MilliJy iter= 28896 IMAGR3: Field 1 Clean flux density= 15.234 Jy 28896 comps IMAGR3: Total Cleaned flux density = 15.798 Jy 33344 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 958.12 MicroJy IMAGR3: 13644 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.057 MilliJy iter= 31964 IMAGR3: Field 1 Clean flux density= 15.216 Jy 31964 comps IMAGR3: Total Cleaned flux density = 15.780 Jy 36412 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 2 min = -6.7 MilliJy,max = 7.2 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 1.11 MilliJy IMAGR3: 2125 Residual map points loaded IMAGR3: Field 2 min allowed flux = 3.541 MilliJy iter= 1051 IMAGR3: Field 2 Clean flux density= 271.702 MilliJy 1051 comps IMAGR3: Total Cleaned flux density = 15.781 Jy 36429 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 993.99 MicroJy IMAGR3: 1884 Residual map points loaded IMAGR3: Field 2 min allowed flux = 1.726 MilliJy iter= 1112 IMAGR3: Field 2 Clean flux density= 272.052 MilliJy 1112 comps IMAGR3: Total Cleaned flux density = 15.781 Jy 36490 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 965.12 MicroJy IMAGR3: 1122 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -991.201 MicroJy iter= 1589 IMAGR3: Field 2 Clean flux density= 275.220 MilliJy 1589 comps IMAGR3: Total Cleaned flux density = 15.784 Jy 36967 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 5 min = -3.0 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 935.50 MicroJy IMAGR3: 515 Residual map points loaded IMAGR3: Field 5 min allowed flux = 1.393 MilliJy iter= 1571 IMAGR3: Field 5 Clean flux density= -5.511 MilliJy 1571 comps IMAGR3: Total Cleaned flux density = 15.783 Jy 36997 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -2.8 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 933.88 MicroJy IMAGR3: 342 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -947.223 MicroJy iter= 1730 IMAGR3: Field 5 Clean flux density= -5.034 MilliJy 1730 comps IMAGR3: Total Cleaned flux density = 15.784 Jy 37156 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 3 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 920.66 MicroJy IMAGR3: 218 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 933.094 MicroJy iter= 916 IMAGR3: Field 3 Clean flux density= 16.678 MilliJy 916 comps IMAGR3: Total Cleaned flux density = 15.786 Jy 37236 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 914.26 MicroJy IMAGR3: 48 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 914.097 MicroJy iter= 1056 IMAGR3: Field 4 Clean flux density= 283.827 MilliJy 1056 comps IMAGR3: Total Cleaned flux density = 15.787 Jy 37255 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.7 MilliJy,max = 5.2 MilliJy IMAGR3: BGC Clean: using 1055 cell beam + residuals > 887.47 MicroJy IMAGR3: 17225 Residual map points loaded IMAGR3: Field 1 min allowed flux = -1.512 MilliJy iter= 32287 IMAGR3: Field 1 Clean flux density= 15.217 Jy 32287 comps IMAGR3: Total Cleaned flux density = 15.787 Jy 37578 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.4 MilliJy,max = 5.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 842.18 MicroJy IMAGR3: 16774 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 939.119 MicroJy iter= 36007 IMAGR3: Field 1 Clean flux density= 15.205 Jy 36007 comps IMAGR3: Total Cleaned flux density = 15.776 Jy 41298 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 2 min = -7.0 MilliJy,max = 7.0 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 1.09 MilliJy IMAGR3: 2367 Residual map points loaded IMAGR3: Field 2 min allowed flux = 3.429 MilliJy iter= 1606 IMAGR3: Field 2 Clean flux density= 275.555 MilliJy 1606 comps IMAGR3: Total Cleaned flux density = 15.776 Jy 41315 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 962.45 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: 2246 Residual map points loaded IMAGR3: Field 2 min allowed flux = -1.686 MilliJy iter= 1670 IMAGR3: Field 2 Clean flux density= 276.023 MilliJy 1670 comps IMAGR3: Total Cleaned flux density = 15.776 Jy 41379 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 843.79 MicroJy IMAGR3: 2263 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 876.511 MicroJy iter= 2494 IMAGR3: Field 2 Clean flux density= 276.671 MilliJy 2494 comps IMAGR3: Total Cleaned flux density = 15.777 Jy 42203 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 5 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 844.94 MicroJy IMAGR3: 753 Residual map points loaded IMAGR3: Field 5 min allowed flux = -1.153 MilliJy iter= 1791 IMAGR3: Field 5 Clean flux density= -8.416 MilliJy 1791 comps IMAGR3: Total Cleaned flux density = 15.774 Jy 42264 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 842.34 MicroJy IMAGR3: 426 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 849.092 MicroJy iter= 1966 IMAGR3: Field 5 Clean flux density= -10.078 MilliJy 1966 comps IMAGR3: Total Cleaned flux density = 15.772 Jy 42439 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 1 min = -6.1 MilliJy,max = 5.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 885.86 MicroJy IMAGR3: 17442 Residual map points loaded IMAGR3: Field 1 min allowed flux = -1.274 MilliJy iter= 36839 IMAGR3: Field 1 Clean flux density= 15.208 Jy 36839 comps IMAGR3: Total Cleaned flux density = 15.775 Jy 43271 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR3: BGC Clean: using 1935 cell beam + residuals > 957.72 MicroJy IMAGR3: 8585 Residual map points loaded IMAGR3: Field 1 min allowed flux = -2.567 MilliJy iter= 36853 IMAGR3: Field 1 Clean flux density= 15.207 Jy 36853 comps IMAGR3: Total Cleaned flux density = 15.774 Jy 43285 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.5 MilliJy,max = 5.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 817.12 MicroJy IMAGR3: 16245 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.275 MilliJy iter= 37104 IMAGR3: Field 1 Clean flux density= 15.207 Jy 37104 comps IMAGR3: Total Cleaned flux density = 15.774 Jy 43536 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.7 MilliJy,max = 5.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 807.35 MicroJy IMAGR3: 16042 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -890.403 MicroJy iter= 40746 IMAGR3: Field 1 Clean flux density= 15.192 Jy 40746 comps IMAGR3: Total Cleaned flux density = 15.759 Jy 47178 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 3 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 1.00 MilliJy IMAGR3: 3212 Residual map points loaded IMAGR3: Field 3 min allowed flux = -1.786 MilliJy iter= 995 IMAGR3: Field 3 Clean flux density= 16.981 MilliJy 995 comps IMAGR3: Total Cleaned flux density = 15.759 Jy 47257 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 835.51 MicroJy IMAGR3: 3900 Residual map points loaded IMAGR3: Field 3 min allowed flux = 888.203 MicroJy iter= 2388 IMAGR3: Field 3 Clean flux density= 16.494 MilliJy 2388 comps IMAGR3: Total Cleaned flux density = 15.759 Jy 48650 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 838.16 MicroJy IMAGR3: 438 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -855.179 MicroJy iter= 1210 IMAGR3: Field 4 Clean flux density= 284.572 MilliJy 1210 comps IMAGR3: Total Cleaned flux density = 15.759 Jy 48804 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 806.19 MicroJy IMAGR3: 19 Residual map points loaded IMAGR3: Field 3 min Clean flux = 820.936 MicroJy iter= 2399 IMAGR3: Field 3 Clean flux density= 16.740 MilliJy 2399 comps IMAGR3: Total Cleaned flux density = 15.760 Jy 48815 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.7 MilliJy,max = 5.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 848.82 MicroJy IMAGR3: 16960 Residual map points loaded IMAGR3: Field 1 min allowed flux = -1.272 MilliJy iter= 41346 IMAGR3: Field 1 Clean flux density= 15.194 Jy 41346 comps IMAGR3: Total Cleaned flux density = 15.762 Jy 49415 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.8 MilliJy,max = 5.0 MilliJy IMAGR3: BGC Clean: using 1029 cell beam + residuals > 820.30 MicroJy IMAGR3: 10276 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.289 MilliJy iter= 41524 IMAGR3: Field 1 Clean flux density= 15.198 Jy 41524 comps IMAGR3: Total Cleaned flux density = 15.766 Jy 49593 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.0 MilliJy,max = 5.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 768.54 MicroJy IMAGR3: 15380 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 836.916 MicroJy iter= 45280 IMAGR3: Field 1 Clean flux density= 15.190 Jy 45280 comps IMAGR3: Total Cleaned flux density = 15.758 Jy 53349 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Field 2 min = -6.2 MilliJy,max = 5.7 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 961.82 MicroJy IMAGR3: 1529 Residual map points loaded IMAGR3: Field 2 min allowed flux = 3.074 MilliJy iter= 2510 IMAGR3: Field 2 Clean flux density= 276.432 MilliJy 2510 comps IMAGR3: Total Cleaned flux density = 15.758 Jy 53365 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR3: BGC Clean: using 509 cell beam + residuals > 862.78 MicroJy IMAGR3: 1270 Residual map points loaded IMAGR3: Field 2 min allowed flux = -1.538 MilliJy iter= 2533 IMAGR3: Field 2 Clean flux density= 276.484 MilliJy 2533 comps IMAGR3: Total Cleaned flux density = 15.758 Jy 53388 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 757.75 MicroJy IMAGR3: 1733 Residual map points loaded IMAGR3: Field 2 min Clean flux = 820.584 MicroJy iter= 3025 IMAGR3: Field 2 Clean flux density= 272.635 MilliJy 3025 comps IMAGR3: Total Cleaned flux density = 15.754 Jy 53880 comps IMAGR3: ALGSTB: All 91 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 80- 0 Cells, with 3528 Pts IMAGR3: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 741.17 MicroJy IMAGR3: 267 Residual map points loaded IMAGR3: Field 4 min Clean flux = 818.422 MicroJy iter= 1268 IMAGR3: Field 4 Clean flux density= 285.999 MilliJy 1268 comps IMAGR3: Total Cleaned flux density = 15.756 Jy 53938 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 735.76 MicroJy IMAGR3: 438 Residual map points loaded IMAGR3: Field 5 min allowed flux = 1.039 MilliJy iter= 1989 IMAGR3: Field 5 Clean flux density= -11.187 MilliJy 1989 comps IMAGR3: Total Cleaned flux density = 15.754 Jy 53961 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -1.6 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 735.18 MicroJy IMAGR3: 336 Residual map points loaded IMAGR3: Field 5 min Clean flux = -820.075 MicroJy iter= 2072 IMAGR3: Field 5 Clean flux density= -11.437 MilliJy 2072 comps IMAGR3: Total Cleaned flux density = 15.754 Jy 54044 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.5 MilliJy,max = 4.7 MilliJy IMAGR3: BGC Clean: using 1055 cell beam + residuals > 782.94 MicroJy IMAGR3: 19125 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.333 MilliJy iter= 45486 IMAGR3: Field 1 Clean flux density= 15.192 Jy 45486 comps IMAGR3: Total Cleaned flux density = 15.756 Jy 54250 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.4 MilliJy,max = 4.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 709.72 MicroJy IMAGR3: 19968 Residual map points loaded IMAGR3: Field 1 min allowed flux = -1.049 MilliJy iter= 46123 IMAGR3: Field 1 Clean flux density= 15.187 Jy 46123 comps IMAGR3: Total Cleaned flux density = 15.750 Jy 54887 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.4 MilliJy,max = 4.7 MilliJy IMAGR3: BGC Clean: using 1253 cell beam + residuals > 676.23 MicroJy IMAGR3: 17275 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.202 MilliJy iter= 46202 IMAGR3: Field 1 Clean flux density= 15.188 Jy 46202 comps IMAGR3: Total Cleaned flux density = 15.751 Jy 54966 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -5.5 MilliJy,max = 4.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 668.45 MicroJy IMAGR3: 19989 Residual map points loaded IMAGR3: Field 1 min Clean flux = -820.903 MicroJy iter= 48547 IMAGR3: Field 1 Clean flux density= 15.185 Jy 48547 comps IMAGR3: Total Cleaned flux density = 15.749 Jy 57311 comps IMAGR3: ALGSTB: All 331 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 320- 0 Cells, with 3528 Pts IMAGR3: Peak residual in window 820.936 less than limit 820.968 MicroJy IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 48547 to 14337 components IMAGR3: Field 2 compressed from 3025 to 1072 components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: Field 3 compressed from 2399 to 990 components IMAGR3: Field 4 compressed from 1268 to 672 components IMAGR3: Field 5 compressed from 2072 to 888 components IMAGR3: Field 1 min = -5.5 MilliJy,max = 4.9 MilliJy IMAGR3: Field 2 min = -5.0 MilliJy,max = 4.7 MilliJy IMAGR3: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR3: Field 4 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR3: Field 5 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore 15.174 Jy ( 559 CCs) from field 1 to field 2 IMAGR3: Restore 175.886 MilliJy ( 644 CCs) from field 1 to field 3 IMAGR3: Restore 56.848 MilliJy ( 435 CCs) from field 1 to field 4 IMAGR3: Restore 52.299 MilliJy ( 887 CCs) from field 1 to field 5 IMAGR3: Restore 272.635 MilliJy ( 1072 CCs) from field 2 to field 1 IMAGR3: Restore 6.189 MilliJy ( 82 CCs) from field 2 to field 3 IMAGR3: Restore 16.740 MilliJy ( 990 CCs) from field 3 to field 1 IMAGR3: Restore 2.627 MilliJy ( 86 CCs) from field 3 to field 2 IMAGR3: Restore 285.999 MilliJy ( 672 CCs) from field 4 to field 1 IMAGR3: Restore 9.848 MilliJy ( 38 CCs) from field 4 to field 5 IMAGR3: Restore -11.437 MilliJy ( 888 CCs) from field 5 to field 1 IMAGR3: Restore 2.107 MilliJy ( 43 CCs) from field 5 to field 4 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 15.749 Jy IMAGR3: Field 2 final Clean flux 15.449 Jy IMAGR3: Field 3 final Clean flux 198.815 MilliJy IMAGR3: Field 4 final Clean flux 344.954 MilliJy IMAGR3: Field 5 final Clean flux 50.710 MilliJy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 29 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: imager-b 31DEC06 TST: Cpu= 83.1 Real= 86 Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 24 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 25 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 26 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 27 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 28 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 29 disk= 1 AIPS 3: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 3: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 3: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 3: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 3: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 3: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 3: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.1368 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1331+305_L,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1331+305_L,BAND.0-1 >> /home/imager-b2/vlbacald/r AIPS 3: un/AB937_2000MAR02_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :4 =1331+305' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1331+305_L,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 30 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 31 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 32 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 33 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 34 disk= 1 AIPS 3: Disk 1 in-CNO 35 renumbered as CNO 29 AIPS 3: Disk 1 in-CNO 36 renumbered as CNO 30 AIPS 3: Disk 1 in-CNO 37 renumbered as CNO 31 AIPS 3: Disk 1 in-CNO 38 renumbered as CNO 32 AIPS 3: Disk 1 in-CNO 39 renumbered as CNO 33 AIPS 3: ' ' AIPS 3: ' ' AIPS 3: Found in Version=ABIN AIPS 3: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 3: Disk 1 No files needed renumbering AIPS 3: 'EMPTY CATALOG ?' 33 >AIPS 3: Begin check for any 'standard' scratch files AIPS 3: Scratch files -- destroyed: 0 still active: 2 AIPS 3: User18244: 7203 messages, oldest written 25-SEP-2006 09:38:10 AIPS 3: Deleted 0 messages AIPS 3: Saved POPS environment in area named 'LASTEXIT' AIPS 3: Session command-line history saved. AIPS 3: imager-b 31DEC06 TST: Cpu= 1.1 Real= 433 /home/imager-b2/vlbacald/run/AB937_2000MAR02_1.run.0 finished on Mon Sep 25 14:02:15 MDT 2006