Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
A Single Pulse Search Pipeline without rfim. More...
#include <cheetah/pipeline/detail/SinglePulseImpl.h>
Classes | |
class | SpsHandler |
Public Types | |
typedef Dedispersion< NumericalT > | BaseT |
typedef BaseT::TimeFrequencyType | TimeFrequencyType |
typedef sps::Sps< sps::ConfigType< typename CheetahConfig< NumericalT >::PoolManagerType >, NumericalT > | Sps |
typedef Sps::DmHandler | DmHandler |
typedef Sps::DmTrialType | DmTrialType |
![]() | |
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 |
Public Member Functions | |
SinglePulseImpl (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config, DmHandler const &dm_handler=[](std::shared_ptr< DmTrialType >){}) | |
SinglePulseImpl (SinglePulseImpl &&) | |
void | operator() (TimeFrequencyType &data) 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 | |
Protected Types | |
typedef Sps::SpType | SpType |
Protected Attributes | |
Sps | _sps |
![]() | |
DmHandler | _dm_handler |
A Single Pulse Search Pipeline without rfim.
Definition at line 48 of file SinglePulseImpl.h.