Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
The FLDO primary API. More...
#include <cheetah/fldo/Fldo.h>
Public Member Functions | |
Fldo (ConfigType const &, Handler &) | |
initiate the Fldo aglorithm passing it the handler to be called on completion of the task | |
std::shared_ptr< panda::ResourceJob > | operator() (std::vector< std::shared_ptr< TimeFrequencyType >> &tf_data, data::Scl const &scl_data) |
generic call for an async fldo task - the handler will be called on completion utilising any device in the pool More... | |
Additional Inherited Members | |
![]() | |
typedef FldoTraitsType::TimeFrequencyType | TimeFrequencyType |
![]() | |
FldoModule (Config const &, Handler &) | |
std::shared_ptr< panda::ResourceJob > | operator() (std::vector< std::shared_ptr< TimeFrequencyType >> &tf_data, data::Scl const &scl_data) |
call this operator to submit a job for folding More... | |
The FLDO primary API.
perform folding for pulsar detection
Handler | should support the operator()(std::shared_ptr<data::Ocld>) |
|
inline |
generic call for an async fldo task - the handler will be called on completion utilising any device in the pool