casa
$Rev:20696$
|
DJonesTable: DJones calibration table access and creation. More...
#include <SolvableVJTable.h>
Public Member Functions | |
DJonesTable () | |
Default null constructor, and destructor. | |
virtual | ~DJonesTable () |
DJonesTable (const String &tableName, Table::TableOption access=Table::Old) | |
Construct from a specified table name and table access option. | |
Private Attributes | |
DJonesDesc | itsDJonesDesc |
DJonesTable: DJones calibration table access and creation.
Public interface
From "DJones matrix", and "table".
The DJonesTable classes provide basic access to time-variable, solvable polarization response calibration tables. This includes the creation of calibration tables, sorting and selection capabilities, and basic data access. This class derives from SolvableVisJonesTable.
This class is used by other calibration table accessors and iterators.
Definition at line 236 of file SolvableVJTable.h.
Default null constructor, and destructor.
virtual casa::DJonesTable::~DJonesTable | ( | ) | [virtual] |
casa::DJonesTable::DJonesTable | ( | const String & | tableName, |
Table::TableOption | access = Table::Old |
||
) |
Construct from a specified table name and table access option.
Used for creating new tables or opening existing tables.
DJonesDesc casa::DJonesTable::itsDJonesDesc [private] |
Definition at line 249 of file SolvableVJTable.h.