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

ROTJonesSplineMCol: Read-only TJonesSpline cal_main column access. More...

#include <TJonesMCol.h>

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

List of all members.

Public Member Functions

 ROTJonesSplineMCol (const TJonesSplineTable &gjsTable)
 Construct from a calibration table.
virtual ~ROTJonesSplineMCol ()
 Default destructor.
const ROScalarColumn< Int > & nKnotsAmp () const
 Read-only column accessors.
const ROScalarColumn< Int > & nKnotsPhase () const
const ROArrayColumn< Double > & splineKnotsAmp () const
const ROArrayColumn< Double > & splineKnotsPhase () const

Protected Member Functions

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

Private Member Functions

 ROTJonesSplineMCol (const ROTJonesSplineMCol &)
 Prohibit copy constructor and assignment operator.
ROTJonesSplineMColoperator= (const ROTJonesSplineMCol &)

Private Attributes

ROScalarColumn< IntnKnotsAmp_p
 Private column accessors.
ROScalarColumn< IntnKnotsPhase_p
ROArrayColumn< DoublesplineKnotsAmp_p
ROArrayColumn< DoublesplineKnotsPhase_p

Detailed Description

ROTJonesSplineMCol: Read-only TJonesSpline cal_main column access.

Intended use:

Public interface

Prerequisite

Etymology

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

Synopsis

The ROTJonesSplineMCol class allows read-only access to columns in the TJonesSpline main calibration table. TJonesSpline matrices are used to store atmospheric gain information in the Measurement Equation formalism in spline polynomial form over time.

Example

Motivation

Encapsulate read-only access to TJonesSpline calibration table columns.

Definition at line 228 of file TJonesMCol.h.


Constructor & Destructor Documentation

Construct from a calibration table.

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

Default destructor.

Definition at line 235 of file TJonesMCol.h.

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

Definition at line 248 of file TJonesMCol.h.

Prohibit copy constructor and assignment operator.


Member Function Documentation

Read-only column accessors.

Definition at line 238 of file TJonesMCol.h.

References nKnotsAmp_p.

Definition at line 239 of file TJonesMCol.h.

References nKnotsPhase_p.

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

Definition at line 240 of file TJonesMCol.h.

References splineKnotsAmp_p.

Definition at line 242 of file TJonesMCol.h.

References splineKnotsPhase_p.


Member Data Documentation

Private column accessors.

Definition at line 256 of file TJonesMCol.h.

Referenced by nKnotsAmp().

Definition at line 257 of file TJonesMCol.h.

Referenced by nKnotsPhase().

Definition at line 258 of file TJonesMCol.h.

Referenced by splineKnotsAmp().

Definition at line 259 of file TJonesMCol.h.

Referenced by splineKnotsPhase().


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