casa
5.7.0-16
|
ROGJonesPolyMCol: Read-only GJonesPoly cal_main column access. More...
#include <GJonesMCol.h>
Protected Member Functions | |
ROGJonesPolyMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::ROGJonesMCol | |
ROGJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::ROSolvableVisJonesMCol | |
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 | |
ROGJonesPolyMCol (const ROGJonesPolyMCol &) | |
Prohibit copy constructor and assignment operator. More... | |
ROGJonesPolyMCol & | operator= (const ROGJonesPolyMCol &) |
Private Attributes | |
casacore::ScalarColumn < casacore::String > | polyType_p |
Private column accessors. More... | |
casacore::ScalarColumn < casacore::String > | polyMode_p |
casacore::ScalarColumn < casacore::Complex > | scaleFactor_p |
casacore::ScalarColumn < casacore::Int > | nPolyAmp_p |
casacore::ScalarColumn < casacore::Int > | nPolyPhase_p |
casacore::ArrayColumn < casacore::Double > | polyCoeffAmp_p |
casacore::ArrayColumn < casacore::Double > | polyCoeffPhase_p |
casacore::ScalarColumn < casacore::String > | phaseUnits_p |
ROGJonesPolyMCol: Read-only GJonesPoly cal_main column access.
Public interface
From "read-only","GJonesPoly","cal main" and "columns".
The ROGJonesPolyMCol class allows read-only access to columns in the GJonesPoly main calibration table. GJonesPoly matrices are used to store electronic gain information in the Measurement Equation formalism in polynomial form over time.
Encapsulate read-only access to GJonesPoly calibration table columns.
Definition at line 74 of file GJonesMCol.h.
casa::ROGJonesPolyMCol::ROGJonesPolyMCol | ( | const GJonesPolyTable & | gjpTable | ) |
Construct from a calibration table.
|
inlinevirtual |
Default destructor.
Definition at line 81 of file GJonesMCol.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 97 of file GJonesMCol.h.
|
private |
Prohibit copy constructor and assignment operator.
|
inline |
Definition at line 87 of file GJonesMCol.h.
References nPolyAmp_p.
|
inline |
Definition at line 88 of file GJonesMCol.h.
References nPolyPhase_p.
|
private |
|
inline |
Definition at line 92 of file GJonesMCol.h.
References phaseUnits_p.
|
inline |
Definition at line 89 of file GJonesMCol.h.
References polyCoeffAmp_p.
|
inline |
Definition at line 90 of file GJonesMCol.h.
References polyCoeffPhase_p.
|
inline |
Definition at line 85 of file GJonesMCol.h.
References polyMode_p.
|
inline |
|
inline |
Definition at line 86 of file GJonesMCol.h.
References scaleFactor_p.
|
private |
Definition at line 108 of file GJonesMCol.h.
Referenced by nPolyAmp().
|
private |
Definition at line 109 of file GJonesMCol.h.
Referenced by nPolyPhase().
|
private |
Definition at line 112 of file GJonesMCol.h.
Referenced by phaseUnits().
|
private |
Definition at line 110 of file GJonesMCol.h.
Referenced by polyCoeffAmp().
|
private |
Definition at line 111 of file GJonesMCol.h.
Referenced by polyCoeffPhase().
|
private |
Definition at line 106 of file GJonesMCol.h.
Referenced by polyMode().
|
private |
|
private |
Definition at line 107 of file GJonesMCol.h.
Referenced by scaleFactor().