24 #ifndef SKA_CHEETAH_PIPELINE_SINGLEPULSE_H 25 #define SKA_CHEETAH_PIPELINE_SINGLEPULSE_H 27 #include "cheetah/pipeline/Dedispersion.h" 34 template<
typename NumericalT>
37 template<
typename NumericalT>
45 template<
typename NumericalT>
50 typedef typename BaseT::DmHandler DmHandler;
51 typedef typename BaseT::DmTrialType DmTrialType;
61 std::unique_ptr<Dedispersion<NumericalT>> _spimpl;
68 #include "detail/SinglePulse.cpp" 70 #endif // SKA_CHEETAH_PIPELINE_SINGLEPULSE_H
void operator()(TimeFrequencyType &) override
called each time data becomes available
Some limits and constants for FLDO.
Parse configuration parameters for a single beam in the pipeline instance of cheetah.
Base class for Cheetah Pipeline Handlers.
A Single Pulse Search Pipeline.
Base class for dedispersion pipeline handlers.