Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
A Single Pulse Search Pipeline. More...
#include <cheetah/pipeline/SinglePulse.h>
Public Member Functions | |
SinglePulse (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config, DmHandler const &dm_handler=[](DmTrialType){}) | |
SinglePulse (SinglePulse &&) | |
void | operator() (TimeFrequencyType &) override |
called each time data becomes available | |
![]() | |
Dedispersion (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config, DmHandler const &dm_handler=[](DmTrialType const &){}) | |
![]() | |
PipelineHandler (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config) | |
DataExport< NumericalT > & | out () |
return the data output streamer More... | |
void | halt () |
halt the pipeline | |
Additional Inherited Members | |
![]() | |
typedef BaseT::TimeFrequencyType | TimeFrequencyType |
typedef Sps::DmHandler | DmHandler |
typedef std::shared_ptr< typename Sps::DmTrialType > | DmTrialType |
typedef NumericalT | NumericalRep |
![]() | |
typedef data::TimeFrequency< Cpu, NumericalT > | TimeFrequencyType |
![]() | |
DmHandler | _dm_handler |
A Single Pulse Search Pipeline.
Uses config parameters to construct a suitably optimised SinglePulse pipeline
Definition at line 46 of file SinglePulse.h.