1 #ifndef MHO_DCBlock_HH__
2 #define MHO_DCBlock_HH__
75 std::string fSidebandLabelKey;
76 std::string fLowerSideband;
77 std::string fUpperSideband;
Class MHO_DCBlock.
Definition: MHO_DCBlock.hh:32
virtual bool ExecuteInPlace(visibility_type *in) override
Zero out DC spectral points for all channels in-place.
Definition: MHO_DCBlock.cc:15
virtual bool InitializeInPlace(visibility_type *in) override
Initializes in-place visibility_type pointer.
Definition: MHO_DCBlock.cc:54
virtual bool InitializeOutOfPlace(const visibility_type *in, visibility_type *out) override
Initializes out-of-place data processing for visibility_type objects.
Definition: MHO_DCBlock.cc:59
virtual bool ExecuteOutOfPlace(const visibility_type *in, visibility_type *out) override
Copies input visibility data and executes in-place processing.
Definition: MHO_DCBlock.cc:48
virtual ~MHO_DCBlock()
Definition: MHO_DCBlock.cc:13
MHO_DCBlock()
Definition: MHO_DCBlock.cc:6
Class MHO_UnaryOperator.
Definition: MHO_UnaryOperator.hh:24
Definition: MHO_ChannelLabeler.hh:17