#include <SolvableVisCal.h>
Inheritance diagram for casa::CalCorruptor:

Definition at line 64 of file SolvableVisCal.h.
Public Member Functions | |
| CalCorruptor (const Int nSim) | |
| virtual | ~CalCorruptor () |
| Int & | nSim () |
| Bool & | initialized () |
| Int & | prtlev () |
| Int & | curr_slot () |
| Double & | curr_time () |
| Double & | startTime () |
| Double & | stopTime () |
| Double & | slot_time (const Int i) |
| Double & | slot_time () |
| Int & | currAnt () |
| Int & | currSpw () |
| Int & | nAnt () |
| Int & | nSpw () |
| Int & | currChan () |
| Int & | nChan () |
| Vector< Float > & | fRefFreq () |
| Vector< Float > & | fWidth () |
| Vector< Int > & | fnChan () |
| virtual void | initialize ()=0 |
Protected Attributes | |
| Int | nSim_ |
| Bool | initialized_ |
| Int | prtlev_ |
| Int | curr_slot_ |
| Int | nAnt_ |
| Int | curr_ant_ |
| Int | nSpw_ |
| Int | curr_spw_ |
| Int | curr_chan_ |
| Double | curr_time_ |
| Double | starttime_ |
| Double | stoptime_ |
| Vector< Double > | slot_times_ |
| Vector< Float > | fRefFreq_ |
| Vector< Float > | fWidth_ |
| Vector< Int > | fnChan_ |
| casa::CalCorruptor::CalCorruptor | ( | const Int | nSim | ) |
| virtual casa::CalCorruptor::~CalCorruptor | ( | ) | [virtual] |
| Int& casa::CalCorruptor::nSim | ( | ) | [inline] |
| Bool& casa::CalCorruptor::initialized | ( | ) | [inline] |
| Int& casa::CalCorruptor::prtlev | ( | ) | [inline] |
| Int& casa::CalCorruptor::curr_slot | ( | ) | [inline] |
| Double& casa::CalCorruptor::curr_time | ( | ) | [inline] |
| Double& casa::CalCorruptor::startTime | ( | ) | [inline] |
| Double& casa::CalCorruptor::stopTime | ( | ) | [inline] |
| Double& casa::CalCorruptor::slot_time | ( | const Int | i | ) | [inline] |
| Double& casa::CalCorruptor::slot_time | ( | ) | [inline] |
| Int& casa::CalCorruptor::currAnt | ( | ) | [inline] |
| Int& casa::CalCorruptor::currSpw | ( | ) | [inline] |
| Int& casa::CalCorruptor::nAnt | ( | ) | [inline] |
| Int& casa::CalCorruptor::nSpw | ( | ) | [inline] |
| Int& casa::CalCorruptor::currChan | ( | ) | [inline] |
| Int& casa::CalCorruptor::nChan | ( | ) | [inline] |
| Vector<Float>& casa::CalCorruptor::fRefFreq | ( | ) | [inline] |
| Vector<Float>& casa::CalCorruptor::fWidth | ( | ) | [inline] |
| Vector<Int>& casa::CalCorruptor::fnChan | ( | ) | [inline] |
| virtual void casa::CalCorruptor::initialize | ( | ) | [pure virtual] |
Implemented in casa::TJonesCorruptor.
Int casa::CalCorruptor::nSim_ [protected] |
Bool casa::CalCorruptor::initialized_ [protected] |
Int casa::CalCorruptor::prtlev_ [protected] |
Int casa::CalCorruptor::curr_slot_ [protected] |
Int casa::CalCorruptor::nAnt_ [protected] |
Int casa::CalCorruptor::curr_ant_ [protected] |
Int casa::CalCorruptor::nSpw_ [protected] |
Int casa::CalCorruptor::curr_spw_ [protected] |
Int casa::CalCorruptor::curr_chan_ [protected] |
Double casa::CalCorruptor::curr_time_ [protected] |
Double casa::CalCorruptor::starttime_ [protected] |
Double casa::CalCorruptor::stoptime_ [protected] |
Vector<Double> casa::CalCorruptor::slot_times_ [protected] |
Vector<Float> casa::CalCorruptor::fRefFreq_ [protected] |
Vector<Float> casa::CalCorruptor::fWidth_ [protected] |
Vector<Int> casa::CalCorruptor::fnChan_ [protected] |
1.5.1