Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/pub/software/AIPS/build/15APR98/builddir/ATCLCAL.HLP
Дата изменения: Wed May 24 17:24:06 2000
Дата индексирования: Mon Jun 28 02:33:54 2010
Кодировка:

Поисковые слова: п п п п п п п п п
; ATCLCAL
;---------------------------------------------------------------
ATCLCAL LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC
ATCLCAL Procedure to run CLCAL for AT data.
INNAME Input UV file name (name)
INCLASS Input UV file name (class)
INSEQ 0.0 9999.0 Input UV file name (seq. #)
INDISK 0.0 9.0 Input UV file disk unit #
SOURCES Source list to calibrate
SOUCODE Source "Cal codes"
CALSOUR Cal sources for calibration
CALCODE Calibrator code ' '=>all
QUAL -10.0 Calibrator qualifier -1=>all
FREQID Freq. ID to select.
TIMERANG Time range to calibrate
INTERPOL Interpolation function
INTPARM Interpolation parameters
SNVER Input SN table, 0=>all.
GAINVER Input Cal table 0=>1
GAINUSE Output CAL table 0=>2
REFANT Reference antenna 0=>pick.
BADDISK 0.0 9.0 Disks to avoid for scratch
----------------------------------------------------------------
ATCLCAL
Type: Procedure
Use: Runs CLCAL with reduced inputs appropriate to the AT.
CLCAL manages SN and CL tables. The SN tables are merged
if necessary and applied to the specified entries in CL
table GAINVER and written to CL table GAINUSE. See HELP
CLCAL for more information.

Adverbs:
INNAME.....Input UV file name (name). Standard defaults.
INCLASS....Input UV file name (class). Standard defaults.
INSEQ......Input UV file name (seq. #). 0 => highest.
INDISK.....Disk drive # of input UV file. 0 => any.
SOURCES....List of sources whose CL table entries are to be
updated. '*' = all; a "-" before a source name
means all except ANY source named.
SOUCODE....Sources may be selected on the basis of the
calibrator code given in the SU table.
' ' => any calibrator code selected
'* ' => any non blank code (cal. only)
'-CAL' => blank codes only (no calibrators)
anything else = calibrator code to select.
NB: The SOUCODE test is applied in addition to the
other tests, i.e. SOURCES and QUAL, in the
selection of sources to process.
CALSOUR....List of calibrators to use for updating the CL
table. '*' = all; a "-" before a calibrator name
means all except ANY calibrator named.
CALCODE....Calibrators may be selected on the basis of the
calibrator code given in the SU table.
' ' => any calibrator code selected
'* ' => any non blank code (cal. only)
'-CAL' => blank codes only (no calibrators)
anything else = calibrator code to select.
NB: The CALCODE test is applied in addition to the
other tests, i.e. CALSOUR and QUAL, in the
selection of sources to process.
CALCODE affects only the selection of calibrators.
QUAL.......Only sources with a source qualifier number in the
SU table matching QUAL will be used if QUAL is not
-1.
FREQID.....Frequency identifier to select (you may determine
which is applicable from the OPTYPE='SCAN' listing
produced by LISTR).
TIMERANG...Time range of the data to be calibrated. In order:
Start day, hour, min. sec,
end day, hour, min. sec. Days relative to ref.
date.
INTERPOL...The type of interpolation to be applied to the
SN table:
' ' = linear interpolation but no smoothing,
'2PT ' = linear interpolation but no smoothing,
'MWF ' = Median window filter
'BOX ' = boxcar smoothing then linear
interpolation, boxcar width set by
adverb INTPARM.
'SELF' = Use only solution from same source which
is closest in time.
INTPARM....Parameters for interpolation function.
For boxcar smoothing INTPARM gives the boxcar
width in hours.
(1) => smoothing time for amplitudes,
(2) => smoothing time for sine and cosine,
(3) => smoothing time for delay and rate.
Note: a smoothing time of 0 (or greater) will
cause any undefined (fit failed) values to be
filled in from values nearby in time.
SNVER......Selected SN table(s). If SNVER > 0 then only SN
version SNVER is used. If SNVER <= 0 then all SN
tables are selected.
GAINVER....specifies the input version of the Cal (CL) table
to which the SN tables will be applied.
0 => 1
GAINUSE....version number of the Cal. table to use after the
application of the SN tables and is applied to the
data. This table will be updated with the SN
tables. 0 => 2.
Note: modifying version 1 is disallowed.
REFANT.....Reference antenna to use. All phase-like values
in the combined SN table will be referenced to
this antenna. 0=> use the one used in the most
solutions.
BADDISK....List of disks which are not to be used for scratch
files.
----------------------------------------------------------------