Class MHO_ManualChannelPhaseCorrection.
More...
#include <MHO_ManualChannelPhaseCorrection.hh>
◆ MHO_ManualChannelPhaseCorrection()
hops::MHO_ManualChannelPhaseCorrection::MHO_ManualChannelPhaseCorrection |
( |
| ) |
|
◆ ~MHO_ManualChannelPhaseCorrection()
hops::MHO_ManualChannelPhaseCorrection::~MHO_ManualChannelPhaseCorrection |
( |
| ) |
|
|
virtual |
◆ ExecuteInPlace()
bool hops::MHO_ManualChannelPhaseCorrection::ExecuteInPlace |
( |
visibility_type * |
in | ) |
|
|
overrideprotectedvirtual |
Applies phase correction to visibility data in-place for reference or remote station.
- 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
- Result of ExecuteInPlace operation on copied output data.
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ InitializeInPlace()
bool hops::MHO_ManualChannelPhaseCorrection::InitializeInPlace |
( |
visibility_type * |
in | ) |
|
|
overrideprotectedvirtual |
Initializes in-place visibility_type pointer.
- Parameters
-
in | Pointer to visibility_type that will be initialized. |
- Returns
- True if initialization is successful.
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ InitializeOutOfPlace()
Initializes out-of-place data from input visibility_type pointer.
- Parameters
-
in | Const pointer to input visibility_type data. |
out | (visibility_type*) |
- Returns
- Boolean indicating successful initialization.
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ SetChannelToPCPhaseMap()
void hops::MHO_ManualChannelPhaseCorrection::SetChannelToPCPhaseMap |
( |
const std::map< std::string, double > & |
map | ) |
|
|
inline |
Setter for channel to pc_phase map.
- Parameters
-
map | Input map of channel labels to phase values |
◆ SetPolarization()
void hops::MHO_ManualChannelPhaseCorrection::SetPolarization |
( |
const std::string & |
pol | ) |
|
|
inline |
Setter for polarization.
- Parameters
-
pol | Input polarization string |
◆ SetStationIdentifier()
void hops::MHO_ManualChannelPhaseCorrection::SetStationIdentifier |
( |
std::string |
station_id | ) |
|
|
inline |
Setter for station identifier.
- Parameters
-
station_id | mk4 id of type std::string |
station_id is treated as follows: 1-char => mk4 id 2-char => 2char station code
The documentation for this class was generated from the following files: