VisJonesTable.h

Classes

VisJonesTable -- VisJonesTable: VisJones calibration table access and creation (full description)

class VisJonesTable : public CalTable

Interface

Public Members
VisJonesTable()
virtual ~VisJonesTable()
VisJonesTable (const String& tableName, Table::TableOption access = Table::Old)

Description

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

VisJonesTable()

Default null constructor, and destructor

virtual ~VisJonesTable()

VisJonesTable (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.