1 #ifndef SKA_CHEETAH_DRED_CUDA_DETAIL_NORMALISER_H 2 #define SKA_CHEETAH_DRED_CUDA_DETAIL_NORMALISER_H 4 #include "cheetah/cuda_utils/cuda_thrust.h" 19 :
public thrust::binary_function<thrust::complex<T>, T, thrust::complex<T>>
21 inline __host__ __device__
22 thrust::complex<T> operator()(thrust::complex<T> input, T local_median)
const;
31 #include "cheetah/dred/cuda/detail/Normaliser.cu" 33 #endif // SKA_CHEETAH_DETAIL_NORMALISER_H Functor for normalising spectral data.
Some limits and constants for FLDO.