Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Functor for remapping accelerated time series. More...
Public Member Functions | |
TdrtMap (data::AccelerationType acceleration, std::size_t size, data::TimeType tsamp) | |
Create new functor instance. More... | |
__host__ __device__ std::size_t | operator() (std::size_t idx) const |
Functor for remapping timeseries using time domain resampling. | |
Public Attributes | |
double | accel_fact |
double | size |
Functor for remapping accelerated time series.
For use with thrust::gather
Definition at line 21 of file TdrtMap.cuh.
ska::cheetah::tdrt::cuda::TdrtMap::TdrtMap | ( | data::AccelerationType | acceleration, |
std::size_t | size, | ||
data::TimeType | tsamp | ||
) |
Create new functor instance.
Functor for remapping timeseries using time domain resampling.
[in] | acceleration | The acceleration to resample to |
[in] | size | The size if the input time series |
[in] | tsamp | The sampling interval of the time series |
Definition at line 14 of file TdrtMap.cu.