casa
5.7.0-16
|
CJonesDesc: Define the format of CJones cal tables. More...
#include <TimeVarVJDesc.h>
Public Member Functions | |
CJonesDesc () | |
Default null constructor, and destructor. More... | |
virtual | ~CJonesDesc () |
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 | 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 () |
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... | |
CJonesDesc: Define the format of CJones cal tables.
Public interface
From "CJones" and "descriptor".
CJonesDesc defines the format of CJones calibration tables in terms of table descriptors casacore::TableDesc, as used in the casacore::Table system. CJones matrices define the polarization configuration in the Measurement Equation formalism. At present, this class returns only the default table formats.
See CalTableDesc.
Definition at line 174 of file TimeVarVJDesc.h.
casa::CJonesDesc::CJonesDesc | ( | ) |
Default null constructor, and destructor.
|
inlinevirtual |
Definition at line 179 of file TimeVarVJDesc.h.