Go to the documentation of this file.
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< Bool > & ref()
ScalarColumn< Bool > sig_p
ScalarColumn< Bool > & flagRow()
const ScalarColumn< Bool > & sig() const
const ScalarColumn< Bool > & ref() const
ScalarColumn< Double > & load()
~MSStateColumns()
The destructor does nothing special.
ScalarColumn< String > & obsMode()
MSStateColumns ROMSStateColumns
MSStateColumns & operator=(const MSStateColumns &)
ScalarColumn< Double > load_p
ScalarQuantColumn< Double > loadQuant_p
ScalarColumn< Bool > ref_p
ScalarQuantColumn< Double > & calQuant()
MSStateColumns(const MSStateColumns &)
ScalarColumn< Double > cal_p
ScalarColumn< Bool > flagRow_p
ScalarColumn< String > obsMode_p
ScalarQuantColumn< Double > & loadQuant()
this file contains all the compiler specific defines
MSStateColumns(const MSState &msState)
Create a columns object that accesses the data in the specified Table.
ScalarColumn< Double > & cal()
Access to required columns.
const ScalarColumn< Double > & cal() const
Const access to required columns.
const ScalarQuantColumn< Double > & calQuant() const
const ScalarColumn< String > & obsMode() const
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.
ScalarQuantColumn< Double > calQuant_p
Access to Quantum columns.
const ScalarQuantColumn< Double > & loadQuant() const
ScalarColumn< Int > subScan_p
ScalarColumn< Bool > & sig()
const ScalarColumn< Double > & load() const
String: the storage and methods of handling collections of characters.
bool Bool
Define the standard types used by Casacore.
ScalarColumn< Int > & subScan()
const ScalarColumn< Int > & subScan() const
void attach(const MSState &msState)
uInt nrow() const
Convenience function that returns the number of rows in any of the columns.
const ScalarColumn< Bool > & flagRow() const