29 #ifndef MS_SDFIELDHANDLER_H
30 #define MS_SDFIELDHANDLER_H
Index to one or more columns in a table.
MSFieldColumns * msFieldCols_p
TableExprNode time(const TableExprNode &node)
RORecordFieldPtr< Double > timeField_p
RORecordFieldPtr< String > nameField_p
SDFieldHandler()
default ctor is not attached to a MS and hence is useless until attached
void initRow(Vector< Bool > &handledCols, const Record &row)
initialize things which depend on the row
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
void clearAll()
cleanup everything
A class to provide easy access to MSField columns.
RORecordFieldPtr< Array< Double > > referenceDirField_p
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, the handledCols and row arguments are ignored here
RORecordFieldPtr< Array< Double > > phaseDirRateField_p
RORecordFieldPtr< Array< Double > > referenceDirRateField_p
Access to an individual field in a record.
RORecordFieldPtr< Int > fieldIdField_p
fields which might be present if the data is originally from a MS
A hierarchical collection of named fields of various types.
RecordFieldPtr< Int > sourceIdKey_p
RORecordFieldPtr< Bool > flagRowField_p
A Table intended to hold a MeasurementSet FIELD table.
A Table intended to hold astronomical data (a set of Measurements).
RecordFieldPtr< String > nameKey_p
SDFieldHandler & operator=(const SDFieldHandler &other)
assignment operator, uses copy semantics
String: the storage and methods of handling collections of characters.
RORecordFieldPtr< Array< Double > > delayDirRateField_p
void resetRow(const Record &row)
reset internals given indicated row, use the same MS; just resets the id pointer
RecordFieldPtr< Double > timeKey_p
Int fieldId()
get the current field ID
RORecordFieldPtr< Array< Double > > delayDirField_p
RORecordFieldPtr< Array< Double > > phaseDirField_p
RORecordFieldPtr< String > codeField_p
void fill(const Record &row, const String &name, Int directionRefType, const Matrix< Double > &directionPoly, Double time, Int sourceId)
fill - a new row is added at each call unless the data is from a previous MS fill in which case an ex...