casa
$Rev:20696$
|
SolvableVisJonesTable: SolvableVisJones calibration table access/creation. More...
#include <SolvableVJTable.h>
Public Member Functions | |
SolvableVisJonesTable () | |
Default null constructor, and destructor. | |
virtual | ~SolvableVisJonesTable () |
SolvableVisJonesTable (const String &tableName, Table::TableOption access=Table::Old) | |
Construct from a specified table name and table access option. | |
SolvableVisJonesTable (const String &tableName, const String &type, Table::TableOption access=Table::Old) | |
Private Attributes | |
SolvableVisJonesDesc | itsSolvableVisJonesDesc |
SolvableVisJonesTable: SolvableVisJones calibration table access/creation.
Public interface
From "solvable","visibility", "Jones matrix", and "table".
The SolvableVisJonesTable classes provide basic access to time-variable, solvable VisJones calibration tables. This includes the creation of calibration tables, sorting and selection capabilities, and basic data access. This class derives from TimeVarVisJonesTable.
This class is used by other calibration table accessors and iterators.
Definition at line 73 of file SolvableVJTable.h.
Default null constructor, and destructor.
virtual casa::SolvableVisJonesTable::~SolvableVisJonesTable | ( | ) | [virtual] |
casa::SolvableVisJonesTable::SolvableVisJonesTable | ( | 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.
casa::SolvableVisJonesTable::SolvableVisJonesTable | ( | const String & | tableName, |
const String & | type, | ||
Table::TableOption | access = Table::Old |
||
) |
Definition at line 90 of file SolvableVJTable.h.