SolvableMJDesc.h

Classes

SolvableMJonesDesc -- SolvableMJonesDesc: Define the format of SolvableMJones cal tables (full description)
MIfrDesc -- MIfrDesc: Define the format of MIfr cal tables (full description)

class SolvableMJonesDesc : public TimeVarMJonesDesc

Interface

Public Members
SolvableMJonesDesc()
virtual ~SolvableMJonesDesc()
virtual TableDesc calMainDesc()

Description

Prerequisite

Etymology

From "solvable MJones" and "descriptor".

Synopsis

SolvableMJonesDesc defines the format of SolvableMJones calibration tables in terms of table descriptors TableDesc , as used in the Table system. The solvable MJones calibration table formats include fit statistics and weights. Specializations for specific solvable forms are provided through inheritance. At present, this set of classes returns only the default table formats.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

SolvableMJonesDesc()

Default null constructor, and destructor

virtual ~SolvableMJonesDesc()

virtual TableDesc calMainDesc()

Return the cal_main table descriptor

class MIfrDesc : public SolvableMJonesDesc

Interface

MIfrDesc()
virtual ~MIfrDesc()

Description

Prerequisite

Etymology

From "MIfr" and "descriptor".

Synopsis

MIfrDesc defines the format of MIfr calibration tables in terms of table descriptors TableDesc, as used in the Table system. MIfr matrices define diagonal, multiplicative interferometer gain corrections in the Measurement Equation formalism. At present, this class returns only the default table format.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

MIfrDesc()

Default null constructor, and destructor

virtual ~MIfrDesc()