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