casa
$Rev:20696$
|
RODJonesMCol: Read-only DJones cal_main column access. More...
#include <SolvableVJMCol.h>
Public Member Functions | |
RODJonesMCol (const DJonesTable &djTable) | |
Construct from a calibration table. | |
virtual | ~RODJonesMCol () |
Default destructor. | |
Protected Member Functions | |
RODJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. | |
Private Member Functions | |
RODJonesMCol (const RODJonesMCol &) | |
Prohibit copy constructor and assignment operator. | |
RODJonesMCol & | operator= (const RODJonesMCol &) |
RODJonesMCol: Read-only DJones cal_main column access.
Public interface
From "read-only","DJones","cal main" and "columns".
The RODJonesMCol class allows read-only 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-only access to DJones calibration table columns.
Definition at line 333 of file SolvableVJMCol.h.
casa::RODJonesMCol::RODJonesMCol | ( | const DJonesTable & | djTable | ) |
Construct from a calibration table.
virtual casa::RODJonesMCol::~RODJonesMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 340 of file SolvableVJMCol.h.
casa::RODJonesMCol::RODJonesMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 345 of file SolvableVJMCol.h.
casa::RODJonesMCol::RODJonesMCol | ( | const RODJonesMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
RODJonesMCol& casa::RODJonesMCol::operator= | ( | const RODJonesMCol & | ) | [private] |