TimeVarVJMRec.h

Classes

TimeVarVisJonesMRec -- TimeVarVisJonesMRec: TimeVarVisJones cal_main table record access & creation (full description)
PJonesMRec -- PJonesMRec: PJones cal_main table record access & creation (full description)
CJonesMRec -- CJonesMRec: CJones cal_main table record access & creation (full description)

class TimeVarVisJonesMRec : public VisJonesMRec

Interface

Public Members
TimeVarVisJonesMRec()
~TimeVarVisJonesMRec()
TimeVarVisJonesMRec (const Record& inpRec)

Description

Prerequisite

Etymology

From "time-variable VisJones" and "main record".

Synopsis

The TimeVarVisJonesMRec class allows the creation of records for the main calibration table of TimeVarVisJones type, and provides access to the individual record fields. Specializations for CJones and PJones calibration table records are provided through inheritance.

Example


 

Motivation

Encapsulate access to TimeVarVisJones calibration table records.

To Do

Member Description

TimeVarVisJonesMRec()

Default null constructor, and destructor

~TimeVarVisJonesMRec()

TimeVarVisJonesMRec (const Record& inpRec)

Construct from an existing record

class PJonesMRec : public TimeVarVisJonesMRec

Interface

PJonesMRec()
~PJonesMRec()
PJonesMRec (const Record& inpRec)

Description

Prerequisite

Etymology

From "PJones" and "main record".

Synopsis

The PJonesMRec class allows the creation of records for the main calibration table of PJones type, and provides access to the individual record fields. PJones matrices are used to store parallactic angle information in the Measurement Equation formalism.

Example


 

Motivation

Encapsulate access to PJones calibration table records.

To Do

Member Description

PJonesMRec()

Default null constructor, and destructor

~PJonesMRec()

PJonesMRec (const Record& inpRec)

Construct from an existing record

class CJonesMRec : public TimeVarVisJonesMRec

Interface

CJonesMRec()
~CJonesMRec()
CJonesMRec (const Record& inpRec)

Description

Prerequisite

Etymology

From "CJones" and "main record".

Synopsis

The CJonesMRec class allows the creation of records for the main calibration table of CJones type, and provides access to the individual record fields. CJones matrices are used to store polarization configuration information in the Measurement Equation formalism.

Example


 

Motivation

Encapsulate access to CJones calibration table records.

To Do

Member Description

CJonesMRec()

Default null constructor, and destructor

~CJonesMRec()

CJonesMRec (const Record& inpRec)

Construct from an existing record