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

TJonesSplineMCol: RW TJonesSpline cal_main column access. More...

#include <TJonesMCol.h>

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

List of all members.

Public Member Functions

 TJonesSplineMCol (TJonesSplineTable &gjsTable)
 Construct from a calibration table.
virtual ~TJonesSplineMCol ()
 Default destructor.
ScalarColumn< Int > & nKnotsAmp ()
 Read-write column accessors.
ScalarColumn< Int > & nKnotsPhase ()
ArrayColumn< Double > & splineKnotsAmp ()
ArrayColumn< Double > & splineKnotsPhase ()

Protected Member Functions

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

Private Member Functions

 TJonesSplineMCol (const TJonesSplineMCol &)
 Prohibit copy constructor and assignment operator.
TJonesSplineMColoperator= (const TJonesSplineMCol &)

Private Attributes

ScalarColumn< IntnKnotsAmp_p
 Private column accessors.
ScalarColumn< IntnKnotsPhase_p
ArrayColumn< DoublesplineKnotsAmp_p
ArrayColumn< DoublesplineKnotsPhase_p

Detailed Description

TJonesSplineMCol: RW TJonesSpline cal_main column access.

Intended use:

Public interface

Prerequisite

Etymology

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

Synopsis

The TJonesSplineMCol 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-write access to TJonesSpline calibration table columns.

Definition at line 298 of file TJonesMCol.h.


Constructor & Destructor Documentation

Construct from a calibration table.

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

Default destructor.

Definition at line 305 of file TJonesMCol.h.

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

Definition at line 316 of file TJonesMCol.h.

Prohibit copy constructor and assignment operator.


Member Function Documentation

Read-write column accessors.

Definition at line 308 of file TJonesMCol.h.

References nKnotsAmp_p.

Definition at line 309 of file TJonesMCol.h.

References nKnotsPhase_p.

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

Definition at line 310 of file TJonesMCol.h.

References splineKnotsAmp_p.

Definition at line 311 of file TJonesMCol.h.

References splineKnotsPhase_p.


Member Data Documentation

Private column accessors.

Definition at line 324 of file TJonesMCol.h.

Referenced by nKnotsAmp().

Definition at line 325 of file TJonesMCol.h.

Referenced by nKnotsPhase().

Definition at line 326 of file TJonesMCol.h.

Referenced by splineKnotsAmp().

Definition at line 327 of file TJonesMCol.h.

Referenced by splineKnotsPhase().


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