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::ROTJonesPolyMCol Class Reference

ROTJonesPolyMCol: Read-only TJonesPoly cal_main column access. More...

#include <TJonesMCol.h>

Inheritance diagram for casa::ROTJonesPolyMCol:
casa::ROTJonesMCol casa::ROSolvableVisJonesMCol casa::ROTimeVarVisJonesMCol casa::ROVisJonesMCol casa::ROCalMainColumns casa::ROTJonesSplineMCol

List of all members.

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.
ROTJonesPolyMColoperator= (const ROTJonesPolyMCol &)

Private Attributes

ROScalarColumn< StringpolyType_p
 Private column accessors.
ROScalarColumn< StringpolyMode_p
ROScalarColumn< Complex > scaleFactor_p
ROScalarColumn< IntnPolyAmp_p
ROScalarColumn< IntnPolyPhase_p
ROArrayColumn< DoublepolyCoeffAmp_p
ROArrayColumn< DoublepolyCoeffPhase_p
ROScalarColumn< StringphaseUnits_p

Detailed Description

ROTJonesPolyMCol: Read-only TJonesPoly cal_main column access.

Intended use:

Public interface

Prerequisite

Etymology

From "read-only","TJonesPoly","cal main" and "columns".

Synopsis

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.

Example

Motivation

Encapsulate read-only access to TJonesPoly calibration table columns.

Definition at line 74 of file TJonesMCol.h.


Constructor & Destructor Documentation

Construct from a calibration table.

virtual casa::ROTJonesPolyMCol::~ROTJonesPolyMCol ( ) [inline, virtual]

Default destructor.

Definition at line 81 of file TJonesMCol.h.

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

Definition at line 97 of file TJonesMCol.h.

Prohibit copy constructor and assignment operator.


Member Function Documentation

Definition at line 87 of file TJonesMCol.h.

References nPolyAmp_p.

Definition at line 88 of file TJonesMCol.h.

References nPolyPhase_p.

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

Definition at line 92 of file TJonesMCol.h.

References phaseUnits_p.

Definition at line 89 of file TJonesMCol.h.

References polyCoeffAmp_p.

Definition at line 90 of file TJonesMCol.h.

References polyCoeffPhase_p.

Definition at line 85 of file TJonesMCol.h.

References polyMode_p.

Read-only column accessors.

Definition at line 84 of file TJonesMCol.h.

References polyType_p.

const ROScalarColumn<Complex>& casa::ROTJonesPolyMCol::scaleFactor ( ) const [inline]

Definition at line 86 of file TJonesMCol.h.

References scaleFactor_p.


Member Data Documentation

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

Private column accessors.

Definition at line 105 of file TJonesMCol.h.

Referenced by polyType().

Definition at line 107 of file TJonesMCol.h.

Referenced by scaleFactor().


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