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)
Interface
- Public Members
- SolvableMJonesDesc()
- virtual ~SolvableMJonesDesc()
- virtual TableDesc calMainDesc()
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
Generate calibration table descriptors from a VisSet or VisBuffer object
Member Description
Default null constructor, and destructor
Return the cal_main table descriptor
Interface
- MIfrDesc()
- virtual ~MIfrDesc()
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
Generate calibration table descriptors from a VisSet or VisBuffer object
Member Description
Default null constructor, and destructor