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