casa
$Rev:20696$
|
GJonesMBuf: GJones calibration main table buffer. More...
#include <SolvableVJMBuf.h>
Public Member Functions | |
GJonesMBuf () | |
Default constructor. | |
GJonesMBuf (const Vector< Int > &calIndices, const Block< Vector< Int > > &indexValues) | |
Construct from a set of calibration buffer indices and their specified values. | |
GJonesMBuf (CalIterBase &calIter) | |
Construct from a calibration table iterator. | |
virtual Bool | fillMatchingRows (const Vector< Int > &matchingRows, const String &sFreqGrpName, const Complex &sGain, const MFrequency &sRefFreq, const Int &sRefAnt) |
Update the calibration solution in each of a set of buffer rows. |
GJonesMBuf: GJones calibration main table buffer.
Public interface
From "GJones matrix", "cal main table" and "buffer"
The GJonesMBuf class holds a buffer, optionally connected to a GJones calibration main table iterator (of base type CalIterBase). The GJones matrix contains electronic gain correction terms.
Encapsulate GJones calibration main table data buffers.
Definition at line 195 of file SolvableVJMBuf.h.
Default constructor.
No connection to an underlying calibration table iterator in this case.
casa::GJonesMBuf::GJonesMBuf | ( | const Vector< Int > & | calIndices, |
const Block< Vector< Int > > & | indexValues | ||
) |
Construct from a set of calibration buffer indices and their specified values.
Non-index columns will be set to default values, and there is no connection to an underlying calibration table iterator in this case.
casa::GJonesMBuf::GJonesMBuf | ( | CalIterBase & | calIter | ) |
Construct from a calibration table iterator.
The calibration buffer will remain synchronized with the iterator.
virtual Bool casa::GJonesMBuf::fillMatchingRows | ( | const Vector< Int > & | matchingRows, |
const String & | sFreqGrpName, | ||
const Complex & | sGain, | ||
const MFrequency & | sRefFreq, | ||
const Int & | sRefAnt | ||
) | [virtual] |
Update the calibration solution in each of a set of buffer rows.