casa
$Rev:20696$
|
EPointDesc: Define the format of GJones cal tables. More...
#include <EPointDesc.h>
Public Member Functions | |
EPointDesc () | |
Default null constructor, and destructor. | |
EPointDesc (const String &type) | |
Construct from the Jones table type. | |
virtual | ~EPointDesc () |
virtual TableDesc | calMainDesc () |
Return the table descriptors for the main calibration table: | |
TableDesc | addCols (TableDesc &td) |
Protected Attributes | |
TableDesc | itsTableDesc |
EPointDesc: Define the format of GJones cal tables.
Public interface
From "GJones" and "descriptor".
GJonesDesc defines the format of GJones calibration tables in terms of table descriptors TableDesc , as used in the Table system. GJones matrices define the electronic gain corrections in the Measurement Equation formalism. At present, this class returns only the default table formats.
See CalTableDesc.
Definition at line 74 of file EPointDesc.h.
Default null constructor, and destructor.
casa::EPointDesc::EPointDesc | ( | const String & | type | ) |
Construct from the Jones table type.
virtual casa::EPointDesc::~EPointDesc | ( | ) | [inline, virtual] |
Definition at line 82 of file EPointDesc.h.
virtual TableDesc casa::EPointDesc::calMainDesc | ( | ) | [virtual] |
Return the table descriptors for the main calibration table:
Reimplemented from casa::SolvableVisJonesDesc.
TableDesc casa::EPointDesc::itsTableDesc [protected] |
Definition at line 90 of file EPointDesc.h.