casacore
|
Enums for the MeasurementSet SYSCAL table. More...
#include <MSSysCalEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , ANTENNA_ID , FEED_ID , INTERVAL , SPECTRAL_WINDOW_ID , TIME , NUMBER_REQUIRED_COLUMNS , PHASE_DIFF , PHASE_DIFF_FLAG , TANT , TANT_FLAG , TANT_SPECTRUM , TANT_TSYS , TANT_TSYS_FLAG , TANT_TSYS_SPECTRUM , TCAL , TCAL_FLAG , TCAL_SPECTRUM , TRX , TRX_FLAG , TRX_SPECTRUM , TSKY , TSKY_FLAG , TSKY_SPECTRUM , TSYS , TSYS_FLAG , TSYS_SPECTRUM , NUMBER_PREDEFINED_COLUMNS } |
The SYSCAL table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet SYSCAL table.
Public interface
This class contains the enums for the MeasurementSet SYSCAL table
This class does nothing. It is merely a container for the enumerations used by the MSSysCal class. These enumerations define the standard columns, keywords.
See the documentation for MeasurementSet for examples on the use of these enumerations.
Definition at line 57 of file MSSysCalEnums.h.
The SYSCAL table colums with predefined meaning.
Keys: ANTENNA_ID, ARRAY_ID, FEED_ID, SPECTRAL_WINDOW_ID, INTERVAL, TIME
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
ANTENNA_ID | Antenna Id.
|
FEED_ID | Feed id |
INTERVAL | Interval for which this set of parameters is accurate |
SPECTRAL_WINDOW_ID | Spectral window id |
TIME | Midpoint of time for which this set of parameters is accurate |
NUMBER_REQUIRED_COLUMNS | Enum specifying the number of required columns. |
PHASE_DIFF | Phase difference between receptor 2 and receptor 1. Not used for single polarization feeds. |
PHASE_DIFF_FLAG | Flag for PHASE_DIFF |
TANT | Antenna temperature |
TANT_FLAG | Flag for TANT |
TANT_SPECTRUM | Antenna temperature for each channel and receptor |
TANT_TSYS | Ratio of antenna temperature and system temperature |
TANT_TSYS_FLAG | Flag for TANT_TSYS |
TANT_TSYS_SPECTRUM | Spectrum of Tant/Tsys ratio for each receptor |
TCAL | Calibration temperature for each receptor |
TCAL_FLAG | Flag for TCAL |
TCAL_SPECTRUM | Calibration temp. for each channel and receptor |
TRX | Receiver temperature for each of the two receptors. This is a scalar quantity |
TRX_FLAG | Flag for TRX |
TRX_SPECTRUM | Receiver temp. for each channel and receptor |
TSKY | Sky temperature for each of the two receptors. |
TSKY_FLAG | Flag for TSKY |
TSKY_SPECTRUM | Sky temp. for each channel and receptor |
TSYS | System temp. for each of the two receptors. |
TSYS_FLAG | Flag for TSYS |
TSYS_SPECTRUM | System temp. for each channel and receptor |
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 61 of file MSSysCalEnums.h.
Keywords with a predefined meaning.
Enumerator | |
---|---|
UNDEFINED_KEYWORD | "True" keywords are defined.
|
NUMBER_PREDEFINED_KEYWORDS | Not a keyword, but just a final enum specifying the number of enums. |
Definition at line 149 of file MSSysCalEnums.h.