casa
5.7.0-16
|
SolvableVisJonesMCol: RW SolvableVisJones cal_main column access. More...
#include <SolvableVJMCol.h>
Protected Member Functions | |
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 | |
SolvableVisJonesMCol (const SolvableVisJonesMCol &) | |
Prohibit copy constructor and assignment operator. More... | |
SolvableVisJonesMCol & | operator= (const SolvableVisJonesMCol &) |
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 |
SolvableVisJonesMCol: RW SolvableVisJones cal_main column access.
Public interface
From "solvable visibility Jones","cal main table" and "columns".
The SolvableVisJonesMCol class allows read-write 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-write access to SVJ calibration table columns.
Definition at line 147 of file SolvableVJMCol.h.
casa::SolvableVisJonesMCol::SolvableVisJonesMCol | ( | SolvableVisJonesTable & | svjTable | ) |
Construct from a calibration table.
|
inlinevirtual |
Default destructor.
Definition at line 154 of file SolvableVJMCol.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 169 of file SolvableVJMCol.h.
|
private |
Prohibit copy constructor and assignment operator.
|
inline |
Definition at line 161 of file SolvableVJMCol.h.
References fit_p.
|
inline |
Definition at line 162 of file SolvableVJMCol.h.
References fitWgt_p.
|
inline |
Definition at line 163 of file SolvableVJMCol.h.
References flag_p.
|
private |
|
inline |
Definition at line 164 of file SolvableVJMCol.h.
References snr_p.
|
inline |
Definition at line 160 of file SolvableVJMCol.h.
References solnOk_p.
|
inline |
Definition at line 158 of file SolvableVJMCol.h.
References totalFit_p.
|
inline |
Definition at line 159 of file SolvableVJMCol.h.
References totalFitWgt_p.
|
inline |
Read-write column accessors.
Definition at line 157 of file SolvableVJMCol.h.
References totalSolnOk_p.
|
private |
Definition at line 181 of file SolvableVJMCol.h.
Referenced by fit().
|
private |
Definition at line 182 of file SolvableVJMCol.h.
Referenced by fitWgt().
|
private |
Definition at line 183 of file SolvableVJMCol.h.
Referenced by flag().
|
private |
Definition at line 184 of file SolvableVJMCol.h.
Referenced by snr().
|
private |
Definition at line 180 of file SolvableVJMCol.h.
Referenced by solnOk().
|
private |
Definition at line 178 of file SolvableVJMCol.h.
Referenced by totalFit().
|
private |
Definition at line 179 of file SolvableVJMCol.h.
Referenced by totalFitWgt().
|
private |
Private column accessors.
Definition at line 177 of file SolvableVJMCol.h.
Referenced by totalSolnOk().