casa
$Rev:20696$
|
DJonesMCol: RW DJones cal_main column access. More...
#include <SolvableVJMCol.h>
Public Member Functions | |
DJonesMCol (DJonesTable &djTable) | |
Construct from a calibration table. | |
virtual | ~DJonesMCol () |
Default destructor. | |
Protected Member Functions | |
DJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. | |
Private Member Functions | |
DJonesMCol (const DJonesMCol &) | |
Prohibit copy constructor and assignment operator. | |
DJonesMCol & | operator= (const DJonesMCol &) |
DJonesMCol: RW DJones cal_main column access.
Public interface
From "DJones","cal main table" and "columns".
The DJonesMCol class allows read-write access to columns in the DJones main calibration table. DJones matrices are used to store instrumental polarization calibration information in the Measurement Equation formalism.
Encapsulate read-write access to DJones calibration table columns.
Definition at line 389 of file SolvableVJMCol.h.
casa::DJonesMCol::DJonesMCol | ( | DJonesTable & | djTable | ) |
Construct from a calibration table.
virtual casa::DJonesMCol::~DJonesMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 396 of file SolvableVJMCol.h.
casa::DJonesMCol::DJonesMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 401 of file SolvableVJMCol.h.
casa::DJonesMCol::DJonesMCol | ( | const DJonesMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
DJonesMCol& casa::DJonesMCol::operator= | ( | const DJonesMCol & | ) | [private] |