|
HOPS
HOPS class reference
|
Class MHO_LinearDParCorrection. More...
#include <MHO_LinearDParCorrection.hh>
Public Member Functions | |
| MHO_LinearDParCorrection () | |
| virtual | ~MHO_LinearDParCorrection () |
| void | SetPolProductSet (std::vector< std::string > &pp_vec) |
| Setter for pol product set. More... | |
| void | SetReferenceParallacticAngle (double p) |
| Setter for reference station parallactic angle. More... | |
| void | SetRemoteParallacticAngle (double p) |
| Setter for remote station parallactic angle. More... | |
Public Member Functions inherited from hops::MHO_UnaryOperator< visibility_type > | |
| MHO_UnaryOperator () | |
| virtual | ~MHO_UnaryOperator () |
| virtual bool | Execute () override |
| Executes operation using provided arguments and return type. More... | |
| virtual bool | Execute () override=0 |
| Function Execute. More... | |
| virtual bool | Initialize () override |
| Initializes the system using in-place or out-of-place arguments. More... | |
| virtual bool | Initialize () override=0 |
| Function Initialize. More... | |
| MHO_Operator () | |
| void | SetArgs (const visibility_type *in, visibility_type *out) |
| Setter for args. More... | |
| void | SetArgs (visibility_type *in) |
| Setter for args. More... | |
Public Member Functions inherited from hops::MHO_Operator | |
| MHO_Operator () | |
| virtual | ~MHO_Operator () |
| std::string | GetName () const |
| Getter for operator name. More... | |
| double | Priority () const |
| Get the the priority field value. More... | |
| void | SetName (std::string name) |
| Setter for operator name. More... | |
| void | SetPriority (double priority) |
| Setter for operator priority (determines order of execution within a operator category) More... | |
Protected Member Functions | |
| virtual bool | ExecuteInPlace (visibility_type *in) override |
| Applies linear delta-parallactic angle correction to visibility data in-place. More... | |
Protected Member Functions inherited from hops::MHO_UnaryOperator< visibility_type > | |
| virtual bool | ExecuteOutOfPlace (const visibility_type *in, visibility_type *out) |
| virtual bool | InitializeInPlace (visibility_type *) |
| virtual bool | InitializeOutOfPlace (const visibility_type *, visibility_type *) |
Additional Inherited Members | |
Protected Attributes inherited from hops::MHO_UnaryOperator< visibility_type > | |
| bool | fInPlace |
| std::tuple< visibility_type * > | fInPlaceArgs |
| std::tuple< const visibility_type *, visibility_type * > | fOutOfPlaceArgs |
Class MHO_LinearDParCorrection.
| hops::MHO_LinearDParCorrection::MHO_LinearDParCorrection | ( | ) |
|
virtual |
|
overrideprotectedvirtual |
Applies linear delta-parallactic angle correction to visibility data in-place.
| in | Input visibility_type* data to be corrected. |
Implements hops::MHO_UnaryOperator< visibility_type >.
|
inline |
Setter for pol product set.
| pp_vec | Reference to a vector of strings representing the pol product set |
|
inline |
Setter for reference station parallactic angle.
| p | reference station parallactic angle value in degrees |
|
inline |
Setter for remote station parallactic angle.
| p | value for remote station parallactic angle in degrees |