D is like ANoise but has a complex amplitude (different sigma in real/imag), and a systematic offset. More...
#include <CalCorruptor.h>
Public Member Functions | |
| DJonesCorruptor () | |
| virtual | ~DJonesCorruptor () |
| virtual void | initialize () |
| void | initialize (const Int seed, const Complex camp, const Complex offset) |
| virtual Complex | simPar (const VisIter &vi, VisCal::Type type, Int ipar) |
| Complex & | camp () |
| Complex & | offset () |
Private Attributes | |
| MLCG * | rndGen_p |
| Normal * | nDist_p |
| Complex | camp_ |
| Complex | offset_ |
D is like ANoise but has a complex amplitude (different sigma in real/imag), and a systematic offset.
Definition at line 196 of file CalCorruptor.h.
| casa::DJonesCorruptor::DJonesCorruptor | ( | ) | [inline] |
Definition at line 199 of file CalCorruptor.h.
| virtual casa::DJonesCorruptor::~DJonesCorruptor | ( | ) | [virtual] |
| Complex& casa::DJonesCorruptor::camp | ( | ) | [inline] |
Definition at line 211 of file CalCorruptor.h.
References camp_.
| void casa::DJonesCorruptor::initialize | ( | const Int | seed, | |
| const Complex | camp, | |||
| const Complex | offset | |||
| ) | [inline] |
| virtual void casa::DJonesCorruptor::initialize | ( | ) | [inline, virtual] |
Reimplemented from casa::CalCorruptor.
Definition at line 201 of file CalCorruptor.h.
| Complex& casa::DJonesCorruptor::offset | ( | ) | [inline] |
Definition at line 212 of file CalCorruptor.h.
| virtual Complex casa::DJonesCorruptor::simPar | ( | const VisIter & | vi, | |
| VisCal::Type | type, | |||
| Int | ipar | |||
| ) | [virtual] |
Reimplemented from casa::CalCorruptor.
Complex casa::DJonesCorruptor::camp_ [private] |
Definition at line 217 of file CalCorruptor.h.
Referenced by camp(), and initialize().
Normal* casa::DJonesCorruptor::nDist_p [private] |
Definition at line 216 of file CalCorruptor.h.
Referenced by initialize().
Complex casa::DJonesCorruptor::offset_ [private] |
Definition at line 217 of file CalCorruptor.h.
Referenced by initialize().
MLCG* casa::DJonesCorruptor::rndGen_p [private] |
Definition at line 212 of file CalCorruptor.h.
Referenced by initialize().
1.6.1