casa
5.7.0-16
|
DJonesMCol: RW DJones cal_main column access. More...
#include <SolvableVJMCol.h>
Protected Member Functions | |
DJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::SolvableVisJonesMCol | |
SolvableVisJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::TimeVarVisJonesMCol | |
TimeVarVisJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::VisJonesMCol | |
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 | |
DJonesMCol (const DJonesMCol &) | |
Prohibit copy constructor and assignment operator. More... | |
DJonesMCol & | operator= (const DJonesMCol &) |
DJonesMCol: RW DJones cal_main column access.
Public interface
From "DJones","cal main table" and "columns".
The DJonesMCol class allows read-write access to columns in the DJones main calibration table. DJones matrices are used to store instrumental polarization calibration information in the Measurement Equation formalism.
Encapsulate read-write access to DJones calibration table columns.
Definition at line 389 of file SolvableVJMCol.h.
casa::DJonesMCol::DJonesMCol | ( | DJonesTable & | djTable | ) |
Construct from a calibration table.
|
inlinevirtual |
Default destructor.
Definition at line 396 of file SolvableVJMCol.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 401 of file SolvableVJMCol.h.
|
private |
Prohibit copy constructor and assignment operator.
|
private |