casa::CalDescRecord Class Reference
CalDescRecord: Cal_desc table record access and creation.
More...
#include <CalDescRecord.h>
List of all members.
Detailed Description
CalDescRecord: Cal_desc table record access and creation.
Intended use:
Public interface
Prerequisite
Etymology
From "calibration description sub-table" and "record".
Synopsis
The CalDescRecord classes allow access to, and creation of, records in the cal_desc calibration sub-table. Specializations for SkyJones calibration table record types is provided through inheritance.
Example
Motivation
Encapsulate access to cal_desc calibration table records.
Definition at line 72 of file CalDescRecord.h.
Constructor & Destructor Documentation
casa::CalDescRecord::CalDescRecord |
( |
|
) |
|
Default null constructor, and destructor.
casa::CalDescRecord::~CalDescRecord |
( |
|
) |
[inline] |
casa::CalDescRecord::CalDescRecord |
( |
const Record & |
inpRec |
) |
|
Construct from an existing record.
Member Function Documentation
void casa::CalDescRecord::addRec |
( |
const Record & |
newRec |
) |
[protected] |
void casa::CalDescRecord::defineChanFreq |
( |
const Array< Double > & |
chanFreq |
) |
|
void casa::CalDescRecord::defineChanRange |
( |
const Array< Int > & |
chanRange |
) |
|
void casa::CalDescRecord::defineChanWidth |
( |
const Array< Double > & |
chanWidth |
) |
|
void casa::CalDescRecord::defineJonesType |
( |
const String & |
jonesType |
) |
|
void casa::CalDescRecord::defineMSName |
( |
const String & |
msName |
) |
|
void casa::CalDescRecord::defineNJones |
( |
const Int & |
nJones |
) |
|
void casa::CalDescRecord::defineNumChan |
( |
const Array< Int > & |
numChan |
) |
|
void casa::CalDescRecord::defineNumReceptors |
( |
const Int & |
numReceptors |
) |
|
void casa::CalDescRecord::defineNumSpw |
( |
const Int & |
numSpw |
) |
|
Field accessors a) define.
void casa::CalDescRecord::definePolznType |
( |
const Array< String > & |
polznType |
) |
|
void casa::CalDescRecord::defineSpwId |
( |
const Array< Int > & |
spwId |
) |
|
void casa::CalDescRecord::getChanFreq |
( |
Array< Double > & |
chanFreq |
) |
|
void casa::CalDescRecord::getChanRange |
( |
Array< Int > & |
chanRange |
) |
|
void casa::CalDescRecord::getChanWidth |
( |
Array< Double > & |
chanWidth |
) |
|
void casa::CalDescRecord::getJonesType |
( |
String & |
jonesType |
) |
|
void casa::CalDescRecord::getMSName |
( |
String & |
msName |
) |
|
void casa::CalDescRecord::getNJones |
( |
Int & |
nJones |
) |
|
void casa::CalDescRecord::getNumChan |
( |
Array< Int > & |
numChan |
) |
|
void casa::CalDescRecord::getNumReceptors |
( |
Int & |
numReceptors |
) |
|
void casa::CalDescRecord::getNumSpw |
( |
Int & |
numSpw |
) |
|
void casa::CalDescRecord::getPolznType |
( |
Array< String > & |
polznType |
) |
|
void casa::CalDescRecord::getSpwId |
( |
Array< Int > & |
spwId |
) |
|
const Record& casa::CalDescRecord::record |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: