casacore
|
Enums for the MeasurementSet FIELD table. More...
#include <MSFieldEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , CODE , DELAY_DIR , FLAG_ROW , NAME , NUM_POLY , PHASE_DIR , REFERENCE_DIR , SOURCE_ID , TIME , NUMBER_REQUIRED_COLUMNS , EPHEMERIS_ID , NUMBER_PREDEFINED_COLUMNS } |
The FIELD table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet FIELD table.
Public interface
This class contains the enums for the MeasurementSet FIELD table
This class does nothing. It is merely a container for the enumerations used by the MSField class. These enumerations define the standard columns and keywords.
See the documentation for MeasurementSet for examples on the use of these enumerations.
Definition at line 60 of file MSFieldEnums.h.
The FIELD table colums with predefined meaning.
Keys: FIELD_ID, SOURCE_ID
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
CODE | Special characteristics of field, e.g. Bandpass calibrator. We need to define a standard set that can be used for automated data reduction. |
DELAY_DIR | Direction of delay center (e.g. RA, DEC) as polynomial in time. |
FLAG_ROW | Flag for this row |
NAME | Field Name. |
NUM_POLY | Polynomial order for *_DIR columns |
PHASE_DIR | Direction of phase center (e.g. RA, DEC) as polynomial in time |
REFERENCE_DIR | Direction of reference center (e.g. RA, DEC). |
SOURCE_ID | Source id (index in SOURCE table) |
TIME | Time origin for the directions and rates.
|
NUMBER_REQUIRED_COLUMNS | Number of required columns. |
EPHEMERIS_ID | Ephemeris id, pointer to EPHEMERIS table (for moving objects, with possible ephemeris updates) |
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 64 of file MSFieldEnums.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 108 of file MSFieldEnums.h.