BJonesDesc.h

Classes

BJonesDesc -- BJonesDesc: Define the format of BJones cal tables (full description)
BJonesPolyDesc -- BJonesPolyDesc: Define the format of BJonesPoly cal tables (full description)

class BJonesDesc : public SolvableVisJonesDesc

Interface

Public Members
BJonesDesc()
virtual ~BJonesDesc()

Description

Prerequisite

Etymology

From "BJones" and "descriptor".

Synopsis

BJonesDesc defines the format of BJones calibration tables in terms of table descriptors TableDesc, as used in the Table system. BJones matrices represent bandpass corrections in the Measurement Equation formalism. At present, this set of classes returns only the default table formats.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

BJonesDesc()

Default null constructor, and destructor

virtual ~BJonesDesc()


class BJonesPolyDesc : public BJonesDesc

Interface

BJonesPolyDesc()
virtual ~BJonesPolyDesc()
virtual TableDesc calMainDesc()

Description

Prerequisite

Etymology

From "BJones", "polynomial" and "descriptor".

Synopsis

BJonesPolyDesc defines the format of BJonesPoly calibration tables in terms of table descriptors TableDesc, as used in the Table system. BJonesPoly matrices represent bandpass corrections in the Measurement Equation formalism in polynomial form. At present, these include b-spline and Chebyshev polynomial representations, using the solver developed for Plateau de Bure interferometer data by Anterrieu et al.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

BJonesPolyDesc()

Default null constructor, and destructor

virtual ~BJonesPolyDesc()

virtual TableDesc calMainDesc()

Return the table descriptor for the main calibration table