casa
$Rev:20696$
|
GJonesDelayRateSBTable: GJonesDelayRateSB calibration table access and creation. More...
#include <SolvableVJTable.h>
Public Member Functions | |
GJonesDelayRateSBTable () | |
Default null constructor, and destructor. | |
virtual | ~GJonesDelayRateSBTable () |
GJonesDelayRateSBTable (const String &tableName, Table::TableOption access=Table::Old) | |
Construct from a specified table name and table access option. | |
Private Attributes | |
GJonesDelayRateSBDesc | itsGJonesDelayRateSBDesc |
GJonesDelayRateSBTable: GJonesDelayRateSB calibration table access and creation.
Public interface
From "gain", "Jones matrix", and "table".
The GJonesDelayRateSBTable 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 183 of file SolvableVJTable.h.
Default null constructor, and destructor.
virtual casa::GJonesDelayRateSBTable::~GJonesDelayRateSBTable | ( | ) | [virtual] |
casa::GJonesDelayRateSBTable::GJonesDelayRateSBTable | ( | 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.
Definition at line 196 of file SolvableVJTable.h.