casacore
|
Enums for the MeasurementSet FREQ_OFFSET table. More...
#include <MSFreqOffEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , ANTENNA1 , ANTENNA2 , FEED_ID , INTERVAL , OFFSET , SPECTRAL_WINDOW_ID , TIME , NUMBER_REQUIRED_COLUMNS , NUMBER_PREDEFINED_COLUMNS } |
The FREQ_OFFSET table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet FREQ_OFFSET table.
Public interface
This class contains the enums for the MeasurementSet FREQ_OFFSET table
This class does nothing. It is merely a container for the enumerations used by the MSFreqOffset class. These enumerations define the standard columns, keywords.
See the documentation for MeasurementSet for examples on the use of these enumerations.
Definition at line 60 of file MSFreqOffEnums.h.
The FREQ_OFFSET table colums with predefined meaning.
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
ANTENNA1 | Antenna 1 id |
ANTENNA2 | Antenna 2 id |
FEED_ID | Feed id |
INTERVAL | Time interval |
OFFSET | Frequency offset |
SPECTRAL_WINDOW_ID | Spectral window id |
TIME | Midpoint of time interval |
NUMBER_REQUIRED_COLUMNS | Number of required columns. |
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 63 of file MSFreqOffEnums.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 95 of file MSFreqOffEnums.h.