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

FVisJonesDesc: Define the format of FVisJones cal tables. More...

#include <FVisJonesDesc.h>

Inheritance diagram for casa::FVisJonesDesc:
casa::TimeVarVisJonesDesc casa::VisJonesDesc casa::CalTableDesc casa::FVisJonesIonoDesc

Public Member Functions

 FVisJonesDesc ()
 Default null constructor, and destructor. More...
 
virtual ~FVisJonesDesc ()
 
 FVisJonesDesc (const casacore::String &type)
 Construct from the Jones table type. More...
 
virtual casacore::TableDesc calMainDesc ()
 Return the table descriptors for the main calibration table. 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 ()
 

Private Attributes

casacore::TableDesc itsCalDescDesc
 

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

FVisJonesDesc: Define the format of FVisJones cal tables.

Intended use:

Public interface

Prerequisite

Etymology

From "F VisJones" and "descriptor".

Synopsis

FVisJonesDesc defines the format of FVisJones calibration tables in terms of table descriptors TableDesc , as used in the casacore::Table system. It auguments the TimeVarVisJones description with additional fields for rotation measures.

Example

Motivation

See CalTableDesc.

Definition at line 73 of file FVisJonesDesc.h.

Constructor & Destructor Documentation

casa::FVisJonesDesc::FVisJonesDesc ( )

Default null constructor, and destructor.

virtual casa::FVisJonesDesc::~FVisJonesDesc ( )
inlinevirtual

Definition at line 78 of file FVisJonesDesc.h.

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

Construct from the Jones table type.

Member Function Documentation

virtual casacore::TableDesc casa::FVisJonesDesc::calMainDesc ( )
virtual

Return the table descriptors for the main calibration table.

Reimplemented from casa::CalTableDesc.

Reimplemented in casa::FVisJonesIonoDesc.

Member Data Documentation

casacore::TableDesc casa::FVisJonesDesc::itsCalDescDesc
private

Definition at line 87 of file FVisJonesDesc.h.


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