casa
$Rev:20696$
|
BJonesPolyDesc: Define the format of BJonesPoly cal tables. More...
#include <BJonesDesc.h>
Public Member Functions | |
BJonesPolyDesc () | |
Default null constructor, and destructor. | |
virtual | ~BJonesPolyDesc () |
virtual TableDesc | calMainDesc () |
Return the table descriptor for the main calibration table. |
BJonesPolyDesc: Define the format of BJonesPoly cal tables.
Public interface
BJonesDesc module
From "BJones", "polynomial" and "descriptor".
BJonesPolyDesc defines the format of BJonesPoly calibration tables in terms of table descriptors TableDesc , as used in the Table system. BJonesPoly matrices represent bandpass corrections in the Measurement Equation formalism in polynomial form. At present, these include b-spline and Chebyshev polynomial representations, using the solver developed for Plateau de Bure interferometer data by Anterrieu et al.
See CalTableDesc.
Definition at line 130 of file BJonesDesc.h.
Default null constructor, and destructor.
virtual casa::BJonesPolyDesc::~BJonesPolyDesc | ( | ) | [inline, virtual] |
Definition at line 135 of file BJonesDesc.h.
virtual TableDesc casa::BJonesPolyDesc::calMainDesc | ( | ) | [virtual] |
Return the table descriptor for the main calibration table.
Reimplemented from casa::SolvableVisJonesDesc.