|
HOPS
HOPS class reference
|
Class MHO_DoubleSidebandChannelLabeler. More...
#include <MHO_DoubleSidebandChannelLabeler.hh>
Public Member Functions | |
| MHO_DoubleSidebandChannelLabeler () | |
| virtual | ~MHO_DoubleSidebandChannelLabeler () |
| void | SetTolerance (double tol) |
| Setter for tolerance - in (MHz) when checking if channels share a sky freq. More... | |
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 labels LSB/USB channel pairs as "double sideband" channels if they share and edge. 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_DoubleSidebandChannelLabeler.
Detects adjacent LSB/USB channels pairs which share the same sky-frequency and bandwidth. These are then marked as 'double-sideband' channels so they can recieve the legacy treatment.
|
inline |
|
inlinevirtual |
|
inlineoverrideprotectedvirtual |
Function ExecuteInPlace labels LSB/USB channel pairs as "double sideband" channels if they share and edge.
| in | (XArrayType*) |
Implements hops::MHO_UnaryOperator< XArrayType >.
|
inline |
Setter for tolerance - in (MHz) when checking if channels share a sky freq.
| tol | New tolerance value to use when checking if channels share a sky frequency. |