Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Setup template paramterised Fldo algorithms for use as a module. More...
#include <cheetah/fldo/detail/FldoModule.h>
Public Member Functions | |
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... | |
Protected Types | |
typedef FldoTraitsType::TimeFrequencyType | TimeFrequencyType |
Setup template paramterised Fldo algorithms for use as a module.
Definition at line 45 of file FldoModule.h.
std::shared_ptr< panda::ResourceJob > ska::cheetah::fldo::FldoModule< FldoTraitsType, FldoAlgos >::operator() | ( | std::vector< std::shared_ptr< TimeFrequencyType >> & | tf_data, |
data::Scl const & | scl_data | ||
) |
call this operator to submit a job for folding
the handler passed in the constructor will be called when the job is complate
Definition at line 72 of file FldoModule.cpp.