Class MHO_IonosphericPhaseCorrection.
More...
#include <MHO_IonosphericPhaseCorrection.hh>
◆ MHO_IonosphericPhaseCorrection()
hops::MHO_IonosphericPhaseCorrection::MHO_IonosphericPhaseCorrection |
( |
| ) |
|
◆ ~MHO_IonosphericPhaseCorrection()
hops::MHO_IonosphericPhaseCorrection::~MHO_IonosphericPhaseCorrection |
( |
| ) |
|
|
virtual |
◆ ExecuteInPlace()
bool hops::MHO_IonosphericPhaseCorrection::ExecuteInPlace |
( |
visibility_type * |
in | ) |
|
|
overrideprotectedvirtual |
Applies differential ionospheric phase correction to visibility data in-place.
- Parameters
-
in | Input visibility_type* containing pol-products and channels. |
- Returns
- bool indicating successful execution.
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ ExecuteOutOfPlace()
Copies input visibility data and executes in-place correction.
- Parameters
-
in | Const reference to input visibility_type data. |
out | (visibility_type*) |
- Returns
- Boolean result of ExecuteInPlace operation on copied output data.
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ InitializeInPlace()
bool hops::MHO_IonosphericPhaseCorrection::InitializeInPlace |
( |
visibility_type * |
in | ) |
|
|
overrideprotectedvirtual |
Initializes in-place visibility_type pointer.
- Parameters
-
in | Input visibility_type pointer to initialize. |
- Returns
- True if initialization is successful.
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ InitializeOutOfPlace()
Initializes OutOfPlace using input visibility_type pointer and output visibility_type pointer.
- Parameters
-
in | Const input visibility_type pointer |
out | Output visibility_type pointer |
- Returns
- Boolean indicating initialization success
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ SetDifferentialTEC()
void hops::MHO_IonosphericPhaseCorrection::SetDifferentialTEC |
( |
double |
dTEC | ) |
|
|
inline |
Setter for differential TEC (controls phase dispersion)
- Parameters
-
dTEC | Input differential TEC value |
The documentation for this class was generated from the following files: