casa
5.7.0-16
|
ROSolvableVisJonesMCol: Read-only SolvableVisJones cal_main column access. More...
#include <SolvableVJMCol.h>
Protected Member Functions | |
ROSolvableVisJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::ROTimeVarVisJonesMCol | |
ROTimeVarVisJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::ROVisJonesMCol | |
ROVisJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::ROCalMainColumns | |
ROCalMainColumns () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
const casacore::Table & | asTable (const CalTable &calTable) |
Return a CalTable as a casacore::Table reference. More... | |
void | attach (const CalTable &calTable, casacore::TableColumn &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
Attach a table column accessor. More... | |
void | attach (const CalTable &calTable, casacore::ROArrayMeasColumn< casacore::MEpoch > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (const CalTable &calTable, casacore::ROArrayMeasColumn< casacore::MFrequency > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (const CalTable &calTable, casacore::ROArrayMeasColumn< casacore::MDirection > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (const CalTable &calTable, casacore::ROScalarMeasColumn< casacore::MEpoch > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (const CalTable &calTable, casacore::ROScalarQuantColumn< casacore::Double > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
Private Member Functions | |
ROSolvableVisJonesMCol (const ROSolvableVisJonesMCol &) | |
Prohibit copy constructor and assignment operator. More... | |
ROSolvableVisJonesMCol & | operator= (const ROSolvableVisJonesMCol &) |
Private Attributes | |
casacore::ScalarColumn < casacore::Bool > | totalSolnOk_p |
Private column accessors. More... | |
casacore::ScalarColumn < casacore::Float > | totalFit_p |
casacore::ScalarColumn < casacore::Float > | totalFitWgt_p |
casacore::ArrayColumn < casacore::Bool > | solnOk_p |
casacore::ArrayColumn < casacore::Float > | fit_p |
casacore::ArrayColumn < casacore::Float > | fitWgt_p |
casacore::ArrayColumn < casacore::Bool > | flag_p |
casacore::ArrayColumn < casacore::Float > | snr_p |
ROSolvableVisJonesMCol: Read-only SolvableVisJones cal_main column access.
Public interface
From "read-only","solvable visibility Jones","cal main" and "columns".
The ROSolvableVisJonesMCol class allows read-only access to columns in the SolvableVisJones main calibration table. Specializations for individual solvable Jones matrix types (e.g. GJones) are provided through inheritance.
Encapsulate read-only access to SVJ calibration table columns.
Definition at line 72 of file SolvableVJMCol.h.
casa::ROSolvableVisJonesMCol::ROSolvableVisJonesMCol | ( | const SolvableVisJonesTable & | svjTable | ) |
Construct from a calibration table.
|
inlinevirtual |
Default destructor.
Definition at line 79 of file SolvableVJMCol.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 94 of file SolvableVJMCol.h.
|
private |
Prohibit copy constructor and assignment operator.
|
inline |
Definition at line 86 of file SolvableVJMCol.h.
References fit_p.
|
inline |
Definition at line 87 of file SolvableVJMCol.h.
References fitWgt_p.
|
inline |
Definition at line 88 of file SolvableVJMCol.h.
References flag_p.
|
private |
|
inline |
Definition at line 89 of file SolvableVJMCol.h.
References snr_p.
|
inline |
Definition at line 85 of file SolvableVJMCol.h.
References solnOk_p.
|
inline |
Definition at line 83 of file SolvableVJMCol.h.
References totalFit_p.
|
inline |
Definition at line 84 of file SolvableVJMCol.h.
References totalFitWgt_p.
|
inline |
Read-only column accessors.
Definition at line 82 of file SolvableVJMCol.h.
References totalSolnOk_p.
|
private |
Definition at line 106 of file SolvableVJMCol.h.
Referenced by fit().
|
private |
Definition at line 107 of file SolvableVJMCol.h.
Referenced by fitWgt().
|
private |
Definition at line 108 of file SolvableVJMCol.h.
Referenced by flag().
|
private |
Definition at line 109 of file SolvableVJMCol.h.
Referenced by snr().
|
private |
Definition at line 105 of file SolvableVJMCol.h.
Referenced by solnOk().
|
private |
Definition at line 103 of file SolvableVJMCol.h.
Referenced by totalFit().
|
private |
Definition at line 104 of file SolvableVJMCol.h.
Referenced by totalFitWgt().
|
private |
Private column accessors.
Definition at line 102 of file SolvableVJMCol.h.
Referenced by totalSolnOk().