Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Module for configuration and launnch of Sift algorithms. More...
#include <cheetah/sift/SiftModule.h>
Public Member Functions | |
SiftModule (Config const &, Handler &handler) | |
template<typename Arch > | |
std::shared_ptr< data::Scl > | operator() (panda::PoolResource< Arch > &resource, data::Ccl &input) |
syncronous call | |
std::shared_ptr< panda::ResourceJob > | operator() (std::shared_ptr< data::Ccl > const &) const |
asyncronous call | |
template<typename OtherDataType , typename std::enable_if< std::is_convertible< OtherDataType, data::Ccl >::value, bool >::type = true> | |
std::shared_ptr< panda::ResourceJob > | operator() (std::shared_ptr< OtherDataType > const &) |
asyncronous call for types that can be converted to data:Ccl | |
![]() | |
AlgoModule (PoolType pool, AlgoFactory const &, Handler handler) | |
std::shared_ptr< panda::ResourceJob > | operator() (DataT &&... data) const |
Module for configuration and launnch of Sift algorithms.
Definition at line 62 of file SiftModule.h.