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

BJonesMBuf: BJones calibration main table buffer. More...

#include <BJonesMBuf.h>

Inheritance diagram for casa::BJonesMBuf:
casa::SolvableVisJonesMBuf casa::TimeVarVisJonesMBuf casa::VisJonesMBuf casa::CalMainBuffer casa::BJonesPolyMBuf

List of all members.

Public Member Functions

 BJonesMBuf ()
 Default constructor.
 BJonesMBuf (const Vector< Int > &calIndices, const Block< Vector< Int > > &indexValues)
 Construct from a set of calibration buffer indices and their specified values.
 BJonesMBuf (CalIterBase &calIter)
 Construct from a calibration table iterator.

Detailed Description

BJonesMBuf: BJones calibration main table buffer.

Intended use:

Public interface

Prerequisite

Etymology

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

Synopsis

The BJonesMBuf class holds a buffer, optionally connected to a BJones calibration main table iterator (of base type CalIterBase). The BJones matrix contains bandpass correction terms.

Example

Motivation

Encapsulate BJones calibration main table data buffers.

Definition at line 75 of file BJonesMBuf.h.


Constructor & Destructor Documentation

Default constructor.

No connection to an underlying calibration table iterator in this case.

casa::BJonesMBuf::BJonesMBuf ( 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.


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