casacore
|
Enums for the MeasurementSet POINTING table. More...
#include <MSPointingEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , ANTENNA_ID , DIRECTION , INTERVAL , NAME , NUM_POLY , TARGET , TIME , TIME_ORIGIN , TRACKING , NUMBER_REQUIRED_COLUMNS , ENCODER , ON_SOURCE , OVER_THE_TOP , POINTING_MODEL_ID , POINTING_OFFSET , SOURCE_OFFSET , NUMBER_PREDEFINED_COLUMNS } |
The POINTING table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet POINTING table.
Public interface
This class contains the enums for the MeasurementSet POINTING table
This class does nothing. It is merely a container for the enumerations used by the MSPointing 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 MSPointingEnums.h.
The POINTING table colums with predefined meaning.
Keys: ANTENNA_ID, TIME, INTERVAL
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
ANTENNA_ID | Antenna id |
DIRECTION | Antenna pointing direction (e.g. RA, DEC) as polynomial in time. |
INTERVAL | Time interval |
NAME | Pointing Name. |
NUM_POLY | Polynomial order for *_DIR columns |
TARGET | Target direction |
TIME | Time midpoint for interval.
|
TIME_ORIGIN | Time origin for the directions and rates.
|
TRACKING | Track flag - true if on position |
NUMBER_REQUIRED_COLUMNS | Number of required columns |
ENCODER | Encoder values |
ON_SOURCE | On source flag - true if on source |
OVER_THE_TOP | Over the top flag - true if antenna has been driven over the top |
POINTING_MODEL_ID | Pointing model id |
POINTING_OFFSET | Pointing offset as polynomial in time |
SOURCE_OFFSET | Offset from source as polynomial in time |
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 64 of file MSPointingEnums.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 120 of file MSPointingEnums.h.