casa
5.7.0-16
|
TJonesSplineDesc: Define the format of TJonesSpline cal tables. More...
#include <TJonesDesc.h>
Public Member Functions | |
TJonesSplineDesc () | |
Default null constructor, and destructor. More... | |
virtual | ~TJonesSplineDesc () |
virtual casacore::TableDesc | calMainDesc () |
Return the table descriptor for the main calibration table. More... | |
Public Member Functions inherited from casa::TJonesPolyDesc | |
TJonesPolyDesc () | |
Default null constructor, and destructor. More... | |
virtual | ~TJonesPolyDesc () |
Public Member Functions inherited from casa::TJonesDesc | |
TJonesDesc () | |
Default null constructor, and destructor. More... | |
virtual | ~TJonesDesc () |
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... | |
TJonesSplineDesc: Define the format of TJonesSpline cal tables.
Public interface
TJonesPolyDesc module
From "TJones", "polynomial" and "descriptor".
TJonesSplineDesc defines the format of TJonesSpline calibration tables in terms of table descriptors casacore::TableDesc, as used in the casacore::Table system. TJonesSpline matrices represent atmospheric gain corrections in the Measurement Equation formalism expressed as spline polynomials over time.
See CalTableDesc.
Definition at line 132 of file TJonesDesc.h.
casa::TJonesSplineDesc::TJonesSplineDesc | ( | ) |
Default null constructor, and destructor.
|
inlinevirtual |
Definition at line 137 of file TJonesDesc.h.
|
virtual |
Return the table descriptor for the main calibration table.
Reimplemented from casa::TJonesPolyDesc.