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