casa
$Rev:20696$
|
ROTJonesPolyMCol: Read-only TJonesPoly cal_main column access. More...
#include <TJonesMCol.h>
Public Member Functions | |
ROTJonesPolyMCol (const TJonesPolyTable &gjpTable) | |
Construct from a calibration table. | |
virtual | ~ROTJonesPolyMCol () |
Default destructor. | |
const ROScalarColumn< String > & | polyType () const |
Read-only column accessors. | |
const ROScalarColumn< String > & | polyMode () const |
const ROScalarColumn< Complex > & | scaleFactor () const |
const ROScalarColumn< Int > & | nPolyAmp () const |
const ROScalarColumn< Int > & | nPolyPhase () const |
const ROArrayColumn< Double > & | polyCoeffAmp () const |
const ROArrayColumn< Double > & | polyCoeffPhase () const |
const ROScalarColumn< String > & | phaseUnits () const |
Protected Member Functions | |
ROTJonesPolyMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. | |
Private Member Functions | |
ROTJonesPolyMCol (const ROTJonesPolyMCol &) | |
Prohibit copy constructor and assignment operator. | |
ROTJonesPolyMCol & | operator= (const ROTJonesPolyMCol &) |
Private Attributes | |
ROScalarColumn< String > | polyType_p |
Private column accessors. | |
ROScalarColumn< String > | polyMode_p |
ROScalarColumn< Complex > | scaleFactor_p |
ROScalarColumn< Int > | nPolyAmp_p |
ROScalarColumn< Int > | nPolyPhase_p |
ROArrayColumn< Double > | polyCoeffAmp_p |
ROArrayColumn< Double > | polyCoeffPhase_p |
ROScalarColumn< String > | phaseUnits_p |
ROTJonesPolyMCol: Read-only TJonesPoly cal_main column access.
Public interface
From "read-only","TJonesPoly","cal main" and "columns".
The ROTJonesPolyMCol class allows read-only access to columns in the TJonesPoly main calibration table. TJonesPoly matrices are used to store atmospheric gain information in the Measurement Equation formalism in polynomial form over time.
Encapsulate read-only access to TJonesPoly calibration table columns.
Definition at line 74 of file TJonesMCol.h.
casa::ROTJonesPolyMCol::ROTJonesPolyMCol | ( | const TJonesPolyTable & | gjpTable | ) |
Construct from a calibration table.
virtual casa::ROTJonesPolyMCol::~ROTJonesPolyMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 81 of file TJonesMCol.h.
casa::ROTJonesPolyMCol::ROTJonesPolyMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 97 of file TJonesMCol.h.
casa::ROTJonesPolyMCol::ROTJonesPolyMCol | ( | const ROTJonesPolyMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
const ROScalarColumn<Int>& casa::ROTJonesPolyMCol::nPolyAmp | ( | ) | const [inline] |
Definition at line 87 of file TJonesMCol.h.
References nPolyAmp_p.
const ROScalarColumn<Int>& casa::ROTJonesPolyMCol::nPolyPhase | ( | ) | const [inline] |
Definition at line 88 of file TJonesMCol.h.
References nPolyPhase_p.
ROTJonesPolyMCol& casa::ROTJonesPolyMCol::operator= | ( | const ROTJonesPolyMCol & | ) | [private] |
const ROScalarColumn<String>& casa::ROTJonesPolyMCol::phaseUnits | ( | ) | const [inline] |
Definition at line 92 of file TJonesMCol.h.
References phaseUnits_p.
const ROArrayColumn<Double>& casa::ROTJonesPolyMCol::polyCoeffAmp | ( | ) | const [inline] |
Definition at line 89 of file TJonesMCol.h.
References polyCoeffAmp_p.
const ROArrayColumn<Double>& casa::ROTJonesPolyMCol::polyCoeffPhase | ( | ) | const [inline] |
Definition at line 90 of file TJonesMCol.h.
References polyCoeffPhase_p.
const ROScalarColumn<String>& casa::ROTJonesPolyMCol::polyMode | ( | ) | const [inline] |
Definition at line 85 of file TJonesMCol.h.
References polyMode_p.
const ROScalarColumn<String>& casa::ROTJonesPolyMCol::polyType | ( | ) | const [inline] |
const ROScalarColumn<Complex>& casa::ROTJonesPolyMCol::scaleFactor | ( | ) | const [inline] |
Definition at line 86 of file TJonesMCol.h.
References scaleFactor_p.
ROScalarColumn<Int> casa::ROTJonesPolyMCol::nPolyAmp_p [private] |
Definition at line 108 of file TJonesMCol.h.
Referenced by nPolyAmp().
Definition at line 109 of file TJonesMCol.h.
Referenced by nPolyPhase().
Definition at line 112 of file TJonesMCol.h.
Referenced by phaseUnits().
Definition at line 110 of file TJonesMCol.h.
Referenced by polyCoeffAmp().
Definition at line 111 of file TJonesMCol.h.
Referenced by polyCoeffPhase().
Definition at line 106 of file TJonesMCol.h.
Referenced by polyMode().
ROScalarColumn<Complex> casa::ROTJonesPolyMCol::scaleFactor_p [private] |
Definition at line 107 of file TJonesMCol.h.
Referenced by scaleFactor().