casa
5.7.0-16
|
SimACoh: Model additive noise errors for the VisEquation. More...
#include <SimACoh.h>
Public Member Functions | |
SimACoh (casacore::Int seed=1, casacore::Double rms=0.1) | |
Construct from VisSet, seed and rms of additive noise (normal dist.) More... | |
virtual VisBuffer & | apply (VisBuffer &vb) |
Apply additive error (Inverse is minus) More... | |
virtual VisBuffer & | applyInv (VisBuffer &vb) |
Public Member Functions inherited from casa::ACoh | |
ACoh () | |
virtual | ~ACoh () |
Private Member Functions | |
casacore::Bool | solve (VisEquation &) |
SimACoh () | |
Private Attributes | |
casacore::MLCG | rndGen_p |
casacore::Normal | noiseDist_p |
SimACoh: Model additive noise errors for the VisEquation.
Public interface
SimACoh describes random additive errors to be used in the VisEquation.
See VisEquation for definition of the Visibility Measurement Equation. See ACoh for how SimACoh is to be used.
The properties of an additive component must be described for the VisEquation.
casa::SimACoh::SimACoh | ( | casacore::Int | seed = 1 , |
casacore::Double | rms = 0.1 |
||
) |
Construct from VisSet, seed and rms of additive noise (normal dist.)
|
private |
Apply additive error (Inverse is minus)
Implements casa::ACoh.
Implements casa::ACoh.
|
inlineprivatevirtual |
Implements casa::ACoh.
|
private |
|
private |