28 #ifndef MS_MSSTATECOLUMNS_H 29 #define MS_MSSTATECOLUMNS_H 31 #include <casacore/casa/aips.h> 32 #include <casacore/tables/Tables/ScalarColumn.h> 33 #include <casacore/measures/TableMeasures/ScalarQuantColumn.h> 34 #include <casacore/casa/BasicSL/String.h> 119 const String& stateObsMode,
120 const Bool& stateRef,
121 const Bool& stateSig,
122 const Int& stateSubScan,
ScalarColumn< Int > & subScan()
~MSStateColumns()
The destructor does nothing special.
ScalarColumn< Int > subScan_p
ScalarColumn< Bool > & ref()
ScalarColumn< Bool > sig_p
ScalarColumn< Bool > & flagRow()
const ScalarColumn< Bool > & sig() const
ScalarQuantColumn< Double > & calQuant()
ScalarQuantColumn< Double > loadQuant_p
ScalarColumn< Double > & load()
MSStateColumns & operator=(const MSStateColumns &)
ScalarColumn< Bool > ref_p
Int matchState(const Quantum< Double > &stateCalQ, const Quantum< Double > &stateLoadQ, const String &stateObsMode, const Bool &stateRef, const Bool &stateSig, const Int &stateSubScan, const Quantum< Double > &tolerance, Int tryRow=-1)
Returns the last row that contains a state with the specified values.
ScalarColumn< String > & obsMode()
const ScalarQuantColumn< Double > & calQuant() const
A Table intended to hold a MeasurementSet STATE table.
ScalarColumn< Double > cal_p
ScalarColumn< String > obsMode_p
ScalarQuantColumn< Double > & loadQuant()
const ScalarColumn< Int > & subScan() const
uInt nrow() const
Get the number of rows in the column.
ScalarQuantColumn< Double > calQuant_p
Access to Quantum columns.
ScalarColumn< Double > load_p
bool Bool
Define the standard types used by Casacore.
const ScalarQuantColumn< Double > & loadQuant() const
const ScalarColumn< Bool > & flagRow() const
const ScalarColumn< String > & obsMode() const
const ScalarColumn< Double > & cal() const
Const access to required columns.
ScalarColumn< Bool > flagRow_p
const ScalarColumn< Double > & load() const
uInt nrow() const
Convenience function that returns the number of rows in any of the columns.
String: the storage and methods of handling collections of characters.
void attach(const MSState &msState)
A class to provide easy access to MSState columns.
MSStateColumns ROMSStateColumns
ScalarColumn< Bool > & sig()
this file contains all the compiler specific defines
const ScalarColumn< Bool > & ref() const
ScalarColumn< Double > & cal()
Access to required columns.