casacore
|
Enums for the MeasurementSet SOURCE table. More...
#include <MSSourceEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , CALIBRATION_GROUP , CODE , DIRECTION , INTERVAL , NAME , NUM_LINES , PROPER_MOTION , SOURCE_ID , SPECTRAL_WINDOW_ID , TIME , NUMBER_REQUIRED_COLUMNS , POSITION , PULSAR_ID , REST_FREQUENCY , SOURCE_MODEL , SYSVEL , TRANSITION , 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 SOURCE table.
Public interface
This class contains the enums for the MeasurementSet SOURCE table
This class does nothing. It is merely a container for the enumerations used by the MSSource 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 MSSourceEnums.h.
The Antenna table colums with predefined meaning.
Keys: SPECTRAL_WINDOW_ID, INTERVAL, TIME, SOURCE_ID
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
CALIBRATION_GROUP | Number of grouping for calibration purpose.
|
CODE | Special characteristics of source, e.g. Bandpass calibrator. We need to define a standard set that can be used for automated data reduction.. |
DIRECTION | Direction (e.g. RA, DEC). |
INTERVAL | Interval of time for which this set of parameters is accurate.
|
NAME | Name of source as given during observations. |
NUM_LINES | Number of spectral lines |
PROPER_MOTION | Proper motion.
|
SOURCE_ID | Source id.
|
SPECTRAL_WINDOW_ID | Spectral window id.
|
TIME | Midpoint of time for which this set of parameters is accurate.
|
NUMBER_REQUIRED_COLUMNS | Number of required columns. |
POSITION | Position (e.g. for solar system objects. |
PULSAR_ID | Pulsar Id |
REST_FREQUENCY | Line rest frequency |
SOURCE_MODEL | Default Component Source Model |
SYSVEL | Systemic velocity at reference.
|
TRANSITION | Transition name |
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 64 of file MSSourceEnums.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 125 of file MSSourceEnums.h.