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)

class SolvableVisJonesTable : public TimeVarVisJonesTable

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)

Description

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

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. Used for creating new tables or opening existing tables.

SolvableVisJonesTable (const String& tableName, const String& type, Table::TableOption access = Table::Old)


class GJonesTable : public SolvableVisJonesTable

Interface

GJonesTable()
virtual ~GJonesTable()
GJonesTable (const String& tableName, Table::TableOption access = Table::Old)

Description

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

GJonesTable()

Default null constructor, and destructor

virtual ~GJonesTable()

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


class GJonesDelayRateSBTable : public SolvableVisJonesTable

Interface

GJonesDelayRateSBTable()
virtual ~GJonesDelayRateSBTable()
GJonesDelayRateSBTable (const String& tableName, Table::TableOption access = Table::Old)

Description

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

GJonesDelayRateSBTable()

Default null constructor, and destructor

virtual ~GJonesDelayRateSBTable()

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


class DJonesTable : public SolvableVisJonesTable

Interface

DJonesTable()
virtual ~DJonesTable()
DJonesTable (const String& tableName, Table::TableOption access = Table::Old)

Description

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

DJonesTable()

Default null constructor, and destructor

virtual ~DJonesTable()

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


class TJonesTable : public SolvableVisJonesTable

Interface

TJonesTable()
virtual ~TJonesTable()
TJonesTable (const String& tableName, Table::TableOption access = Table::Old)

Description

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

TJonesTable()

Default null constructor, and destructor

virtual ~TJonesTable()

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