24 #ifndef SKA_CHEETAH_FLDO_NULLFLDO_H 25 #define SKA_CHEETAH_FLDO_NULLFLDO_H 37 template<
typename FldoTraits>
41 typedef cheetah::Cpu Architecture;
42 typedef panda::PoolResource<Architecture> ResourceType;
50 std::shared_ptr<data::Ocld> operator()(ResourceType&
51 , std::vector<std::shared_ptr<TimeFrequencyType>>
const&
54 std::shared_ptr<data::Ocld> output = data::Ocld::make_shared();
64 #endif // SKA_CHEETAH_FLDO_NULLFLDO_H
Some limits and constants for FLDO.
A do nothing Fldo algorithm. This allows us to run A pipeline and get intermediate products without a...