casa
$Rev:20696$
|
CJonesTable: CJones calibration table access and creation. More...
#include <TimeVarVJTable.h>
Public Member Functions | |
CJonesTable () | |
Default null constructor, and destructor. | |
virtual | ~CJonesTable () |
CJonesTable (const String &tableName, Table::TableOption access=Table::Old) | |
Construct from a specified table name and table access option. | |
Private Attributes | |
CJonesDesc | itsCJonesDesc |
CJonesTable: CJones calibration table access and creation.
Public interface
From "time-variable","visibility", "Jones matrix", and "table".
The CJonesTable classes provide basic access to time-variable, non-solvable polarization configuration calibration tables. This includes the creation of calibration tables, sorting and selection capabilities, and basic data access. This class derives from VisJonesTable.
This class is used by other calibration table accessors and iterators.
Definition at line 179 of file TimeVarVJTable.h.
Default null constructor, and destructor.
virtual casa::CJonesTable::~CJonesTable | ( | ) | [virtual] |
casa::CJonesTable::CJonesTable | ( | 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.
CJonesDesc casa::CJonesTable::itsCJonesDesc [private] |
Definition at line 192 of file TimeVarVJTable.h.