casa
5.7.0-16
|
CalTableDesc: Define the format of calibration tables. More...
#include <CalTableDesc2.h>
Public Member Functions | |
CalTableDesc2 () | |
enum {REAL=0, COMPLEX}; Default null constructor, and destructor More... | |
virtual | ~CalTableDesc2 () |
CalTableDesc2 (const casacore::String &jonesType, const casacore::Int &parType=VisCalEnum::COMPLEX) | |
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 () |
casacore::Int | parType () |
casacore::TableDesc | defaultFitDesc () |
Generate the default table descriptor for fit parameters. More... | |
void | addDesc (const casacore::TableDesc &sourceTableDesc, casacore::TableDesc &targetTableDesc) |
void | init (const casacore::String &jonesType, const casacore::Int &parType) |
Protected Member Functions | |
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... | |
Private Member Functions | |
casacore::TableDesc | defaultCalMain (const casacore::String &jonesType, const casacore::Int &parType) |
Generate the default sub-table descriptors. More... | |
casacore::TableDesc | defaultCalDesc () |
casacore::TableDesc | defaultCalHistory () |
Private Attributes | |
casacore::TableDesc | itsCalMainDesc |
casacore::Table descriptors More... | |
casacore::TableDesc | itsCalHistoryDesc |
casacore::TableDesc | itsCalDescDesc |
casacore::Int | parType_ |
CalTableDesc: Define the format of calibration tables.
Public interface
From "Calibration table" and "descriptor".
CalTableDesc defines the format of calibration tables in terms of table descriptors casacore::TableDesc, as defined in the casacore::Table system. This is a base class and defines the overall calibration table structure. Specializations for both antenna-based (ViJones and SkyJones) and baseline-based (MJones) calibration tables are provided through inheritance. At present this set of classes returns the default calibration table descriptors for a given calibration table type.
This inheritance tree defines the format of all calibration table types, both antenna- and baseline-based, to provide a unified and consistent interface to their representation as aips++ tables. An overall structure common to all calibration tables is maintained as far as possible, with common column names throughout. This class tree is primarily used by the CalTable classes.
Definition at line 84 of file CalTableDesc2.h.
casa::CalTableDesc2::CalTableDesc2 | ( | ) |
enum {REAL=0, COMPLEX}; Default null constructor, and destructor
|
inlinevirtual |
Definition at line 90 of file CalTableDesc2.h.
casa::CalTableDesc2::CalTableDesc2 | ( | const casacore::String & | jonesType, |
const casacore::Int & | parType = VisCalEnum::COMPLEX |
||
) |
Construct from the Jones table type.
void casa::CalTableDesc2::addDesc | ( | const casacore::TableDesc & | sourceTableDesc, |
casacore::TableDesc & | targetTableDesc | ||
) |
|
virtual |
|
virtual |
|
virtual |
Return the table descriptors for the main calibration table and the cal_history and cal_desc sub-tables.
|
private |
|
private |
|
private |
Generate the default sub-table descriptors.
casacore::TableDesc casa::CalTableDesc2::defaultFitDesc | ( | ) |
Generate the default table descriptor for fit parameters.
|
protected |
Generate the default table descriptor for general polynomial parameters.
|
protected |
Generate the default table descriptor for spline polynomial parameters.
void casa::CalTableDesc2::init | ( | const casacore::String & | jonesType, |
const casacore::Int & | parType | ||
) |
|
protected |
Method to insert one table descriptor into another after a specified column name.
|
inline |
Definition at line 100 of file CalTableDesc2.h.
References parType_.
|
private |
Definition at line 127 of file CalTableDesc2.h.
|
private |
Definition at line 126 of file CalTableDesc2.h.
|
private |
casacore::Table descriptors
Definition at line 125 of file CalTableDesc2.h.
|
private |
Definition at line 128 of file CalTableDesc2.h.
Referenced by parType().