FVisJonesDesc.h

Classes

FVisJonesDesc -- FVisJonesDesc: Define the format of FVisJones cal tables (full description)
FVisJonesIonoDesc -- FVisJonesIonoDesc: Define the format of FVisJonesIono cal tables (full description)

class FVisJonesDesc : public TimeVarVisJonesDesc

Interface

Public Members
FVisJonesDesc()
virtual ~FVisJonesDesc()
FVisJonesDesc (const String& type)
virtual TableDesc calMainDesc()

Description

Prerequisite

Etymology

From "F VisJones" and "descriptor".

Synopsis

FVisJonesDesc defines the format of FVisJones calibration tables in terms of table descriptors TableDesc , as used in the Table system. It auguments the TimeVarVisJones description with additional fields for rotation measures.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

FVisJonesDesc()

Default null constructor, and destructor

virtual ~FVisJonesDesc()

FVisJonesDesc (const String& type)

Construct from the Jones table type

virtual TableDesc calMainDesc()

Return the table descriptors for the main calibration table


class FVisJonesIonoDesc : public FVisJonesDesc

Interface

FVisJonesIonoDesc()
virtual ~FVisJonesIonoDesc()
FVisJonesIonoDesc (const String& type)
virtual TableDesc calMainDesc()

Description

Prerequisite

Etymology

From "F VisJones - Ionosphere" and "descriptor".

Synopsis

FVisJonesIonoDesc defines the format of FVisJonesIono calibration tables in terms of table descriptors TableDesc , as used in the Table system. It auguments the FVisJones description with additional fields for TEC, etc.

Example


 

Motivation

See CalTableDesc.

To Do

Member Description

FVisJonesIonoDesc()

Default null constructor, and destructor

virtual ~FVisJonesIonoDesc()

FVisJonesIonoDesc (const String& type)

Construct from the Jones table type

virtual TableDesc calMainDesc()

Return the table descriptors for the main calibration table