casa
5.7.0-16
|
BJonesPolyMCol: RW BJonesPoly cal_main column access. More...
#include <BJonesMCol.h>
Protected Member Functions | |
BJonesPolyMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
Protected Member Functions inherited from casa::BJonesMCol | |
BJonesMCol () | |
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 | |
BJonesPolyMCol (const BJonesPolyMCol &) | |
Prohibit copy constructor and assignment operator. More... | |
BJonesPolyMCol & | operator= (const BJonesPolyMCol &) |
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::ArrayColumn < casacore::Double > | validDomain_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 |
casacore::ScalarColumn < casacore::Complex > | sideBandRef_p |
BJonesPolyMCol: RW BJonesPoly cal_main column access.
Public interface
From "BJonesPoly","cal main table" and "columns".
The BJonesPolyMCol class allows read-write access to columns in the BJonesPoly main calibration table. BJonesPoly matrices are used to store bandpass information in the Measurement Equation formalism in polynomial form.
Encapsulate read-write access to BJonesPoly calibration table columns.
Definition at line 265 of file BJonesMCol.h.
casa::BJonesPolyMCol::BJonesPolyMCol | ( | BJonesPolyTable & | bjTable | ) |
Construct from a calibration table.
|
inlinevirtual |
Default destructor.
Definition at line 272 of file BJonesMCol.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 289 of file BJonesMCol.h.
|
private |
Prohibit copy constructor and assignment operator.
|
inline |
Definition at line 279 of file BJonesMCol.h.
References nPolyAmp_p.
|
inline |
Definition at line 280 of file BJonesMCol.h.
References nPolyPhase_p.
|
private |
|
inline |
Definition at line 283 of file BJonesMCol.h.
References phaseUnits_p.
|
inline |
Definition at line 281 of file BJonesMCol.h.
References polyCoeffAmp_p.
|
inline |
Definition at line 282 of file BJonesMCol.h.
References polyCoeffPhase_p.
|
inline |
Definition at line 276 of file BJonesMCol.h.
References polyMode_p.
|
inline |
|
inline |
Definition at line 277 of file BJonesMCol.h.
References scaleFactor_p.
|
inline |
Definition at line 284 of file BJonesMCol.h.
References sideBandRef_p.
|
inline |
Definition at line 278 of file BJonesMCol.h.
References validDomain_p.
|
private |
Definition at line 301 of file BJonesMCol.h.
Referenced by nPolyAmp().
|
private |
Definition at line 302 of file BJonesMCol.h.
Referenced by nPolyPhase().
|
private |
Definition at line 305 of file BJonesMCol.h.
Referenced by phaseUnits().
|
private |
Definition at line 303 of file BJonesMCol.h.
Referenced by polyCoeffAmp().
|
private |
Definition at line 304 of file BJonesMCol.h.
Referenced by polyCoeffPhase().
|
private |
Definition at line 298 of file BJonesMCol.h.
Referenced by polyMode().
|
private |
|
private |
Definition at line 299 of file BJonesMCol.h.
Referenced by scaleFactor().
|
private |
Definition at line 306 of file BJonesMCol.h.
Referenced by sideBandRef().
|
private |
Definition at line 300 of file BJonesMCol.h.
Referenced by validDomain().