casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casa::VisJonesDesc Class Reference

VisJonesDesc: Define the format of VisJones calibration tables. More...

#include <VisJonesDesc.h>

Inheritance diagram for casa::VisJonesDesc:
casa::CalTableDesc casa::TimeVarVisJonesDesc casa::CJonesDesc casa::FVisJonesDesc casa::PJonesDesc casa::SolvableVisJonesDesc casa::FVisJonesIonoDesc casa::BJonesDesc casa::DJonesDesc casa::EPointDesc casa::GJonesDesc casa::TJonesDesc casa::BJonesPolyDesc casa::GJonesDelayRateSBDesc casa::GJonesPolyDesc casa::TJonesPolyDesc casa::GJonesSplineDesc casa::TJonesSplineDesc

Public Member Functions

 VisJonesDesc ()
 Default null constructor, and destructor. More...
 
virtual ~VisJonesDesc ()
 
 VisJonesDesc (const casacore::String &type)
 Construct from the Jones table type. More...
 
- Public Member Functions inherited from casa::CalTableDesc
 CalTableDesc ()
 Default null constructor, and destructor. More...
 
virtual ~CalTableDesc ()
 
 CalTableDesc (const casacore::String &type)
 Construct from the Jones table type. More...
 
virtual casacore::TableDesc calMainDesc ()
 Return the table descriptors for the main calibration table and the cal_history and cal_desc sub-tables. More...
 
virtual casacore::TableDesc calHistoryDesc ()
 
virtual casacore::TableDesc calDescDesc ()
 

Additional Inherited Members

- Protected Member Functions inherited from casa::CalTableDesc
casacore::TableDesc defaultFitDesc ()
 Generate the default table descriptor for fit parameters. More...
 
casacore::TableDesc defaultPolyDesc ()
 Generate the default table descriptor for general polynomial parameters. More...
 
casacore::TableDesc defaultSplineDesc ()
 Generate the default table descriptor for spline polynomial parameters. More...
 
casacore::TableDesc insertDesc (const casacore::TableDesc &tableDesc, const casacore::TableDesc &insert, const casacore::String &insertAfter)
 Method to insert one table descriptor into another after a specified column name. More...
 

Detailed Description

VisJonesDesc: Define the format of VisJones calibration tables.

Intended use:

Public interface

Prerequisite

Etymology

From "VisJones" and "descriptor".

Synopsis

VisJonesDesc defines the format of VisJones calibration tables in terms of table descriptors casacore::TableDesc, as used in the casacore::Table system. Specializations for time-variable and solvable VisJones calibration tables are provided through inheritance. At present, this set of classes returns only the default table formats.

Example

Motivation

See CalTableDesc.

Definition at line 73 of file VisJonesDesc.h.

Constructor & Destructor Documentation

casa::VisJonesDesc::VisJonesDesc ( )

Default null constructor, and destructor.

virtual casa::VisJonesDesc::~VisJonesDesc ( )
inlinevirtual

Definition at line 78 of file VisJonesDesc.h.

casa::VisJonesDesc::VisJonesDesc ( const casacore::String type)

Construct from the Jones table type.


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