AIPS NRAO AIPS HELP file for PCAVG in 31DEC24



As of Thu Apr 25 14:26:18 2024


PCAVG: Task which time averages pulse-cal tables

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 #
INVERS            0.0              Input PC table version
SOLINT                             Averaging time in seconds
                                   < 0 -> use strict intervals
BADDISK                            Disks to avoid for scratch

HELP SECTION

PCAVG
Task:  This task sorts the input PC table into antenna-time order and
       then writes out a new PC table averaging over time (but not
       between scans).
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.
  INVERS.....PC table version to be averaged.  0 -> highest
  SOLINT.....Averaging time in seconds.  No default.
             If < 0, each scan is broken up into intervals of length
                ABS(SOLINT) and PC records falling in the interval are
                averaged with the time of the interval set at its mid
                point.
             If > 0, each SOLINT interval begins with a data sample
                for the current antenna and lasts until the first time
                more than SOLINT later (or the scan ends, the source
                changes, etc.).  This means that the different
                antennas will end up with different averaged times if
                there has been any editing or drop outs.  PCFLG on
                such a data set will be less than desirable.
  BADDISK....The disk numbers to avoid for scratch files (sorting
             tables mostly).

EXPLAIN SECTION


AIPS