Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
describes dedispersion configuration More...
#include <cheetah/ddtr/DedispersionConfig.h>
Public Types | |
typedef data::DedispersionMeasureType< float > | Dm |
![]() | |
typedef System | SystemType |
typedef panda::PoolManager< SystemType > | PoolManagerType |
typedef PoolManagerType::PoolType | PoolType |
Public Member Functions | |
DedispersionConfig (Dm start, Dm stop, Dm step) | |
Dm | dm_start () const |
the first dm condidate to try | |
void | dm_start (Dm) |
Dm | dm_end () const |
the last dm condidate to try | |
void | dm_end (Dm) |
Dm | dm_step () const |
the step size to take in generating dm trials between start and end | |
void | dm_step (Dm) |
![]() | |
Config (std::string module_name) | |
void | terminate () const |
call for notifiers to indicate a termination condition More... | |
Protected Member Functions | |
void | add_options (OptionsDescriptionEasyInit &add_options) override |
describes dedispersion configuration
Definition at line 42 of file DedispersionConfig.h.