29 #ifndef MS_SDWEATHERHANDLER_H
30 #define MS_SDWEATHERHANDLER_H
41 class MSWeatherColumns;
RORecordFieldPtr< Double > timeField_p
TableExprNode time(const TableExprNode &node)
MSWeatherColumns * msWeatherCols_p
A Table intended to hold a MeasurementSet WEATHER table.
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, mark fields in row as handled
RORecordFieldPtr< Float > windSpeedField_p
void initRow(Vector< Bool > &handledCols, const Record &row)
intialize the row related stuff
RORecordFieldPtr< Float > ionosElectronField_p
SDWeatherHandler()
default ctor is not attached to a MS and hence is useless until attached
void clearRow()
cleanup row-related stuff
RORecordFieldPtr< Float > pressureField_p
RORecordFieldPtr< Float > temperatureField_p
RORecordFieldPtr< Float > H2OField_p
additional fields from an SDFITS file that had a previous life as a MS
RORecordFieldPtr< Float > humidityField_p
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
A hierarchical collection of named fields of various types.
A Table intended to hold astronomical data (a set of Measurements).
void resetRow(const Record &row)
reset internals given indicated row, use the same MS
void fill(const Record &row, Int antennaId, Double time, Vector< Double > &timeRange)
fill - a new row is added as necessary, there is no lookback to see if a row could be reused...
SDWeatherHandler & operator=(const SDWeatherHandler &other)
assignment operator, uses copy semantics
RORecordFieldPtr< Double > intervalField_p
RORecordFieldPtr< Float > windDirField_p
void clearAll()
cleanup everything
A class to provide easy access to MSWeather columns.