casa
$Rev:20696$
|
DJonesMBuf: DJones calibration main table buffer. More...
#include <SolvableVJMBuf.h>
Public Member Functions | |
DJonesMBuf () | |
Default constructor. | |
DJonesMBuf (const Vector< Int > &calIndices, const Block< Vector< Int > > &indexValues) | |
Construct from a set of calibration buffer indices and their specified values. | |
DJonesMBuf (CalIterBase &calIter) | |
Construct from a calibration table iterator. |
DJonesMBuf: DJones calibration main table buffer.
Public interface
From "DJones matrix", "cal main table" and "buffer"
The DJonesMBuf class holds a buffer, optionally connected to a DJones calibration main table iterator (of base type CalIterBase). The DJones matrix contains instrumental polarization corrections.
Encapsulate DJones calibration main table data buffers.
Definition at line 260 of file SolvableVJMBuf.h.
Default constructor.
No connection to an underlying calibration table iterator in this case.
casa::DJonesMBuf::DJonesMBuf | ( | 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::DJonesMBuf::DJonesMBuf | ( | CalIterBase & | calIter | ) |
Construct from a calibration table iterator.
The calibration buffer will remain synchronized with the iterator.