Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
Classes | Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
ska::cheetah::pipeline::SinglePulseImpl< NumericalT > Class Template Reference

A Single Pulse Search Pipeline without rfim. More...

#include <cheetah/pipeline/detail/SinglePulseImpl.h>

Inheritance diagram for ska::cheetah::pipeline::SinglePulseImpl< NumericalT >:
Inheritance graph
Collaboration diagram for ska::cheetah::pipeline::SinglePulseImpl< NumericalT >:
Collaboration graph

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
 
- Public Types inherited from ska::cheetah::pipeline::Dedispersion< NumericalT >
typedef BaseT::TimeFrequencyType TimeFrequencyType
 
typedef Sps::DmHandler DmHandler
 
typedef std::shared_ptr< typename Sps::DmTrialTypeDmTrialType
 
typedef NumericalT NumericalRep
 
- Public Types inherited from ska::cheetah::pipeline::PipelineHandler< NumericalT >
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
 
- Public Member Functions inherited from ska::cheetah::pipeline::Dedispersion< NumericalT >
 Dedispersion (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config, DmHandler const &dm_handler=[](DmTrialType const &){})
 
- Public Member Functions inherited from ska::cheetah::pipeline::PipelineHandler< NumericalT >
 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
 
- Protected Attributes inherited from ska::cheetah::pipeline::Dedispersion< NumericalT >
DmHandler _dm_handler
 

Detailed Description

template<typename NumericalT>
class ska::cheetah::pipeline::SinglePulseImpl< NumericalT >

A Single Pulse Search Pipeline without rfim.

Definition at line 48 of file SinglePulseImpl.h.


The documentation for this class was generated from the following files: