SolvableVJTable.h
Classes
- SolvableVisJonesTable -- SolvableVisJonesTable: SolvableVisJones calibration table access/creation (full description)
- GJonesTable -- GJonesTable: GJones calibration table access and creation (full description)
- GJonesDelayRateSBTable -- GJonesDelayRateSBTable: GJonesDelayRateSB calibration table access and creation (full description)
- DJonesTable -- DJonesTable: DJones calibration table access and creation (full description)
- TJonesTable -- TJonesTable: TJones calibration table access and creation (full description)
Interface
- Public Members
- SolvableVisJonesTable()
- virtual ~SolvableVisJonesTable()
- SolvableVisJonesTable (const String& tableName, Table::TableOption access = Table::Old)
- SolvableVisJonesTable (const String& tableName, const String& type, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "solvable","visibility", "Jones matrix", and "table".
Synopsis
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.
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
- GJonesTable()
- virtual ~GJonesTable()
- GJonesTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "gain", "Jones matrix", and "table".
Synopsis
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.
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
- GJonesDelayRateSBTable()
- virtual ~GJonesDelayRateSBTable()
- GJonesDelayRateSBTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "gain", "Jones matrix", and "table".
Synopsis
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.
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
- DJonesTable()
- virtual ~DJonesTable()
- DJonesTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "DJones matrix", and "table".
Synopsis
The DJonesTable classes provide basic access to time-variable,
solvable polarization response calibration tables. This
includes the creation of calibration tables, sorting and selection
capabilities, and basic data access. This class derives from
SolvableVisJonesTable.
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
- TJonesTable()
- virtual ~TJonesTable()
- TJonesTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "TJones matrix", and "table".
Synopsis
The TJonesTable classes provide basic access to time-variable,
solvable atmosphere calibration tables. This includes the
creation of calibration tables, sorting and selection
capabilities, and basic data access. This class derives from
SolvableVisJonesTable.
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.