#include <SimACoh.h>
Inheritance diagram for casa::SimACoh:


Part of API
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 .
Definition at line 72 of file SimACoh.h.
Public Member Functions | |
| SimACoh (Int seed=1, Double rms=0.1) | |
| Construct from VisSet, seed and rms of additive noise (normal dist. | |
| virtual VisBuffer & | apply (VisBuffer &vb) |
| Apply additive error (Inverse is minus). | |
| virtual VisBuffer & | applyInv (VisBuffer &vb) |
Private Member Functions | |
| Bool | solve (VisEquation &ve) |
| SimACoh () | |
Private Attributes | |
| MLCG | rndGen_p |
| Normal | noiseDist_p |
| casa::SimACoh::SimACoh | ( | Int | seed = 1, |
|
| Double | rms = 0.1 | |||
| ) |
Construct from VisSet, seed and rms of additive noise (normal dist.
)
| casa::SimACoh::SimACoh | ( | ) | [private] |
Implements casa::ACoh.
| Bool casa::SimACoh::solve | ( | VisEquation & | ve | ) | [inline, private, virtual] |
MLCG casa::SimACoh::rndGen_p [private] |
Normal casa::SimACoh::noiseDist_p [private] |
1.5.1