Class MHO_MixedPolYShift.
More...
#include <MHO_MixedPolYShift.hh>
Class MHO_MixedPolYShift.
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
- Date
- Fri Oct 11 01:53:13 PM EDT 2024
◆ MHO_MixedPolYShift()
hops::MHO_MixedPolYShift::MHO_MixedPolYShift |
( |
| ) |
|
◆ ~MHO_MixedPolYShift()
hops::MHO_MixedPolYShift::~MHO_MixedPolYShift |
( |
| ) |
|
|
virtual |
◆ ExecuteInPlace()
Applies a phase offset for mixed polarization data in-place (to Y-pol).
- Parameters
-
in | Input visibility_type object to apply phase offset. |
- Returns
- True if successful, false if input is nullptr.
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ ExecuteOutOfPlace()
Copies input visibility data and executes in-place operation.
- Parameters
-
in | Const pointer 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()
Initializes in-place for mixed polarization phase shift.
- Parameters
-
in | Input visibility_type pointer. |
- Returns
- True if initialization is successful.
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ InitializeOutOfPlace()
Initializes out-of-place operation for mixed polarization phase shift operation.
- Parameters
-
in | Input visibility_type data pointer |
out | Output visibility_type data pointer |
- Returns
- True if initialization is successful
- Note
- This is a virtual function.
Implements hops::MHO_UnaryOperator< visibility_type >.
◆ SetPhaseOffset()
void hops::MHO_MixedPolYShift::SetPhaseOffset |
( |
const double & |
offset | ) |
|
|
inline |
Setter for phase offset applied to Y pol.
- Parameters
-
offset | the phase offset value |
The documentation for this class was generated from the following files: