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