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

BJonesPolyDesc: Define the format of BJonesPoly cal tables. More...

#include <BJonesDesc.h>

Inheritance diagram for casa::BJonesPolyDesc:
casa::BJonesDesc casa::SolvableVisJonesDesc casa::TimeVarVisJonesDesc casa::VisJonesDesc casa::CalTableDesc

Public Member Functions

 BJonesPolyDesc ()
 Default null constructor, and destructor. More...
 
virtual ~BJonesPolyDesc ()
 
virtual casacore::TableDesc calMainDesc ()
 Return the table descriptor for the main calibration table. More...
 
- Public Member Functions inherited from casa::BJonesDesc
 BJonesDesc ()
 Default null constructor, and destructor. More...
 
virtual ~BJonesDesc ()
 
- 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 ()
 

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

BJonesPolyDesc: Define the format of BJonesPoly cal tables.

Intended use:

Public interface

Prerequisite

Etymology

From "BJones", "polynomial" and "descriptor".

Synopsis

BJonesPolyDesc defines the format of BJonesPoly calibration tables in terms of table descriptors casacore::TableDesc, as used in the casacore::Table system. BJonesPoly matrices represent bandpass corrections in the Measurement Equation formalism in polynomial form. At present, these include b-spline and casacore::Chebyshev polynomial representations, using the solver developed for Plateau de Bure interferometer data by Anterrieu et al.

Example

Motivation

See CalTableDesc.

Definition at line 130 of file BJonesDesc.h.

Constructor & Destructor Documentation

casa::BJonesPolyDesc::BJonesPolyDesc ( )

Default null constructor, and destructor.

virtual casa::BJonesPolyDesc::~BJonesPolyDesc ( )
inlinevirtual

Definition at line 135 of file BJonesDesc.h.

Member Function Documentation

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

Return the table descriptor for the main calibration table.

Reimplemented from casa::SolvableVisJonesDesc.


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