GJonesDesc.h

Classes

GJonesPolyDesc -- GJonesPolyDesc: Define the format of GJonesPoly cal tables (full description)
GJonesSplineDesc -- GJonesSplineDesc: Define the format of GJonesSpline cal tables (full description)

class GJonesPolyDesc : public GJonesDesc

Interface

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

Description

Prerequisite

Etymology

From "GJones", "polynomial" and "descriptor".

Synopsis

GJonesPolyDesc defines the format of GJonesPoly calibration tables in terms of table descriptors TableDesc, as used in the Table system. GJonesPoly matrices represent electronic gain corrections in the Measurement Equation formalism expressed as polynomials over time.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

GJonesPolyDesc()

Default null constructor, and destructor

virtual ~GJonesPolyDesc()

virtual TableDesc calMainDesc()

Return the table descriptor for the main calibration table

class GJonesSplineDesc : public GJonesPolyDesc

Interface

GJonesSplineDesc()
virtual ~GJonesSplineDesc()
virtual TableDesc calMainDesc()

Description

Prerequisite

Etymology

From "GJones", "polynomial" and "descriptor".

Synopsis

GJonesSplineDesc defines the format of GJonesSpline calibration tables in terms of table descriptors TableDesc, as used in the Table system. GJonesSpline matrices represent electronic gain corrections in the Measurement Equation formalism expressed as spline polynomials over time.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

GJonesSplineDesc()

Default null constructor, and destructor

virtual ~GJonesSplineDesc()

virtual TableDesc calMainDesc()

Return the table descriptor for the main calibration table