casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::GJonesMBuf Class Reference

GJonesMBuf: GJones calibration main table buffer. More...

#include <SolvableVJMBuf.h>

Inheritance diagram for casa::GJonesMBuf:
casa::SolvableVisJonesMBuf casa::TimeVarVisJonesMBuf casa::VisJonesMBuf casa::CalMainBuffer casa::GJonesPolyMBuf casa::GJonesSplineMBuf

List of all members.

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.

Detailed Description

GJonesMBuf: GJones calibration main table buffer.

Intended use:

Public interface

Prerequisite

Etymology

From "GJones matrix", "cal main table" and "buffer"

Synopsis

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.

Example

Motivation

Encapsulate GJones calibration main table data buffers.

Definition at line 195 of file SolvableVJMBuf.h.


Constructor & Destructor Documentation

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.

Construct from a calibration table iterator.

The calibration buffer will remain synchronized with the iterator.


Member Function Documentation

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.


The documentation for this class was generated from the following file: