29 #ifndef MS_SDFIELDHANDLER_H
30 #define MS_SDFIELDHANDLER_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Arrays/ArrayFwd.h>
34 #include <casacore/casa/Containers/RecordField.h>
void initRow(Vector< Bool > &handledCols, const Record &row)
initialize things which depend on the row
RecordFieldPtr< Int > sourceIdKey_p
SDFieldHandler & operator=(const SDFieldHandler &other)
assignment operator, uses copy semantics
RORecordFieldPtr< Array< Double > > referenceDirField_p
RORecordFieldPtr< Array< Double > > referenceDirRateField_p
RORecordFieldPtr< Array< Double > > phaseDirField_p
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
MSFieldColumns * msFieldCols_p
RORecordFieldPtr< Bool > flagRowField_p
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, the handledCols and row arguments are ignored here
SDFieldHandler(const SDFieldHandler &other)
copy ctor
RORecordFieldPtr< String > nameField_p
RORecordFieldPtr< String > codeField_p
void resetRow(const Record &row)
reset internals given indicated row, use the same MS; just resets the id pointer
void clearAll()
cleanup everything
RORecordFieldPtr< Array< Double > > delayDirRateField_p
SDFieldHandler()
default ctor is not attached to a MS and hence is useless until attached
Int fieldId()
get the current field ID
RecordFieldPtr< Double > timeKey_p
RecordFieldPtr< String > nameKey_p
RORecordFieldPtr< Array< Double > > delayDirField_p
RORecordFieldPtr< Int > fieldIdField_p
fields which might be present if the data is originally from a MS
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...
RORecordFieldPtr< Array< Double > > phaseDirRateField_p
RORecordFieldPtr< Double > timeField_p
SDFieldHandler(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach this to a MS - no columns are explicitly handled here
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
TableExprNode time(const TableExprNode &node)