AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Oct 16 14:29 /home/hamal/vlbacald/bin/AVLAPREP.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/HAMAL_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on HAMAL asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 1: You are NOT assigned a TV device or server AIPS 1: You are NOT assigned a graphics device or server AIPS 1: Enter user ID number ?AIPS 1: 31DEC06 AIPS: AIPS 1: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 1: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 1: for details, type HELP GNUGPL AIPS 1: This is free software, and you are welcome to redistribute it AIPS 1: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 1: Previous session command-line history recovered. AIPS 1: TAB-key completions enabled, type HELP READLINE for details. AIPS 1: Recovered POPS environment from last exit >>>AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 1: procedure pipedef1 AIPS 1: string*12 pnam AIPS 1: string*6 pcls AIPS 1: scalar pseq,pdsk AIPS 1: pdsk=1 AIPS 1: finish AIPS 1: pipedef1 AIPS 1: procedure namepipe AIPS 1: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 1: finish AIPS 1: procedure pipename AIPS 1: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 1: finish AIPS 1: AIPS 1: procedure checkcat AIPS 1: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 1: scalar numcat AIPS 1: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 1: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 1: if(numcat>0)then;recat;end;clrtemp AIPS 1: return numcat AIPS 1: finish AIPS 1: AIPS 1: procedure gx AIPS 1: $ inputs AIPS 1: go;wait AIPS 1: finish AIPS 1: AIPS 1: procedure pre_fillm AIPS 1: $LOS - sets VLA archive defaults for fillm AIPS 1: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 1: finish AIPS 1: AIPS 1: procedure fname AIPS 1: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 1: finish AIPS 1: AIPS 1: procedure del AIPS 1: error=1;zap AIPS 1: finish AIPS 1: AIPS 1: procedure skipdata AIPS 1: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 1: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 1: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 1: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 1: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 1: $ if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 1: $ if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 1: $ if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 1: $ if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrt emp AIPS 1: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 1: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 1: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 1: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 1: end AIPS 1: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 1: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure checkcal AIPS 1: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 1: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 1: scalar idx,jdx AIPS 1: string*16 sname AIPS 1: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 1: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 1: for jdx=1:idx AIPS 1: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 1: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try B1950 name AIPS 1: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 AIPS 1: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 name AIPS 1: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 1: end;end;end;clrtemp AIPS 1: end AIPS 1: $ if error>0 check on coords (for different name than standard) AIPS 1: $ but keyval not reliable to do this.. ?? AIPS 1: $ end AIPS 1: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 1: else;checkids;error=-1;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure j2000fix AIPS 1: $LOS - convert data to J2000 by default use of uvfix AIPS 1: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure expid AIPS 1: string*20 expnm AIPS 1: string*75 expmsg AIPS 1: return expnm AIPS 1: finish AIPS 1: type expid AIPS 1: ' ' >>AIPS 1: 'EMPTY CATALOG ?' 0 >AIPS 1: Found in Version=ABIN >>>AIPS 1: Found in Version=ABIN STARTPMON: [HAMAL] Too many TPMON daemons possibly found???? STARTPMON: [HAMAL] Expected 1, found 3. STARTPMON: [HAMAL] Please inform the AIPS Manager. FILLM1: Task FILLM (release of 31DEC06) begins FILLM1: Shadow flag limit = 2.500E+01 meters. FILLM1: Opacity correction in CL table weighted average of weather and FILLM1: season. Weight for weather = 0.50 FILLM1: Gain curve correction in CL table read from file, FILLM1: with variation as function of antenna and band. FILLM1: Opening AVIS:AK485_2000MAR05_1_1 FILLM1: FILLM1: *** ATTENTION - default: loading subarray 1 *** FILLM1: FILLM1: tape file # 1, start date/time = 20000305/14:18:40 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Program = AK485 ; Tape revision number = 26. FILLM1: Create 20000305 .L BAND. 1 (UV) on disk 1 cno 1 FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: FLMFQ: FQ entry tolerance = 1.000E+02 1.000E+02 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 14:18:40.0 FILLM1: Zenith opacity set to 0.010 FILLM1: Trying to access VLA antenna gains file... FILLM1: ZTXOP2: using translated file name = FILLM1: ZTXOP2: /home/auto/aips/TEXT/IONS/VLA.GAINS FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 14:22:40.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 14:30:10.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 14:31:10.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 14:38:40.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 14:39:40.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 14:47:10.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Create 20000305 .K BAND. 1 (UV) on disk 1 cno 2 FILLM1: Ref. date = 20000305 A-C = 22.485100 B-D = 22.435100 GHz FILLM1: Found 1613+342 : 0 50.000 MHz at IAT 0/ 14:48:30.0 FILLM1: Zenith opacity set to 0.063 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 14:49:45.0 FILLM1: Zenith opacity set to 0.064 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 14:51:30.0 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 14:54:10.0 FILLM1: Zenith opacity set to 0.065 FILLM1: Zenith opacity set to 0.064 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 15:15:55.0 FILLM1: Found 1613+342 : 0 50.000 MHz at IAT 0/ 15:17:25.0 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 15:18:40.0 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 15:20:20.0 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 15:23:00.0 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 15:24:20.0 FILLM1: Zenith opacity set to 0.065 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 15:27:00.0 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 15:28:20.0 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 15:31:00.0 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 15:32:20.0 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 15:35:00.0 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 15:36:20.0 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 15:39:00.0 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 15:40:20.0 FILLM1: Found 16092+26415 : 0 50.000 MHz at IAT 0/ 15:43:00.0 FILLM1: Zenith opacity set to 0.064 FILLM1: Found 16203+29266 : 0 50.000 MHz at IAT 0/ 15:44:20.0 FILLM1: Found 1613+342 : 0 50.000 MHz at IAT 0/ 15:46:35.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Create 20000305 .C BAND. 1 (UV) on disk 1 cno 3 FILLM1: Ref. date = 20000305 A-C = 4.885100 B-D = 4.835100 GHz FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 15:47:50.0 FILLM1: Zenith opacity set to 0.010 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 15:49:00.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 15:54:00.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 15:55:00.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:00:00.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Create 20000305 .X BAND. 1 (UV) on disk 1 cno 4 FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:01:10.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 16:02:00.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:05:30.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 16:06:40.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:10:00.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 16:11:00.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:14:30.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 4.885100 B-D = 4.835100 GHz FILLM1: Appending new data to: 20000305 .C BAND. 1 disk 1 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:15:30.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 16:16:30.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:21:30.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 16:22:30.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:27:30.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:28:40.0 FILLM1: MCANT: Bad nom. sens. for ant 16 IF 1 at 0/16:29:10.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 16:29:30.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:33:00.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 16:34:00.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:37:30.0 FILLM1: Found G000301C : 0 50.000 MHz at IAT 0/ 16:38:30.0 FILLM1: Found 1609+266 : 0 50.000 MHz at IAT 0/ 16:42:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 16:47:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 16:48:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 16:51:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 16:52:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 16:56:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 16:57:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:00:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:01:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:05:20.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 17:06:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:07:30.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 17:19:30.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:20:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:21:40.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:25:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:26:10.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:29:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:30:40.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:34:10.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 17:35:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:36:30.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 17:48:20.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:49:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:50:30.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:54:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:55:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 17:58:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 17:59:30.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 18:03:00.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 18:04:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 18:05:20.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 18:17:05.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 18:18:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 18:19:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 18:22:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 18:23:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 18:27:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 18:28:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 18:31:50.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 18:32:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 18:33:55.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 18:45:55.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 18:47:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 18:48:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 18:51:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 18:52:30.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 18:56:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 18:57:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:00:30.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 19:01:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 19:02:50.0 FILLM1: Opening AVIS:AK485_2000MAR05_1_2 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 19:14:40.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:15:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 19:16:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:20:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 19:21:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:24:55.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 19:25:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:29:20.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 19:30:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 19:31:40.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 19:43:35.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:44:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 19:45:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:49:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 19:50:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:53:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 19:54:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 19:58:25.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 19:59:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:00:55.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 20:12:45.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 20:13:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:15:05.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 20:18:35.0 FILLM1: MCANT: Bad nom. sens. for ant 4 IF 1 at 0/20:19:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:19:35.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 20:23:05.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:24:15.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 20:27:45.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 20:28:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:30:05.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 20:42:05.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 20:43:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:44:15.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 20:47:45.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:48:55.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 20:52:25.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:53:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 20:56:50.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 20:57:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 20:59:10.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 21:11:10.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 21:12:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 21:13:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 21:16:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 21:17:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 21:21:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 21:22:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 21:25:50.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 21:26:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 21:28:10.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 21:40:10.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 21:41:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 21:42:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 21:45:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 21:46:40.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 21:50:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 21:51:10.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 21:54:40.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 21:55:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 21:57:00.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 22:09:00.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 22:10:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 22:11:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 22:14:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 22:15:30.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 22:19:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 22:20:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 22:23:30.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 22:24:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 22:25:35.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 22:37:35.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 22:38:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 22:39:40.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 22:43:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 22:44:10.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 22:47:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 22:48:40.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 22:52:10.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 22:53:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 22:54:15.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 23:06:15.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 23:07:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 23:08:30.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 23:12:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 23:13:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 23:16:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 23:17:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 23:20:50.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 23:21:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 23:23:05.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 23:35:05.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 23:36:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 23:37:10.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 23:40:40.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 23:41:40.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 23:45:10.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 23:46:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 0/ 23:49:30.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 0/ 23:50:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 0/ 23:51:40.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 1/ 00:03:50.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 1/ 00:04:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 1/ 00:05:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 1/ 00:09:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 1/ 00:10:20.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 1/ 00:13:50.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 1/ 00:14:50.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 1/ 00:18:20.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 1/ 00:19:20.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 1/ 00:20:20.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 1/ 00:32:20.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 1/ 00:33:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 1/ 00:34:30.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 1/ 00:38:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 1/ 00:39:00.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 1/ 00:42:30.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 1/ 00:43:30.0 FILLM1: Found 2346+095 : 0 50.000 MHz at IAT 1/ 00:47:00.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 1.464900 B-D = 1.385100 GHz FILLM1: Appending new data to: 20000305 .L BAND. 1 disk 1 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 1/ 00:48:00.0 FILLM1: Found G980703 : 0 50.000 MHz at IAT 1/ 00:49:10.0 FILLM1: Found 2330+110 : 0 50.000 MHz at IAT 1/ 01:02:05.0 FILLM1: Found 0542+498 : 0 50.000 MHz at IAT 1/ 01:05:45.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 4.885100 B-D = 4.835100 GHz FILLM1: Appending new data to: 20000305 .C BAND. 1 disk 1 FILLM1: Found 0542+498 : 0 50.000 MHz at IAT 1/ 01:08:10.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 8.435100 B-D = 8.485100 GHz FILLM1: Appending new data to: 20000305 .X BAND. 1 disk 1 FILLM1: Found 0542+498 : 0 50.000 MHz at IAT 1/ 01:10:10.0 FILLM1: MCINI: Processing Correlator Code ' ' with 27 antennas. FILLM1: MCINI - Continuum, 2 compatible IFs FILLM1: Ref. date = 20000305 A-C = 22.485100 B-D = 22.435100 GHz FILLM1: Appending new data to: 20000305 .K BAND. 1 disk 1 FILLM1: Found 0542+498 : 0 50.000 MHz at IAT 1/ 01:12:10.0 FILLM1: Zenith opacity set to 0.054 FILLM1: Dropped 441 shadowed vis at limit 2.5000E+01 meter FILLM1: Read 1967250 visibilities from 2 files FILLM1: Number bad nominal sensitivities: ant 4 IF 1 = 1 FILLM1: Number bad nominal sensitivities: ant 16 IF 1 = 1 FILLM1: Appears to have ended successfully FILLM1: hamal 31DEC06 TST: Cpu= 40.4 Real= 42 IX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure expid AIPS 1: string*20 expnm AIPS 1: string*75 expmsg AIPS 1: return expnm AIPS 1: finish AIPS 1: type expid AIPS 1: ' ' >>AIPS 1: 'EMPTY CATALOG ?' 0 >AIPS 1: Found in Version=ABIN >>>AIPS 1: Found in Version=ABIN AIPS 1: Resumes AIPS 1: Found in Version=ABIN AIPS 1: Task FILLM has finished >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.L BAND.1 AIPS 1: Rename 20000305 .L BAND. 1 (UV) on disk 1 cno 1 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 1 UVFIX1: Task UVFIX (release of 31DEC06) begins UVFIX1: Create 20000305 .L BAND. 1 (UV) on disk 1 cno 5 UVFIX1: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 UVFIX1: Copied NX file from vol/cno/vers 1 1 1 to 1 5 1 UVFIX1: Copied SU file from vol/cno/vers 1 1 1 to 1 5 1 UVFIX1: Copied FQ file from vol/cno/vers 1 1 1 to 1 5 1 UVFIX1: Copied CL file from vol/cno/vers 1 1 1 to 1 5 1 UVFIX1: Copied TY file from vol/cno/vers 1 1 1 to 1 5 1 UVFIX1: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 UVFIX1: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 UVFIX1: Processing subarray 1 UVFIX1: default: IAT-UTC = 32.0 seconds UVFIX1: leap second entries updated until: 1999-JAN-01 UVFIX1: UVFIX1: Appears to have ended successfully UVFIX1: hamal 31DEC06 TST: Cpu= 8.6 Real= 9 IX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure expid AIPS 1: string*20 expnm AIPS 1: string*75 expmsg AIPS 1: return expnm AIPS 1: finish AIPS 1: type expid AIPS 1: ' ' >>AIPS 1: 'EMPTY CATALOG ?' 0 >AIPS 1: Found in Version=ABIN >>>AIPS 1: Found in Version=ABIN AIPS 1: Resumes AIPS 1: Found in Version=ABIN AIPS 1: Task FILLM has finished >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.L BAND.1 AIPS 1: Rename 20000305 .L BAND. 1 (UV) on disk 1 cno 1 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 1 AIPS 1: Resumes AIPS 1: Task UVFIX has finished AIPS 1: Destroyed 1 extension files of type OF AIPS 1: Destroyed 1 extension files of type WX AIPS 1: Destroyed 1 extension files of type TY AIPS 1: Destroyed 1 extension files of type CL AIPS 1: Destroyed 1 extension files of type FQ AIPS 1: Destroyed 1 extension files of type SU AIPS 1: Destroyed 1 extension files of type NX AIPS 1: Destroyed 1 extension files of type AN AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed UV image file: catno= 1 disk= 1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.K BAND.1 AIPS 1: Rename 20000305 .K BAND. 1 (UV) on disk 1 cno 2 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 2 UVFIX1: Task UVFIX (release of 31DEC06) begins UVFIX1: Create 20000305 .K BAND. 1 (UV) on disk 1 cno 1 UVFIX1: Copied AN file from vol/cno/vers 1 2 1 to 1 1 1 UVFIX1: Copied NX file from vol/cno/vers 1 2 1 to 1 1 1 UVFIX1: Copied SU file from vol/cno/vers 1 2 1 to 1 1 1 UVFIX1: Copied FQ file from vol/cno/vers 1 2 1 to 1 1 1 UVFIX1: Copied CL file from vol/cno/vers 1 2 1 to 1 1 1 UVFIX1: Copied TY file from vol/cno/vers 1 2 1 to 1 1 1 UVFIX1: Copied WX file from vol/cno/vers 1 2 1 to 1 1 1 UVFIX1: Copied OF file from vol/cno/vers 1 2 1 to 1 1 1 UVFIX1: Processing subarray 1 UVFIX1: default: IAT-UTC = 32.0 seconds UVFIX1: leap second entries updated until: 1999-JAN-01 UVFIX1: UVFIX1: Appears to have ended successfully UVFIX1: hamal 31DEC06 TST: Cpu= 1.1 Real= 1 IX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure expid AIPS 1: string*20 expnm AIPS 1: string*75 expmsg AIPS 1: return expnm AIPS 1: finish AIPS 1: type expid AIPS 1: ' ' >>AIPS 1: 'EMPTY CATALOG ?' 0 >AIPS 1: Found in Version=ABIN >>>AIPS 1: Found in Version=ABIN AIPS 1: Resumes AIPS 1: Found in Version=ABIN AIPS 1: Task FILLM has finished >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.L BAND.1 AIPS 1: Rename 20000305 .L BAND. 1 (UV) on disk 1 cno 1 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 1 AIPS 1: Resumes AIPS 1: Task UVFIX has finished AIPS 1: Destroyed 1 extension files of type OF AIPS 1: Destroyed 1 extension files of type WX AIPS 1: Destroyed 1 extension files of type TY AIPS 1: Destroyed 1 extension files of type CL AIPS 1: Destroyed 1 extension files of type FQ AIPS 1: Destroyed 1 extension files of type SU AIPS 1: Destroyed 1 extension files of type NX AIPS 1: Destroyed 1 extension files of type AN AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed UV image file: catno= 1 disk= 1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.K BAND.1 AIPS 1: Rename 20000305 .K BAND. 1 (UV) on disk 1 cno 2 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 2 AIPS 1: Resumes AIPS 1: Task UVFIX has finished AIPS 1: Destroyed 1 extension files of type OF AIPS 1: Destroyed 1 extension files of type WX AIPS 1: Destroyed 1 extension files of type TY AIPS 1: Destroyed 1 extension files of type CL AIPS 1: Destroyed 1 extension files of type FQ AIPS 1: Destroyed 1 extension files of type SU AIPS 1: Destroyed 1 extension files of type NX AIPS 1: Destroyed 1 extension files of type AN AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed UV image file: catno= 2 disk= 1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.C BAND.1 AIPS 1: Rename 20000305 .C BAND. 1 (UV) on disk 1 cno 3 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 3 UVFIX1: Task UVFIX (release of 31DEC06) begins UVFIX1: Create 20000305 .C BAND. 1 (UV) on disk 1 cno 2 UVFIX1: Copied AN file from vol/cno/vers 1 3 1 to 1 2 1 UVFIX1: Copied NX file from vol/cno/vers 1 3 1 to 1 2 1 UVFIX1: Copied SU file from vol/cno/vers 1 3 1 to 1 2 1 UVFIX1: Copied FQ file from vol/cno/vers 1 3 1 to 1 2 1 UVFIX1: Copied CL file from vol/cno/vers 1 3 1 to 1 2 1 UVFIX1: Copied TY file from vol/cno/vers 1 3 1 to 1 2 1 UVFIX1: Copied WX file from vol/cno/vers 1 3 1 to 1 2 1 UVFIX1: Copied OF file from vol/cno/vers 1 3 1 to 1 2 1 UVFIX1: Processing subarray 1 UVFIX1: default: IAT-UTC = 32.0 seconds UVFIX1: leap second entries updated until: 1999-JAN-01 UVFIX1: UVFIX1: Appears to have ended successfully UVFIX1: hamal 31DEC06 TST: Cpu= 0.9 Real= 1 IX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure expid AIPS 1: string*20 expnm AIPS 1: string*75 expmsg AIPS 1: return expnm AIPS 1: finish AIPS 1: type expid AIPS 1: ' ' >>AIPS 1: 'EMPTY CATALOG ?' 0 >AIPS 1: Found in Version=ABIN >>>AIPS 1: Found in Version=ABIN AIPS 1: Resumes AIPS 1: Found in Version=ABIN AIPS 1: Task FILLM has finished >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.L BAND.1 AIPS 1: Rename 20000305 .L BAND. 1 (UV) on disk 1 cno 1 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 1 AIPS 1: Resumes AIPS 1: Task UVFIX has finished AIPS 1: Destroyed 1 extension files of type OF AIPS 1: Destroyed 1 extension files of type WX AIPS 1: Destroyed 1 extension files of type TY AIPS 1: Destroyed 1 extension files of type CL AIPS 1: Destroyed 1 extension files of type FQ AIPS 1: Destroyed 1 extension files of type SU AIPS 1: Destroyed 1 extension files of type NX AIPS 1: Destroyed 1 extension files of type AN AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed UV image file: catno= 1 disk= 1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.K BAND.1 AIPS 1: Rename 20000305 .K BAND. 1 (UV) on disk 1 cno 2 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 2 AIPS 1: Resumes AIPS 1: Task UVFIX has finished AIPS 1: Destroyed 1 extension files of type OF AIPS 1: Destroyed 1 extension files of type WX AIPS 1: Destroyed 1 extension files of type TY AIPS 1: Destroyed 1 extension files of type CL AIPS 1: Destroyed 1 extension files of type FQ AIPS 1: Destroyed 1 extension files of type SU AIPS 1: Destroyed 1 extension files of type NX AIPS 1: Destroyed 1 extension files of type AN AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed UV image file: catno= 2 disk= 1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.C BAND.1 AIPS 1: Rename 20000305 .C BAND. 1 (UV) on disk 1 cno 3 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 3 AIPS 1: Resumes AIPS 1: Task UVFIX has finished AIPS 1: Destroyed 1 extension files of type OF AIPS 1: Destroyed 1 extension files of type WX AIPS 1: Destroyed 1 extension files of type TY AIPS 1: Destroyed 1 extension files of type CL AIPS 1: Destroyed 1 extension files of type FQ AIPS 1: Destroyed 1 extension files of type SU AIPS 1: Destroyed 1 extension files of type NX AIPS 1: Destroyed 1 extension files of type AN AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed UV image file: catno= 3 disk= 1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.X BAND.1 AIPS 1: Rename 20000305 .X BAND. 1 (UV) on disk 1 cno 4 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 4 UVFIX1: Task UVFIX (release of 31DEC06) begins UVFIX1: Create 20000305 .X BAND. 1 (UV) on disk 1 cno 3 UVFIX1: Copied AN file from vol/cno/vers 1 4 1 to 1 3 1 UVFIX1: Copied NX file from vol/cno/vers 1 4 1 to 1 3 1 UVFIX1: Copied SU file from vol/cno/vers 1 4 1 to 1 3 1 UVFIX1: Copied FQ file from vol/cno/vers 1 4 1 to 1 3 1 UVFIX1: Copied CL file from vol/cno/vers 1 4 1 to 1 3 1 UVFIX1: Copied TY file from vol/cno/vers 1 4 1 to 1 3 1 UVFIX1: Copied WX file from vol/cno/vers 1 4 1 to 1 3 1 UVFIX1: Copied OF file from vol/cno/vers 1 4 1 to 1 3 1 UVFIX1: Processing subarray 1 UVFIX1: default: IAT-UTC = 32.0 seconds UVFIX1: leap second entries updated until: 1999-JAN-01 UVFIX1: UVFIX1: Appears to have ended successfully UVFIX1: hamal 31DEC06 TST: Cpu= 8.2 Real= 8 ed 1 extension files of type TY AIPS 1: Destroyed 1 extension files of type CL AIPS 1: Destroyed 1 extension files of type FQ AIPS 1: Destroyed 1 extension files of type SU AIPS 1: Destroyed 1 extension files of type NX AIPS 1: Destroyed 1 extension files of type AN AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed UV image file: catno= 3 disk= 1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.X BAND.1 AIPS 1: Rename 20000305 .X BAND. 1 (UV) on disk 1 cno 4 AIPS 1: To 20000305 .PREFIX. 1 (UV) on disk 1 cno 4 AIPS 1: Resumes AIPS 1: Task UVFIX has finished AIPS 1: Destroyed 1 extension files of type OF AIPS 1: Destroyed 1 extension files of type WX AIPS 1: Destroyed 1 extension files of type TY AIPS 1: Destroyed 1 extension files of type CL AIPS 1: Destroyed 1 extension files of type FQ AIPS 1: Destroyed 1 extension files of type SU AIPS 1: Destroyed 1 extension files of type NX AIPS 1: Destroyed 1 extension files of type AN AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed UV image file: catno= 4 disk= 1 >AIPS 1: Disk 1 in-CNO 5 renumbered as CNO 4 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.K BAND.1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.C BAND.1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.X BAND.1 AIPS 1: Got(1) disk= 1 user=**** type=UV 20000305.L BAND.1 >AIPS 1: Disk 1 No files needed renumbering AIPS 1: 'EMPTY CATALOG ?' 4 >AIPS 1: Begin check for any 'standard' scratch files AIPS 1: Scratch files -- destroyed: 0 still active: 0 AIPS 1: User18237: 790 messages, oldest written 17-OCT-2006 13:24:20 AIPS 1: Deleted 0 messages AIPS 1: Saved POPS environment in area named 'LASTEXIT' AIPS 1: Session command-line history saved. AIPS 1: hamal 31DEC06 TST: Cpu= 0.6 Real= 63