24 #ifndef SKA_CHEETAH_DRED_TEST_DREDTESTER_H 25 #define SKA_CHEETAH_DRED_TEST_DREDTESTER_H 27 #include "cheetah/dred/Config.h" 28 #include "cheetah/dred/Dred.h" 29 #include "cheetah/utils/test_utils/AlgorithmTester.h" 30 #include "cheetah/utils/Architectures.h" 31 #include "cheetah/data/Units.h" 33 #include <gtest/gtest.h> 71 template<
typename ArchitectureTag,
typename ArchitectureCapability,
typename T>
76 typedef ArchitectureTag Arch;
77 typedef typename BaseT::DeviceType DeviceType;
91 template <
typename TestTraits>
112 #include "cheetah/dred/test_utils/detail/DredTester.cpp" 114 #endif // SKA_CHEETAH_DRED_TEST_DREDTESTER_H
Class for implementing spectral dereddening.
Some limits and constants for FLDO.
Algorithm configuration for the Dred module.
describes the algorithm to be tested to the AlgorithmTester
Base class for generic algortihm tests that require an accelerator device.