casa
$Rev:20696$
|
#include <CalCorruptor.h>
Public Member Functions | |
ANoiseCorruptor () | |
virtual | ~ANoiseCorruptor () |
virtual void | initialize () |
void | initialize (const Int seed, const Float amp) |
virtual Complex | simPar (const VisIter &vi, VisCal::Type type, Int ipar) |
virtual Complex | simPar () |
Private Attributes | |
MLCG * | rndGen_p |
Normal * | nDist_p |
Definition at line 169 of file CalCorruptor.h.
casa::ANoiseCorruptor::ANoiseCorruptor | ( | ) | [inline] |
Definition at line 172 of file CalCorruptor.h.
virtual casa::ANoiseCorruptor::~ANoiseCorruptor | ( | ) | [virtual] |
virtual void casa::ANoiseCorruptor::initialize | ( | ) | [inline, virtual] |
Reimplemented from casa::CalCorruptor.
Definition at line 174 of file CalCorruptor.h.
void casa::ANoiseCorruptor::initialize | ( | const Int | seed, |
const Float | amp | ||
) | [inline] |
Definition at line 177 of file CalCorruptor.h.
References casa::amp().
virtual Complex casa::ANoiseCorruptor::simPar | ( | const VisIter & | vi, |
VisCal::Type | type, | ||
Int | ipar | ||
) | [virtual] |
Reimplemented from casa::CalCorruptor.
virtual Complex casa::ANoiseCorruptor::simPar | ( | ) | [virtual] |
Normal* casa::ANoiseCorruptor::nDist_p [private] |
Definition at line 187 of file CalCorruptor.h.
MLCG* casa::ANoiseCorruptor::rndGen_p [private] |
Definition at line 186 of file CalCorruptor.h.