casa
$Rev:20696$
|
SolvableVisJonesDesc: Define the format of SolvableVisJones cal tables. More...
#include <SolvableVJDesc.h>
Public Member Functions | |
SolvableVisJonesDesc () | |
Default null constructor, and destructor. | |
virtual | ~SolvableVisJonesDesc () |
SolvableVisJonesDesc (const String &type) | |
Construct from the Jones table type. | |
virtual TableDesc | calMainDesc () |
Return the cal_main table descriptor. | |
Private Attributes | |
TableDesc | itsFitDesc |
Table descriptor for fit statistics and weights. |
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 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.
Default null constructor, and destructor.
virtual casa::SolvableVisJonesDesc::~SolvableVisJonesDesc | ( | ) | [inline, virtual] |
Definition at line 83 of file SolvableVJDesc.h.
casa::SolvableVisJonesDesc::SolvableVisJonesDesc | ( | const String & | type | ) |
Construct from the Jones table type.
virtual TableDesc casa::SolvableVisJonesDesc::calMainDesc | ( | ) | [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.
Table descriptor for fit statistics and weights.
Definition at line 93 of file SolvableVJDesc.h.