Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
Pwft.cu
1 #include "cheetah/pwft/cuda/Pwft.cuh"
2 
3 
4 namespace ska {
5 namespace cheetah {
6 namespace pwft {
7 namespace cuda {
8 
9 
10 Pwft::Pwft(Config const& config, pwft::Config const& algo_config)
11  : utils::AlgorithmBase<Config, pwft::Config>(config,algo_config)
12 {
13 }
14 
15 Pwft::~Pwft()
16 {
17 }
18 
19 } // namespace cuda
20 } // namespace pwft
21 } // namespace cheetah
22 } // namespace ska
Pwft(Config const &config, pwft::Config const &algo_config)
Construct a new instance.
Definition: Pwft.cu:10
Some limits and constants for FLDO.
Definition: Brdz.h:35