|
HOPS
HOPS class reference
|
Class MHO_PolarizationRelabeler. More...
#include <MHO_PolarizationRelabeler.hh>
Public Member Functions | |
| MHO_PolarizationRelabeler () | |
| virtual | ~MHO_PolarizationRelabeler () |
| std::string | GetStationIdentifier () const |
| void | SetPolarizationSwapPair (std::string pol1, std::string pol2) |
| void | SetStationIdentifier (const std::string &id) |
| Setter for station identifier. More... | |
| void | SetStationIdentifiers (const std::vector< std::string > &ids) |
Public Member Functions inherited from hops::MHO_UnaryOperator< XArrayType > | |
| 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 XArrayType *in, XArrayType *out) |
| Setter for args. More... | |
| void | SetArgs (XArrayType *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 (XArrayType *in) override |
| Function ExecuteInPlace - attaches channel labels based on sky frequency or user specified map. More... | |
Protected Member Functions inherited from hops::MHO_UnaryOperator< XArrayType > | |
| virtual bool | ExecuteOutOfPlace (const XArrayType *in, XArrayType *out) |
| virtual bool | InitializeInPlace (XArrayType *) |
| virtual bool | InitializeOutOfPlace (const XArrayType *, XArrayType *) |
Additional Inherited Members | |
Protected Attributes inherited from hops::MHO_UnaryOperator< XArrayType > | |
| bool | fInPlace |
| std::tuple< XArrayType * > | fInPlaceArgs |
| std::tuple< const XArrayType *, XArrayType * > | fOutOfPlaceArgs |
Class MHO_PolarizationRelabeler.
Changes the polarization labels of a station (X -> Y) or (R -> L), as applied to pcal data.
|
inline |
|
inlinevirtual |
|
inlineoverrideprotectedvirtual |
Function ExecuteInPlace - attaches channel labels based on sky frequency or user specified map.
| in | (XArrayType*) |
Implements hops::MHO_UnaryOperator< XArrayType >.
|
inline |
|
inline |
|
inline |
Setter for station identifier.
| station_id | mk4 id of type std::string |
station_id is treated as follows: 1-char => mk4 id 2-char => 2char station code
|
inline |