#include <PhaseShiftingTVI.h>
Public Member Functions | |
| PhaseShiftingTVI (ViImplementation2 *inputVii, const Record &configuration) | |
| virtual String | ViiType () const |
| Report the the ViImplementation type. | |
| virtual void | visibilityObserved (Cube< Complex > &vis) const |
| virtual void | visibilityCorrected (Cube< Complex > &vis) const |
| Return the visibilities as found in the MS, Cube (npol,nchan,nrow). | |
| virtual void | visibilityModel (Cube< Complex > &vis) const |
Protected Member Functions | |
| Bool | parseConfiguration (const Record &configuration) |
| void | initialize () |
Protected Attributes | |
| Double | dx_p |
| Double | dy_p |
Definition at line 35 of file PhaseShiftingTVI.h.
| casa::vi::PhaseShiftingTVI::PhaseShiftingTVI | ( | ViImplementation2 * | inputVii, | |
| const Record & | configuration | |||
| ) |
| void casa::vi::PhaseShiftingTVI::initialize | ( | ) | [protected] |
Reimplemented from casa::vi::FreqAxisTVI.
| Bool casa::vi::PhaseShiftingTVI::parseConfiguration | ( | const Record & | configuration | ) | [protected] |
Reimplemented from casa::vi::FreqAxisTVI.
| virtual String casa::vi::PhaseShiftingTVI::ViiType | ( | ) | const [inline, virtual] |
Report the the ViImplementation type.
Reimplemented from casa::vi::TransformingVi2.
Definition at line 47 of file PhaseShiftingTVI.h.
References casa::vi::TransformingVi2::getVii(), String, and casa::vi::ViImplementation2::ViiType().
| virtual void casa::vi::PhaseShiftingTVI::visibilityCorrected | ( | Cube< Complex > & | vis | ) | const [virtual] |
Return the visibilities as found in the MS, Cube (npol,nchan,nrow).
Reimplemented from casa::vi::TransformingVi2.
| virtual void casa::vi::PhaseShiftingTVI::visibilityModel | ( | Cube< Complex > & | vis | ) | const [virtual] |
Reimplemented from casa::vi::TransformingVi2.
| virtual void casa::vi::PhaseShiftingTVI::visibilityObserved | ( | Cube< Complex > & | vis | ) | const [virtual] |
Reimplemented from casa::vi::TransformingVi2.
Double casa::vi::PhaseShiftingTVI::dx_p [protected] |
Definition at line 58 of file PhaseShiftingTVI.h.
Double casa::vi::PhaseShiftingTVI::dy_p [protected] |
Definition at line 58 of file PhaseShiftingTVI.h.
1.6.1