Go to the documentation of this file.
29 #ifndef MS_SDWEATHERHANDLER_H
30 #define MS_SDWEATHERHANDLER_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Containers/RecordField.h>
40 class MSWeatherColumns;
43 template <
class T>
class Vector;
void clearRow()
cleanup row-related stuff
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, mark fields in row as handled
void clearAll()
cleanup everything
A class to provide easy access to MSWeather columns.
RORecordFieldPtr< Float > ionosElectronField_p
RORecordFieldPtr< Float > windDirField_p
void resetRow(const Record &row)
reset internals given indicated row, use the same MS
MSWeatherColumns * msWeatherCols_p
SDWeatherHandler & operator=(const SDWeatherHandler &other)
assignment operator, uses copy semantics
RORecordFieldPtr< Float > temperatureField_p
RORecordFieldPtr< Double > intervalField_p
A Table intended to hold a MeasurementSet WEATHER table.
RORecordFieldPtr< Float > pressureField_p
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.
RORecordFieldPtr< Float > windSpeedField_p
RORecordFieldPtr< Float > H2OField_p
additional fields from an SDFITS file that had a previous life as a MS
SDWeatherHandler()
default ctor is not attached to a MS and hence is useless until attached
this file contains all the compiler specific defines
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
TableExprNode time(const TableExprNode &node)
A Table intended to hold astronomical data (a set of Measurements).
RORecordFieldPtr< Float > humidityField_p
RORecordFieldPtr< Double > timeField_p
void initRow(Vector< Bool > &handledCols, const Record &row)
intialize the row related stuff
A hierarchical collection of named fields of various types.