casa
5.7.0-16
|
Model non-linear correlator function for the VisEquation. More...
#include <XCorr.h>
Public Member Functions | |
XCorr () | |
virtual VisBuffer & | apply (VisBuffer &vb)=0 |
Apply actual function and inverse. More... | |
virtual VisBuffer & | applyInv (VisBuffer &vb)=0 |
Model non-linear correlator function for the VisEquation.
Public interface
XCorr describes an interface for a non-linear function to be used in the VisEquation. It is an Abstract Base Class: most methods must be defined in derived classes.
See VisEquation for definition of the Visibility Measurement Equation.
The following examples illustrate how an XCorr can be used:
The properties of a multiplicative component must be described for the VisEquation.
casa::XCorr::XCorr | ( | ) |
Apply actual function and inverse.