TJonesDesc.h

Classes

TJonesPolyDesc -- TJonesPolyDesc: Define the format of TJonesPoly cal tables (full description)
TJonesSplineDesc -- TJonesSplineDesc: Define the format of TJonesSpline cal tables (full description)

class TJonesPolyDesc : public TJonesDesc

Interface

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

Description

Prerequisite

Etymology

From "TJones", "polynomial" and "descriptor".

Synopsis

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

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

TJonesPolyDesc()

Default null constructor, and destructor

virtual ~TJonesPolyDesc()

virtual TableDesc calMainDesc()

Return the table descriptor for the main calibration table

class TJonesSplineDesc : public TJonesPolyDesc

Interface

TJonesSplineDesc()
virtual ~TJonesSplineDesc()
virtual TableDesc calMainDesc()

Description

Prerequisite

Etymology

From "TJones", "polynomial" and "descriptor".

Synopsis

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

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

TJonesSplineDesc()

Default null constructor, and destructor

virtual ~TJonesSplineDesc()

virtual TableDesc calMainDesc()

Return the table descriptor for the main calibration table