casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
casa::TJonesPolyMCol Class Reference

TJonesPolyMCol: RW TJonesPoly cal_main column access. More...

#include <TJonesMCol.h>

Inheritance diagram for casa::TJonesPolyMCol:
casa::TJonesMCol casa::SolvableVisJonesMCol casa::TimeVarVisJonesMCol casa::VisJonesMCol casa::CalMainColumns casa::TJonesSplineMCol

List of all members.

Public Member Functions

 TJonesPolyMCol (TJonesPolyTable &gjpTable)
 Construct from a calibration table.
virtual ~TJonesPolyMCol ()
 Default destructor.
ScalarColumn< String > & polyType ()
 Read-write column accessors.
ScalarColumn< String > & polyMode ()
ScalarColumn< Complex > & scaleFactor ()
ScalarColumn< Int > & nPolyAmp ()
ScalarColumn< Int > & nPolyPhase ()
ArrayColumn< Double > & polyCoeffAmp ()
ArrayColumn< Double > & polyCoeffPhase ()
ScalarColumn< String > & phaseUnits ()

Protected Member Functions

 TJonesPolyMCol ()
 Prohibit public use of the null constructor, which does not produce a usable object.

Private Member Functions

 TJonesPolyMCol (const TJonesPolyMCol &)
 Prohibit copy constructor and assignment operator.
TJonesPolyMColoperator= (const TJonesPolyMCol &)

Private Attributes

ScalarColumn< StringpolyType_p
 Private column accessors.
ScalarColumn< StringpolyMode_p
ScalarColumn< Complex > scaleFactor_p
ScalarColumn< IntnPolyAmp_p
ScalarColumn< IntnPolyPhase_p
ArrayColumn< DoublepolyCoeffAmp_p
ArrayColumn< DoublepolyCoeffPhase_p
ScalarColumn< StringphaseUnits_p

Detailed Description

TJonesPolyMCol: RW TJonesPoly cal_main column access.

Intended use:

Public interface

Prerequisite

Etymology

From "TJonesPoly","cal main table" and "columns".

Synopsis

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.

Example

Motivation

Encapsulate read-write access to TJonesPoly calibration table columns.

Definition at line 151 of file TJonesMCol.h.


Constructor & Destructor Documentation

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.

Prohibit copy constructor and assignment operator.


Member Function Documentation

Definition at line 164 of file TJonesMCol.h.

References nPolyAmp_p.

Definition at line 165 of file TJonesMCol.h.

References nPolyPhase_p.

TJonesPolyMCol& casa::TJonesPolyMCol::operator= ( const TJonesPolyMCol ) [private]

Definition at line 168 of file TJonesMCol.h.

References phaseUnits_p.

Definition at line 166 of file TJonesMCol.h.

References polyCoeffAmp_p.

Definition at line 167 of file TJonesMCol.h.

References polyCoeffPhase_p.

Definition at line 162 of file TJonesMCol.h.

References polyMode_p.

Read-write column accessors.

Definition at line 161 of file TJonesMCol.h.

References polyType_p.

Definition at line 163 of file TJonesMCol.h.

References scaleFactor_p.


Member Data Documentation

Definition at line 184 of file TJonesMCol.h.

Referenced by nPolyAmp().

Definition at line 185 of file TJonesMCol.h.

Referenced by nPolyPhase().

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().

Definition at line 182 of file TJonesMCol.h.

Referenced by polyMode().

Private column accessors.

Definition at line 181 of file TJonesMCol.h.

Referenced by polyType().

Definition at line 183 of file TJonesMCol.h.

Referenced by scaleFactor().


The documentation for this class was generated from the following file: