casa
$Rev:20696$
|
Enums for the MeasurementSet OBSERVATION table. More...
#include <MSObsEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN, FLAG_ROW, LOG, OBSERVER, PROJECT, RELEASE_DATE, SCHEDULE, SCHEDULE_TYPE, TELESCOPE_NAME, TIME_RANGE, NUMBER_REQUIRED_COLUMNS, NUMBER_PREDEFINED_COLUMNS } |
The OBSERVATION table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD, NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... |
Enums for the MeasurementSet OBSERVATION table.
Public interface
This class contains the enums for the MeasurementSet OBSERVATION table
This class does nothing. It is merely a container for the enumerations used by the MSObservation class. These enumerations define the standard columns, keywords.
See the documentation for MeasurementSet for examples on the use of these enumerations.
Definition at line 58 of file MSObsEnums.h.
The OBSERVATION table colums with predefined meaning.
The OBSERVATION_ID is the row number .
UNDEFINED_COLUMN |
"True" columns are defined.
|
FLAG_ROW |
Row flag |
LOG |
Observing log |
OBSERVER |
Name of observer(s) |
PROJECT |
Project identification string |
RELEASE_DATE |
Release data, date when data may become public |
SCHEDULE |
Observing schedule |
SCHEDULE_TYPE |
Observing schedule type |
TELESCOPE_NAME |
Telescope name |
TIME_RANGE |
Start and end times of observation |
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 62 of file MSObsEnums.h.
Keywords with a predefined meaning.
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 100 of file MSObsEnums.h.