29 #ifndef MS_SDPOINTINGHANDLER_H
30 #define MS_SDPOINTINGHANDLER_H
43 class MSPointingColumns;
void clearAll()
cleanup everything
A Measure: astronomical direction.
void initRow(Vector< Bool > &handledCols, const Record &row)
initialize everythign which depends on row
RORecordFieldPtr< Double > intervalField_p
Matrix< Double > directionPoly_p
RORecordFieldPtr< Double > timeField_p
A Table intended to hold a MeasurementSet POINTING table.
Vector< Double > directionRate_p
Container for Measure frame.
A class to provide easy access to MSPointing columns.
Int nrow()
convenience functions for use when filling the FIELD table, which is mostly just a clone of this tabl...
MSPointing * msPointing_p
const Matrix< Double > & directionPoly()
MDirection::Ref dirColRef_p
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
RORecordFieldPtr< String > nameField_p
void clearRow()
cleanup things which depend on the row
RORecordFieldPtr< Array< Double > > pointingDirRateField_p
these might come from an MS table this can just come from an MS v1 table
void fill(const Record &row, Int antennaId, Double time, const Vector< Double > &timeRange, const MDirection &direction, const MeasFrame &frame)
fill - a new row is added when a) the name changes b) the time changes such that it would be outside ...
A hierarchical collection of named fields of various types.
A Table intended to hold astronomical data (a set of Measurements).
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, mark fields in row which are handled here
MSPointingColumns * msPointingCols_p
RORecordFieldPtr< String > objectField_p
String: the storage and methods of handling collections of characters.
SDPointingHandler & operator=(const SDPointingHandler &other)
assignment operator, uses copy semantics
RORecordFieldPtr< Bool > trackingField_p
virtual uInt getType() const
Return the type of the reference Caution: the following should really be (and should be interpreted ...
Read-Only access to an individual field from a Record.
SDPointingHandler()
default ctor is not attached to a MS and hence is useless until attached
void resetRow(const Record &)
reset internals given indicated row, use the same MS