casa
$Rev:20696$
|
MJonesDesc: Define the format of MJones calibration tables. More...
#include <MJonesDesc.h>
Public Member Functions | |
MJonesDesc () | |
Default null constructor, and destructor. | |
virtual | ~MJonesDesc () |
virtual TableDesc | calMainDesc () |
Return the cal_main table descriptor. | |
Private Member Functions | |
TableDesc | defaultAnt2Desc () |
Generate the default table descriptor for second antenna/feed index. | |
Private Attributes | |
TableDesc | itsAnt2Desc |
Table descriptor for second antenna/feed index. |
MJonesDesc: Define the format of MJones calibration tables.
Public interface
From "MJones" and "descriptor".
MJonesDesc defines the format of MJones calibration tables in terms of table descriptors TableDesc , as used in the Table system. Specializations for time-variable and solvable MJones calibration tables are provided through inheritance. At present, this set of classes returns only the default table formats.
See CalTableDesc.
Definition at line 73 of file MJonesDesc.h.
Default null constructor, and destructor.
virtual casa::MJonesDesc::~MJonesDesc | ( | ) | [inline, virtual] |
Definition at line 78 of file MJonesDesc.h.
virtual TableDesc casa::MJonesDesc::calMainDesc | ( | ) | [virtual] |
Return the cal_main table descriptor.
Reimplemented from casa::CalTableDesc.
Reimplemented in casa::SolvableMJonesDesc.
TableDesc casa::MJonesDesc::defaultAnt2Desc | ( | ) | [private] |
Generate the default table descriptor for second antenna/feed index.
TableDesc casa::MJonesDesc::itsAnt2Desc [private] |
Table descriptor for second antenna/feed index.
Definition at line 85 of file MJonesDesc.h.