casa
$Rev:20696$
|
TJonesTable: TJones calibration table access and creation. More...
#include <SolvableVJTable.h>
Public Member Functions | |
TJonesTable () | |
Default null constructor, and destructor. | |
virtual | ~TJonesTable () |
TJonesTable (const String &tableName, Table::TableOption access=Table::Old) | |
Construct from a specified table name and table access option. | |
Private Attributes | |
TJonesDesc | itsTJonesDesc |
TJonesTable: TJones calibration table access and creation.
Public interface
From "TJones matrix", and "table".
The TJonesTable classes provide basic access to time-variable, solvable atmosphere 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 289 of file SolvableVJTable.h.
Default null constructor, and destructor.
virtual casa::TJonesTable::~TJonesTable | ( | ) | [virtual] |
casa::TJonesTable::TJonesTable | ( | 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.
TJonesDesc casa::TJonesTable::itsTJonesDesc [private] |
Definition at line 302 of file SolvableVJTable.h.