casa
5.7.0-16
|
SolvableVisJonesDesc: Define the format of SolvableVisJones cal tables. More...
#include <SolvableVJDesc.h>
Public Member Functions | |
SolvableVisJonesDesc () | |
Default null constructor, and destructor. More... | |
virtual | ~SolvableVisJonesDesc () |
SolvableVisJonesDesc (const casacore::String &type) | |
Construct from the Jones table type. More... | |
virtual casacore::TableDesc | calMainDesc () |
Return the cal_main table descriptor. 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 | itsFitDesc |
casacore::Table descriptor for fit statistics and weights More... | |
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... | |
SolvableVisJonesDesc: Define the format of SolvableVisJones cal tables.
Public interface
TimeVarVisJonesDesc module
From "solvable VisJones" and "descriptor".
SolvableVisJonesDesc defines the format of SolvableVisJones calibration tables in terms of table descriptors TableDesc , as used in the casacore::Table system. The solvable VisJones calibration table formats include fit statistics and weights. Specializations for GJones, DJones and BJones calibration tables are provided through inheritance. At present, this set of classes returns only the default table formats.
See CalTableDesc.
Definition at line 78 of file SolvableVJDesc.h.
casa::SolvableVisJonesDesc::SolvableVisJonesDesc | ( | ) |
Default null constructor, and destructor.
|
inlinevirtual |
Definition at line 83 of file SolvableVJDesc.h.
casa::SolvableVisJonesDesc::SolvableVisJonesDesc | ( | const casacore::String & | type | ) |
Construct from the Jones table type.
|
virtual |
Return the cal_main table descriptor.
Reimplemented from casa::CalTableDesc.
Reimplemented in casa::GJonesDelayRateSBDesc, casa::GJonesSplineDesc, casa::TJonesSplineDesc, casa::BJonesPolyDesc, casa::GJonesPolyDesc, casa::TJonesPolyDesc, and casa::EPointDesc.
|
private |
casacore::Table descriptor for fit statistics and weights
Definition at line 93 of file SolvableVJDesc.h.