MSWeatherEnums.h

Classes

MSWeatherEnums -- Enums for the MeasurementSet WEATHER table (full description)

class MSWeatherEnums

Types

enum PredefinedColumns

UNDEFINED_COLUMN = 0
"True" columns are defined.
TYPE - UNIT - MEASURE
ANTENNA_ID
Antenna number
Int
INTERVAL
Interval over which data is relevant
Double - s
TIME
An MEpoch specifying the midpoint of the time for which data is relevant
Double - s - EPOCH
NUMBER_REQUIRED_COLUMNS = TIME,
The number of required columns
DEW_POINT
Dew point
Dew point
Float - K
DEW_POINT_FLAG
Flag for dew point
Bool
H2O
Average column density of water-vapor
Float - m
H2O_FLAG
Flag for H2O
Bool
IONOS_ELECTRON
Average column density of electrons
Float - m^-2
IONOS_ELECTRON_FLAG
Flag for IONOS_ELECTRON
Bool
PRESSURE
Ambient atmospheric pressure
Float - Pa
PRESSURE_FLAG
Flag for pressure
Bool
REL_HUMIDITY
Ambient relative humidity
Float - \%
REL_HUMIDITY_FLAG
Flag for rel humidity
Bool
TEMPERATURE
Ambient Air Temperature for an antenna
Float - K
TEMPERATURE_FLAG
Flag for temperature
Bool
WIND_DIRECTION
Average wind direction
Float - rad
WIND_DIRECTION_FLAG
Flag for wind direction
Bool
WIND_SPEED
Average wind speed
Float - m/s
WIND_SPEED_FLAG
Flag for wind speed
Bool
NUMBER_PREDEFINED_COLUMNS = WIND_SPEED_FLAG
Not a column, but just a final enum specifying the number of enums.

enum PredefinedKeywords

UNDEFINED_KEYWORD = 0
"True" keywords are defined.
NUMBER_PREDEFINED_KEYWORDS = 0
Not a keyword, but just a final enum specifying the number of enums.

Interface

Description

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Etymology

This class contains the enums for the MeasurementSet WEATHER table

Synopsis

This class does nothing. It is merely a container for the enumerations used by the MSWeather class. These enumerations define the standard columns, keywords.

Example

See the documentation for MeasurementSet for examples on the use of these enumerations.

To Do

Member Description

enum PredefinedColumns

The WEATHER table colums with predefined meaning. Keys: ANTENNA_ID, TIME, INTERVAL.

enum PredefinedKeywords

Keywords with a predefined meaning