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