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