casa
5.7.0-16
|
VisJonesMCol: Read-write VisJones cal_main calibration table column access. More...
#include <VisJonesMCol.h>
Protected Member Functions | |
VisJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::CalMainColumns | |
CalMainColumns () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
casacore::Table & | asTable (CalTable &calTable) |
Return a CalTable as a casacore::Table reference. More... | |
void | attach (CalTable &calTable, casacore::TableColumn &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
Attach a table column accessor. More... | |
void | attach (CalTable &calTable, casacore::ArrayMeasColumn< casacore::MEpoch > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (CalTable &calTable, casacore::ArrayMeasColumn< casacore::MFrequency > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (CalTable &calTable, casacore::ArrayMeasColumn< casacore::MDirection > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (CalTable &calTable, casacore::ScalarMeasColumn< casacore::MEpoch > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (CalTable &calTable, casacore::ScalarQuantColumn< casacore::Double > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
Private Member Functions | |
VisJonesMCol (const VisJonesMCol &) | |
Prohibit copy constructor and assignment operator. More... | |
VisJonesMCol & | operator= (const VisJonesMCol &) |
VisJonesMCol: Read-write VisJones cal_main calibration table column access.
Public interface
From "visibility Jones", "calibration main table" and "columns".
The VisJonesMCol class allows read-write access to columns in the VisJones main calibration table. Specializations for baseline-based, time-variable and solvable VisJones calibration table record types are provided through inheritance.
Encapsulate access to calibration table columns.
Definition at line 128 of file VisJonesMCol.h.
casa::VisJonesMCol::VisJonesMCol | ( | CalTable & | calTable | ) |
Construct from a calibration table.
|
inlinevirtual |
Default destructor.
Definition at line 135 of file VisJonesMCol.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 140 of file VisJonesMCol.h.
|
private |
Prohibit copy constructor and assignment operator.
|
private |