VisJonesTable.h
Classes
- VisJonesTable -- VisJonesTable: VisJones calibration table access and creation (full description)
Interface
- Public Members
- VisJonesTable()
- virtual ~VisJonesTable()
- VisJonesTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "visibility", "Jones matrix", and "table".
Synopsis
The VisJonesTable classes provide basic access to VisJones
calibration tables. This includes the creation of calibration
tables, sorting and selection capabilities, and basic data access.
Specializations for time-variable, solvable VisJones sub-types
are provided through inheritance. This class inherits from CalTable.
Example
Motivation
This class is used by other calibration table accessors and iterators.
To Do
Member Description
Default null constructor, and destructor
Construct from a specified table name and table access option.
Used for creating new tables or opening existing tables.