casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::EPointVisJonesMRec Class Reference

EPointVisJonesMRec: EPointVisJones cal_main table record access/creation. More...

#include <EPointVJMRec.h>

Inheritance diagram for casa::EPointVisJonesMRec:
casa::SolvableVisJonesMRec casa::TimeVarVisJonesMRec casa::VisJonesMRec casa::CalMainRecord

List of all members.

Public Member Functions

 EPointVisJonesMRec ()
 Default null constructor, and destructor.
 ~EPointVisJonesMRec ()
 EPointVisJonesMRec (const Record &inpRec)
 Construct from an existing record.
void definePointingOffset (const Array< Float > &pointingOffset)
 Field accessors Note: uses protected functions defined in CalMainRecord, as fit parameters are used elsewhere in the inheritance tree for baseline-based and image plane calibration tables.
void getPointingOffset (Array< Float > &pointingOffset)
 {dPointingOffset(pointingOffset);}

Detailed Description

EPointVisJonesMRec: EPointVisJones cal_main table record access/creation.

Intended use:

Public interface

Prerequisite

Etymology

From "solvable VisJones" and "main record".

Synopsis

The EPointVisJonesMRec class allows the creation of records for the main calibration table of EPointVisJones type, and provides access to the individual record fields. Specializations for GJones, DJones, TJones and BJones calibration table records are provided through inheritance.

Example

Motivation

Encapsulate access to EPointVisJones calibration table records.

Definition at line 76 of file EPointVJMRec.h.


Constructor & Destructor Documentation

Default null constructor, and destructor.

Definition at line 81 of file EPointVJMRec.h.

Construct from an existing record.


Member Function Documentation

void casa::EPointVisJonesMRec::definePointingOffset ( const Array< Float > &  pointingOffset)

Field accessors Note: uses protected functions defined in CalMainRecord, as fit parameters are used elsewhere in the inheritance tree for baseline-based and image plane calibration tables.

a) define

{dPointingOffset(pointingOffset);}

b) get


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