SimACoh.h

Classes

SimACoh -- SimACoh: Model additive noise errors for the VisEquation (full description)

class SimACoh : public ACoh

Interface

Public Members
SimACoh(Int seed=1, Double rms=0.1)
virtual VisBuffer& apply(VisBuffer& vb)
virtual VisBuffer& applyInv(VisBuffer& vb)
Private Members
Bool solve(VisEquation& ve)
SimACoh()

Description

Prerequisite

Etymology

SimACoh describes random additive errors to be used in the VisEquation.

Synopsis

See VisEquation for definition of the Visibility Measurement Equation. See ACoh for how SimACoh is to be used.

Motivation

The properties of an additive component must be described for the VisEquation.

To Do

Member Description

SimACoh(Int seed=1, Double rms=0.1)

Construct from VisSet, seed and rms of additive noise (normal dist.)

virtual VisBuffer& apply(VisBuffer& vb)
virtual VisBuffer& applyInv(VisBuffer& vb)

Apply additive error (Inverse is minus)

Bool solve(VisEquation& ve)

SimACoh()