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

SkyJonesDesc: Define the format of SkyJones calibration tables. More...

#include <SkyJonesDesc.h>

Inheritance diagram for casa::SkyJonesDesc:
casa::CalTableDesc

Public Member Functions

 SkyJonesDesc ()
 Default null constructor, and destructor. More...
 
virtual ~SkyJonesDesc ()
 
- 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

SkyJonesDesc: Define the format of SkyJones calibration tables.

Intended use:

Public interface

Prerequisite

Etymology

From "SkyJones" and "descriptor".

Synopsis

SkyJonesDesc defines the format of SkyJones calibration tables in terms of table descriptors casacore::TableDesc, as used in the casacore::Table system. Specializations for sub-types are provided through inheritance.

Example

Motivation

See CalTableDesc.

Definition at line 72 of file SkyJonesDesc.h.

Constructor & Destructor Documentation

casa::SkyJonesDesc::SkyJonesDesc ( )
inline

Default null constructor, and destructor.

Definition at line 76 of file SkyJonesDesc.h.

virtual casa::SkyJonesDesc::~SkyJonesDesc ( )
inlinevirtual

Definition at line 77 of file SkyJonesDesc.h.


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