casa
5.7.0-16
|
ROSolvableVisJonesMCol: Read-only SolvableVisJones cal_main column access. More...
#include <SolvableCalSetMCol.h>
Protected Member Functions | |
ROSolvableCalSetMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::ROCalMainColumns2< T > | |
ROCalMainColumns2 () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
const casacore::Table & | asTable (const CalTable2 &calTable) |
Return a CalTable as a casacore::Table reference. More... | |
void | attach (const CalTable2 &calTable, casacore::TableColumn &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
Attach a table column accessor. More... | |
void | attach (const CalTable2 &calTable, casacore::ROArrayMeasColumn< casacore::MEpoch > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (const CalTable2 &calTable, casacore::ROArrayMeasColumn< casacore::MFrequency > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (const CalTable2 &calTable, casacore::ROArrayMeasColumn< casacore::MDirection > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (const CalTable2 &calTable, casacore::ROScalarMeasColumn< casacore::MEpoch > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
void | attach (const CalTable2 &calTable, casacore::ROScalarQuantColumn< casacore::Double > &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
Private Member Functions | |
ROSolvableCalSetMCol (const ROSolvableCalSetMCol &) | |
Prohibit copy constructor and assignment operator. More... | |
ROSolvableCalSetMCol & | operator= (const ROSolvableCalSetMCol &) |
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 74 of file SolvableCalSetMCol.h.
casa::ROSolvableCalSetMCol< T >::ROSolvableCalSetMCol | ( | const CalTable2 & | svjTable | ) |
Construct from a calibration table.
|
inlinevirtual |
Default destructor.
Definition at line 81 of file SolvableCalSetMCol.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 96 of file SolvableCalSetMCol.h.
|
private |
Prohibit copy constructor and assignment operator.
|
inline |
Definition at line 88 of file SolvableCalSetMCol.h.
References casa::ROSolvableCalSetMCol< T >::fit_p.
|
inline |
Definition at line 89 of file SolvableCalSetMCol.h.
References casa::ROSolvableCalSetMCol< T >::fitWgt_p.
|
inline |
Definition at line 90 of file SolvableCalSetMCol.h.
References casa::ROSolvableCalSetMCol< T >::flag_p.
|
private |
|
inline |
Definition at line 91 of file SolvableCalSetMCol.h.
References casa::ROSolvableCalSetMCol< T >::snr_p.
|
inline |
Definition at line 87 of file SolvableCalSetMCol.h.
References casa::ROSolvableCalSetMCol< T >::solnOk_p.
|
inline |
Definition at line 85 of file SolvableCalSetMCol.h.
References casa::ROSolvableCalSetMCol< T >::totalFit_p.
|
inline |
Definition at line 86 of file SolvableCalSetMCol.h.
References casa::ROSolvableCalSetMCol< T >::totalFitWgt_p.
|
inline |
Read-only column accessors.
Definition at line 84 of file SolvableCalSetMCol.h.
References casa::ROSolvableCalSetMCol< T >::totalSolnOk_p.
|
private |
Definition at line 108 of file SolvableCalSetMCol.h.
Referenced by casa::ROSolvableCalSetMCol< T >::fit().
|
private |
Definition at line 109 of file SolvableCalSetMCol.h.
Referenced by casa::ROSolvableCalSetMCol< T >::fitWgt().
|
private |
Definition at line 110 of file SolvableCalSetMCol.h.
Referenced by casa::ROSolvableCalSetMCol< T >::flag().
|
private |
Definition at line 111 of file SolvableCalSetMCol.h.
Referenced by casa::ROSolvableCalSetMCol< T >::snr().
|
private |
Definition at line 107 of file SolvableCalSetMCol.h.
Referenced by casa::ROSolvableCalSetMCol< T >::solnOk().
|
private |
Definition at line 105 of file SolvableCalSetMCol.h.
Referenced by casa::ROSolvableCalSetMCol< T >::totalFit().
|
private |
Definition at line 106 of file SolvableCalSetMCol.h.
Referenced by casa::ROSolvableCalSetMCol< T >::totalFitWgt().
|
private |
Private column accessors.
Definition at line 104 of file SolvableCalSetMCol.h.
Referenced by casa::ROSolvableCalSetMCol< T >::totalSolnOk().