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

EPointDesc: Define the format of GJones cal tables. More...

#include <EPointDesc.h>

Inheritance diagram for casa::EPointDesc:
casa::SolvableVisJonesDesc casa::TimeVarVisJonesDesc casa::VisJonesDesc casa::CalTableDesc

Public Member Functions

 EPointDesc ()
 Default null constructor, and destructor. More...
 
 EPointDesc (const casacore::String &type)
 Construct from the Jones table type. More...
 
virtual ~EPointDesc ()
 
virtual casacore::TableDesc calMainDesc ()
 Return the table descriptors for the main calibration table: More...
 
casacore::TableDesc addCols (casacore::TableDesc &td)
 
- Public Member Functions inherited from casa::SolvableVisJonesDesc
 SolvableVisJonesDesc ()
 Default null constructor, and destructor. More...
 
virtual ~SolvableVisJonesDesc ()
 
 SolvableVisJonesDesc (const casacore::String &type)
 Construct from the Jones table type. More...
 
- Public Member Functions inherited from casa::TimeVarVisJonesDesc
 TimeVarVisJonesDesc ()
 Default null constructor, and destructor. More...
 
virtual ~TimeVarVisJonesDesc ()
 
 TimeVarVisJonesDesc (const casacore::String &type)
 Construct from the Jones table type. More...
 
- Public Member Functions inherited from casa::VisJonesDesc
 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 calHistoryDesc ()
 
virtual casacore::TableDesc calDescDesc ()
 

Protected Attributes

casacore::TableDesc itsTableDesc
 

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

EPointDesc: Define the format of GJones cal tables.

Intended use:

Public interface

Prerequisite

Etymology

From "GJones" and "descriptor".

Synopsis

GJonesDesc defines the format of GJones calibration tables in terms of table descriptors casacore::TableDesc, as used in the casacore::Table system. GJones matrices define the electronic gain corrections in the Measurement Equation formalism. At present, this class returns only the default table formats.

Example

Motivation

See CalTableDesc.

Definition at line 74 of file EPointDesc.h.

Constructor & Destructor Documentation

casa::EPointDesc::EPointDesc ( )

Default null constructor, and destructor.

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

Construct from the Jones table type.

virtual casa::EPointDesc::~EPointDesc ( )
inlinevirtual

Definition at line 82 of file EPointDesc.h.

Member Function Documentation

casacore::TableDesc casa::EPointDesc::addCols ( casacore::TableDesc td)
virtual casacore::TableDesc casa::EPointDesc::calMainDesc ( )
virtual

Return the table descriptors for the main calibration table:

Reimplemented from casa::SolvableVisJonesDesc.

Member Data Documentation

casacore::TableDesc casa::EPointDesc::itsTableDesc
protected

Definition at line 90 of file EPointDesc.h.


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