TimeVarVJDesc.h

Classes

TimeVarVisJonesDesc -- TimeVarVisJonesDesc: Define the format of TimeVarVisJones cal tables (full description)
PJonesDesc -- PJonesDesc: Define the format of PJones cal tables (full description)
CJonesDesc -- CJonesDesc: Define the format of CJones cal tables (full description)

class TimeVarVisJonesDesc : public VisJonesDesc

Interface

Public Members
TimeVarVisJonesDesc()
virtual ~TimeVarVisJonesDesc()
TimeVarVisJonesDesc (const String& type)

Description

Prerequisite

Etymology

From "time variable VisJones" and "descriptor".

Synopsis

TimeVarVisJonesDesc defines the format of TimeVarVisJones calibration tables in terms of table descriptors TableDesc , as used in the Table system. Specializations for time-variable and solvable VisJones calibration tables are provided through inheritance. At present, this set of classes returns only the default table formats.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

TimeVarVisJonesDesc()

Default null constructor, and destructor

virtual ~TimeVarVisJonesDesc()

TimeVarVisJonesDesc (const String& type)

Construct from the Jones table type

class PJonesDesc : public TimeVarVisJonesDesc

Interface

PJonesDesc()
virtual ~PJonesDesc()

Description

Prerequisite

Etymology

From "PJones" and "descriptor".

Synopsis

PJonesDesc defines the format of PJones calibration tables in terms of table descriptors TableDesc, as used in the Table system. PJones matrices define the parallactic angle corrections in the Measurement Equation formalism. At present, this class returns only the default table formats.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

PJonesDesc()

Default null constructor, and destructor

virtual ~PJonesDesc()


class CJonesDesc : public TimeVarVisJonesDesc

Interface

CJonesDesc()
virtual ~CJonesDesc()

Description

Prerequisite

Etymology

From "CJones" and "descriptor".

Synopsis

CJonesDesc defines the format of CJones calibration tables in terms of table descriptors TableDesc, as used in the Table system. CJones matrices define the polarization configuration in the Measurement Equation formalism. At present, this class returns only the default table formats.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

CJonesDesc()

Default null constructor, and destructor

virtual ~CJonesDesc()