casa
$Rev:20696$
|
TJonesPolyMCol: RW TJonesPoly cal_main column access. More...
#include <TJonesMCol.h>
TJonesPolyMCol: RW TJonesPoly cal_main column access.
Public interface
From "TJonesPoly","cal main table" and "columns".
The TJonesPolyMCol 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-write access to TJonesPoly calibration table columns.
Definition at line 151 of file TJonesMCol.h.
casa::TJonesPolyMCol::TJonesPolyMCol | ( | TJonesPolyTable & | gjpTable | ) |
Construct from a calibration table.
virtual casa::TJonesPolyMCol::~TJonesPolyMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 158 of file TJonesMCol.h.
casa::TJonesPolyMCol::TJonesPolyMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 173 of file TJonesMCol.h.
casa::TJonesPolyMCol::TJonesPolyMCol | ( | const TJonesPolyMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
ScalarColumn<Int>& casa::TJonesPolyMCol::nPolyAmp | ( | ) | [inline] |
Definition at line 164 of file TJonesMCol.h.
References nPolyAmp_p.
ScalarColumn<Int>& casa::TJonesPolyMCol::nPolyPhase | ( | ) | [inline] |
Definition at line 165 of file TJonesMCol.h.
References nPolyPhase_p.
TJonesPolyMCol& casa::TJonesPolyMCol::operator= | ( | const TJonesPolyMCol & | ) | [private] |
ScalarColumn<String>& casa::TJonesPolyMCol::phaseUnits | ( | ) | [inline] |
Definition at line 168 of file TJonesMCol.h.
References phaseUnits_p.
ArrayColumn<Double>& casa::TJonesPolyMCol::polyCoeffAmp | ( | ) | [inline] |
Definition at line 166 of file TJonesMCol.h.
References polyCoeffAmp_p.
ArrayColumn<Double>& casa::TJonesPolyMCol::polyCoeffPhase | ( | ) | [inline] |
Definition at line 167 of file TJonesMCol.h.
References polyCoeffPhase_p.
ScalarColumn<String>& casa::TJonesPolyMCol::polyMode | ( | ) | [inline] |
Definition at line 162 of file TJonesMCol.h.
References polyMode_p.
ScalarColumn<String>& casa::TJonesPolyMCol::polyType | ( | ) | [inline] |
ScalarColumn<Complex>& casa::TJonesPolyMCol::scaleFactor | ( | ) | [inline] |
Definition at line 163 of file TJonesMCol.h.
References scaleFactor_p.
ScalarColumn<Int> casa::TJonesPolyMCol::nPolyAmp_p [private] |
Definition at line 184 of file TJonesMCol.h.
Referenced by nPolyAmp().
ScalarColumn<Int> casa::TJonesPolyMCol::nPolyPhase_p [private] |
Definition at line 185 of file TJonesMCol.h.
Referenced by nPolyPhase().
ScalarColumn<String> casa::TJonesPolyMCol::phaseUnits_p [private] |
Definition at line 188 of file TJonesMCol.h.
Referenced by phaseUnits().
Definition at line 186 of file TJonesMCol.h.
Referenced by polyCoeffAmp().
Definition at line 187 of file TJonesMCol.h.
Referenced by polyCoeffPhase().
ScalarColumn<String> casa::TJonesPolyMCol::polyMode_p [private] |
Definition at line 182 of file TJonesMCol.h.
Referenced by polyMode().
ScalarColumn<String> casa::TJonesPolyMCol::polyType_p [private] |
ScalarColumn<Complex> casa::TJonesPolyMCol::scaleFactor_p [private] |
Definition at line 183 of file TJonesMCol.h.
Referenced by scaleFactor().