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