casacore
|
Enums for the MeasurementSet ANTENNA table. More...
#include <MSAntennaEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , TYPE , DISH_DIAMETER , FLAG_ROW , MOUNT , NAME , OFFSET , POSITION , STATION , NUMBER_REQUIRED_COLUMNS , MEAN_ORBIT , ORBIT_ID , PHASED_ARRAY_ID , NUMBER_PREDEFINED_COLUMNS } |
The ANTENNA table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet ANTENNA table.
Public interface
This class contains the enums for the MeasurementSet ANTENNA table
This class does nothing. It is merely a container for the enumerations used by the MSAntenna 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 MSAntennaEnums.h.
The ANTENNA table colums with predefined meaning.
Keys: ANTENNA_ID, ARRAY_ID
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
TYPE | Antenna type: "GROUND-BASED", "SPACE-BASED", "TRACKING-STATION" |
DISH_DIAMETER | Physical diameter of dish (if appropriate) |
FLAG_ROW | Flag for this row |
MOUNT | Mount type: choose from "AZ-EL", "HA-DEC", "X-Y", "orbiting" or "bizarre" (following VLBA FITS). |
NAME | Antenna name, e.g. VLA22, CA03. |
OFFSET | Axes offset of mount to FEED REFERENCE point.
|
POSITION | Antenna X,Y,Z phase reference positions in the IERS Terrestrial Reference Frame (ITRF); right-handed, X towards the intersection of the ITRF equator and the Greenwich meridian, Z towards the adopted mean position of the pole.
|
STATION | Station (antenna pad) name. |
NUMBER_REQUIRED_COLUMNS | Number of required columns. |
MEAN_ORBIT | Mean Keplerian orbit elements |
ORBIT_ID | Index into optional ORBIT table.
|
PHASED_ARRAY_ID | Index into optional PHASED_ARRAY table.
|
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 64 of file MSAntennaEnums.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 113 of file MSAntennaEnums.h.