casacore
|
Enums for the MeasurementSet WEATHER table. More...
#include <MSWeatherEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , ANTENNA_ID , INTERVAL , TIME , NUMBER_REQUIRED_COLUMNS , DEW_POINT , DEW_POINT_FLAG , H2O , H2O_FLAG , IONOS_ELECTRON , IONOS_ELECTRON_FLAG , PRESSURE , PRESSURE_FLAG , REL_HUMIDITY , REL_HUMIDITY_FLAG , TEMPERATURE , TEMPERATURE_FLAG , WIND_DIRECTION , WIND_DIRECTION_FLAG , WIND_SPEED , WIND_SPEED_FLAG , NUMBER_PREDEFINED_COLUMNS } |
The WEATHER table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet WEATHER table.
Public interface
This class contains the enums for the MeasurementSet WEATHER table
This class does nothing. It is merely a container for the enumerations used by the MSWeather 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 MSWeatherEnums.h.
The WEATHER table colums with predefined meaning.
Keys: ANTENNA_ID, TIME, INTERVAL.
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
ANTENNA_ID | Antenna number |
INTERVAL | Interval over which data is relevant |
TIME | An MEpoch specifying the midpoint of the time for which data is relevant |
NUMBER_REQUIRED_COLUMNS | The number of required columns |
DEW_POINT | Dew point |
DEW_POINT_FLAG | Flag for dew point |
H2O | Average column density of water-vapor |
H2O_FLAG | Flag for H2O |
IONOS_ELECTRON | Average column density of electrons |
IONOS_ELECTRON_FLAG | Flag for IONOS_ELECTRON |
PRESSURE | Ambient atmospheric pressure |
PRESSURE_FLAG | Flag for pressure |
REL_HUMIDITY | Ambient relative humidity |
REL_HUMIDITY_FLAG | Flag for rel humidity |
TEMPERATURE | Ambient Air Temperature for an antenna |
TEMPERATURE_FLAG | Flag for temperature |
WIND_DIRECTION | Average wind direction |
WIND_DIRECTION_FLAG | Flag for wind direction |
WIND_SPEED | Average wind speed |
WIND_SPEED_FLAG | Flag for wind speed |
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 64 of file MSWeatherEnums.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 134 of file MSWeatherEnums.h.