BJonesTable.h

Classes

BJonesTable -- BJonesTable: BJones calibration table access/creation (full description)
BJonesPolyTable -- BJonesPolyTable: BJonesPoly calibration table access/creation (full description)

class BJonesTable : public SolvableVisJonesTable

Interface

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

Description

Prerequisite

Etymology

From "solvable","visibility", "Jones matrix", and "table".

Synopsis

The BJonesTable classes provide basic access to BJones 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

BJonesTable()

Default null constructor, and destructor

virtual ~BJonesTable()

BJonesTable (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 BJonesPolyTable : public BJonesTable

Interface

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

Description

Prerequisite

Etymology

From "B Jones matrix", "polynomial" and "table".

Synopsis

The BJonesPolyTable classes provide basic access to BJonesPoly calibration tables. This includes the creation of calibration tables, sorting and selection capabilities, and basic data access. This class derives from BJonesTable.

Example


 

Motivation

This class is used by other calibration table accessors and iterators.

To Do

Member Description

BJonesPolyTable()

Default null constructor, and destructor

virtual ~BJonesPolyTable()

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