TimeVarVJTable.h
Classes
- TimeVarVisJonesTable -- TimeVarVisJonesTable: TimeVarVisJones calibration table access and creation (full description)
- PJonesTable -- PJonesTable: PJones calibration table access and creation (full description)
- CJonesTable -- CJonesTable: CJones calibration table access and creation (full description)
Interface
- Public Members
- TimeVarVisJonesTable()
- virtual ~TimeVarVisJonesTable()
- TimeVarVisJonesTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "time-variable","visibility", "Jones matrix", and "table".
Synopsis
The TimeVarVisJonesTable classes provide basic access to time-variable,
non-solvable VisJones calibration tables. This includes the
creation of calibration tables, sorting and selection capabilities,
and basic data access. This class derives from VisJonesTable.
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.
Interface
- PJonesTable()
- virtual ~PJonesTable()
- PJonesTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "parallactic angle", "Jones matrix", and "table".
Synopsis
The PJonesTable classes provide basic access to time-variable,
non-solvable parallactic angle calibration tables. This includes
the creation of calibration tables, sorting and selection
capabilities, and basic data access. This class derives from
VisJonesTable.
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.
Interface
- CJonesTable()
- virtual ~CJonesTable()
- CJonesTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "time-variable","visibility", "Jones matrix", and "table".
Synopsis
The CJonesTable classes provide basic access to time-variable,
non-solvable polarization configuration calibration tables. This
includes the creation of calibration tables, sorting and selection
capabilities, and basic data access. This class derives from
VisJonesTable.
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.