SolvableVJDesc.h

Classes

SolvableVisJonesDesc -- SolvableVisJonesDesc: Define the format of SolvableVisJones cal tables (full description)
GJonesDesc -- GJonesDesc: Define the format of GJones cal tables (full description)
GJonesDelayRateSBDesc -- GJonesDelayRateSBDesc: Define the format of GJonesDelayRateSB cal tables (full description)
DJonesDesc -- DJonesDesc: Define the format of DJones cal tables (full description)
TJonesDesc -- TJonesDesc: Define the format of TJones cal tables (full description)

class SolvableVisJonesDesc : public TimeVarVisJonesDesc

Interface

Public Members
SolvableVisJonesDesc()
virtual ~SolvableVisJonesDesc()
SolvableVisJonesDesc (const String& type)
virtual TableDesc calMainDesc()

Description

Prerequisite

Etymology

From "solvable VisJones" and "descriptor".

Synopsis

SolvableVisJonesDesc defines the format of SolvableVisJones calibration tables in terms of table descriptors TableDesc , as used in the Table system. The solvable VisJones calibration table formats include fit statistics and weights. Specializations for GJones, DJones and BJones 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

SolvableVisJonesDesc()

Default null constructor, and destructor

virtual ~SolvableVisJonesDesc()

SolvableVisJonesDesc (const String& type)

Construct from the Jones table type

virtual TableDesc calMainDesc()

Return the cal_main table descriptor


class GJonesDesc : public SolvableVisJonesDesc

Interface

GJonesDesc()
virtual ~GJonesDesc()

Description

Prerequisite

Etymology

From "GJones" and "descriptor".

Synopsis

GJonesDesc defines the format of GJones calibration tables in terms of table descriptors TableDesc, as used in the Table system. GJones matrices define the electronic gain corrections in the Measurement Equation formalism. At present, this class returns only the default table formats.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

GJonesDesc()

Default null constructor, and destructor

virtual ~GJonesDesc()


class GJonesDelayRateSBDesc : public GJonesDesc

Interface

GJonesDelayRateSBDesc()
virtual ~GJonesDelayRateSBDesc()
virtual TableDesc calMainDesc()

Description

Prerequisite

Etymology

From "GJones" "delay", "rate", "single-band" and "descriptor".

Synopsis

GJonesDelayRateSBDesc defines the format of GJonesDelayRateSB calibration tables in terms of table descriptors TableDesc, as used in the Table system. This class augments the GJones class, with several additional columns for parametrized fringe-fitting solutions.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

GJonesDelayRateSBDesc()

Default null constructor, and destructor

virtual ~GJonesDelayRateSBDesc()

virtual TableDesc calMainDesc()

Return the table descriptors for the main calibration table:

class DJonesDesc : public SolvableVisJonesDesc

Interface

DJonesDesc()
virtual ~DJonesDesc()

Description

Prerequisite

Etymology

From "DJones" and "descriptor".

Synopsis

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

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

DJonesDesc()

Default null constructor, and destructor

virtual ~DJonesDesc()


class TJonesDesc : public SolvableVisJonesDesc

Interface

TJonesDesc()
virtual ~TJonesDesc()

Description

Prerequisite

Etymology

From "TJones" and "descriptor".

Synopsis

TJonesDesc defines the format of TJones calibration tables in terms of table descriptors TableDesc, as used in the Table system. TJones matrices define the atmospheric gain corrections in the Measurement Equation formalism. At present, this class returns only the default table formats.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

TJonesDesc()

Default null constructor, and destructor

virtual ~TJonesDesc()