Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Pipeline that performs only RFI detection. More...
#include <cheetah/pipeline/RfiDetectionPipeline.h>
Public Types | |
typedef BaseT::TimeFrequencyType | TimeFrequencyType |
typedef RfimType::ReturnType | ReturnType |
![]() | |
typedef data::TimeFrequency< Cpu, NumericalT > | TimeFrequencyType |
Public Member Functions | |
template<typename... HandlerArgs> | |
RfiDetectionPipeline (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config, HandlerArgs &&...) | |
void | operator() (TimeFrequencyType &) override |
called each time data becomes available | |
RfimOutputHandler & | output_handler () |
access to the output handler object | |
template<typename... HandlerArgs> | |
RfiDetectionPipeline (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config, HandlerArgs &&... handler_args) | |
![]() | |
PipelineHandler (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config) | |
DataExport< NumericalT > & | out () |
return the data output streamer More... | |
void | halt () |
halt the pipeline | |
Pipeline that performs only RFI detection.
Definition at line 58 of file RfiDetectionPipeline.h.