29 #ifndef MS_SDFEEDHANDLER_H
30 #define MS_SDFEEDHANDLER_H
Index to one or more columns in a table.
RORecordFieldPtr< Array< Double > > receptorAngleField_p
RORecordFieldPtr< Double > timeField_p
RORecordFieldPtr< String > polarizationTypeField_p
void initRow(Vector< Bool > &handledCols, const Record &row)
initialize things which depend on row
RORecordFieldPtr< Int > feed2Field_p
void stokesToPolType(const Vector< Int > &stokes, Vector< String > &polType)
get the polarization type from the stokes vector
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
MSFeedColumns * msFeedCols_p
A Table intended to hold a MeasurementSet FEED table.
Int numReceptors()
the current NUM_RECEPTORS value
void clearAll()
cleanup everything
Int feedId()
get the current feed ID
RORecordFieldPtr< Array< Complex > > polResponseField_p
RORecordFieldPtr< Double > scaReceptorAngleField_p
RORecordFieldPtr< Array< Double > > beamOffsetField_p
SDFeedHandler()
default ctor is not attached to a MS and hence is useless until attached
void resetRow(const Record &row)
reset internals given indicated row, use the same MS
RORecordFieldPtr< Int > beamIdField_p
SDFeedHandler & operator=(const SDFeedHandler &other)
assignment operator, uses copy semantics
A hierarchical collection of named fields of various types.
RORecordFieldPtr< Double > intervalField_p
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, the handledCols and row arguments are ignored here
RORecordFieldPtr< Int > phasedFeedIdField_p
RORecordFieldPtr< Int > numReceptorsField_p
A class to provide easy access to MSFeed columns.
A Table intended to hold astronomical data (a set of Measurements).
RORecordFieldPtr< Int > feed1Field_p
fields which might be the result of saving via ms2sdfits
RORecordFieldPtr< Array< Double > > positionField_p
RecordFieldPtr< Int > numRecpKey_p
void fill(const Record &row, Int antennaId, Int spwinId, const Vector< Int > &stokes)
fill - a new row is added only when necessary