FVisJonesDesc: Define the format of FVisJones cal tables. More...
#include <FVisJonesDesc.h>
Public Member Functions | |
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. | |
Private Attributes | |
TableDesc | itsCalDescDesc |
FVisJonesDesc: Define the format of FVisJones cal tables.
Public interface
From "F VisJones" and "descriptor".
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.
See CalTableDesc.
Definition at line 73 of file FVisJonesDesc.h.
casa::FVisJonesDesc::FVisJonesDesc | ( | ) |
Default null constructor, and destructor.
virtual casa::FVisJonesDesc::~FVisJonesDesc | ( | ) | [inline, virtual] |
Definition at line 78 of file FVisJonesDesc.h.
casa::FVisJonesDesc::FVisJonesDesc | ( | const String & | type | ) |
Construct from the Jones table type.
virtual TableDesc casa::FVisJonesDesc::calMainDesc | ( | ) | [virtual] |
Return the table descriptors for the main calibration table.
Reimplemented from casa::CalTableDesc.
Reimplemented in casa::FVisJonesIonoDesc.
TableDesc casa::FVisJonesDesc::itsCalDescDesc [private] |
Reimplemented from casa::CalTableDesc.
Definition at line 87 of file FVisJonesDesc.h.