#include <TimeVarVJMBuf.h>
Inheritance diagram for casa::TimeVarVisJonesMBuf:


Part of API
From "time-variable visibility Jones matrix", "cal main table" and "buffer"
The TimeVarVisJonesMBuf class holds a buffer, optionally connected to a TimeVarVisJones calibration main table iterator (of base type CalIterBase). Specializations solvable VisJones calibration table formats are provided through inheritance.
Encapsulate TimeVarVisJones calibration main table data buffers.
Definition at line 73 of file TimeVarVJMBuf.h.
Public Member Functions | |
| TimeVarVisJonesMBuf () | |
| Default constructor. | |
| TimeVarVisJonesMBuf (const Vector< Int > &calIndices, const Block< Vector< Int > > &indexValues) | |
| Construct from a set of calibration buffer indices and their specified values. | |
| TimeVarVisJonesMBuf (CalIterBase &calIter) | |
| Construct from a calibration table iterator. | |
| casa::TimeVarVisJonesMBuf::TimeVarVisJonesMBuf | ( | ) |
Default constructor.
No connection to an underlying calibration table iterator in this case.
| casa::TimeVarVisJonesMBuf::TimeVarVisJonesMBuf | ( | 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::TimeVarVisJonesMBuf::TimeVarVisJonesMBuf | ( | CalIterBase & | calIter | ) |
Construct from a calibration table iterator.
The calibration buffer will remain synchronized with the iterator.
1.5.1