AIPS NRAO AIPS HELP file for TUVCP in 31DEC26



As of Sun Sep 13 2:52:24 2026


TUVCP: Modifies the times while copying multiple subarrays

INPUTS

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 #
OUTNAME                            Output UV file name (name)
OUTCLASS                           Output UV file name (class)
OUTSEQ           -1.0     9999.0   Output UV file name (seq. #)
OUTDISK           0.0        9.0   Output UV file disk unit #.
APARM                              Add APARM(i) days for
                                   subarray i.
SUBARRAY                           Highest subarray number

HELP SECTION

TUVCP
Task:  This task will read the input data set one subarray at a time
       and will add the user specified number of days for that subarray
       to the times.  CASA has shown the habit of discarding or changing
       the time intervals for a multi-subarray data set (and also AN
       files 2-n).  The subarray indicators do remain with the data
       (baseline = 256*ia1 + ia2 + subarray/100.0).
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.
  OUTNAME....Output UV file name (name).     Standard defaults.
  OUTCLASS...Output UV file name (class).    Standard defaults.
  OUTSEQ.....Output UV file name (seq. #).   0 => highest unique
  OUTDISK....Disk drive # of output UV file. 0 => highest with
             space for the file.
  APARM......Add APARM(i) days to subarray i.  These do not have to be
             integers although that would be the normal use.
  SUBARRAY...Highest subarray in the data.  This allows the data to be
             missing antenna files.

EXPLAIN SECTION


AIPS