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)

class TimeVarVisJonesTable : public VisJonesTable

Interface

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

Description

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

TimeVarVisJonesTable()

Default null constructor, and destructor

virtual ~TimeVarVisJonesTable()

TimeVarVisJonesTable (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 PJonesTable : public TimeVarVisJonesTable

Interface

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

Description

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

PJonesTable()

Default null constructor, and destructor

virtual ~PJonesTable()

PJonesTable (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 CJonesTable : public TimeVarVisJonesTable

Interface

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

Description

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

CJonesTable()

Default null constructor, and destructor

virtual ~CJonesTable()

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