MAIN table: Coordinates, Data, pointers and Flags
Name Format Units Measure Comments
Keywords
Columns
Coordinate information
TIME TpDouble s EPOCH Midpoint of the integration.
DURATION TpFloat s DURATION Length of integration
EXPOSURE TpFloat s DURATION The effective integration time
ANTENNA1 TpInt First antenna
ANTENNA2 TpInt Second antenna
UVW TpDouble(3) m UVW UVW coordinates
FEED1 TpInt Feed on ANTENNA1
FEED2 TpInt Feed on ANTENNA2
PULSAR_BIN TpInt Pulsar bin number
SCAN_NUMBER TpInt Scan Number
Pointers into subtables
ARRAY_ID TpInt
SOURCE_ID TpInt
FIELD_ID TpInt
FREQUENCY_ID TpInt
OBSERVATION_ID TpInt
CORRELATOR_ID TpInt
PULSAR_ID TpInt
Data description columns
NUM_CHAN TpInt # spectral channels
NUM_CORR TpInt # correlations
CORRELATION_TYPE TpInt (2, NUM_CORR) (see below)
Data
DATA TpComplex (NUM_CORR, NUM_CHAN) Complex visibility matrix.
SIGMA TpFloat (NUM_CORR, NUM_CHAN) Estimated rms noise.
Flag information
FLAG TpBool (NUM_CORR, NUM_CHAN) The data flags
Notes:
Next I give the description of the various subtables. The columns are categorized into Keys, Data description, Data, and Flags.