Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Public Member Functions | |
bool const & | enable_split () const |
size_t const & | phases () const |
return the number of phase bins | |
void | phases (size_t n) |
Configure the maximum number of phases used in folding. More... | |
size_t const & | nsubints () const |
return the number of sub-integrations used in the sum-up data | |
void | nsubints (size_t n) |
Configure the number of subints. More... | |
size_t const & | nsubbands () const |
return the number of frequency sub-bands summed up | |
void | nsubbands (size_t n) |
Configure the number of subbands. More... | |
int | fldo_input_check (const fldo::cuda::Config &) |
verify input config parameter are inside the bounds defined in CommonDefs.h. More... | |
Protected Member Functions | |
void | add_options (OptionsDescriptionEasyInit &add_options) override |
int ska::cheetah::fldo::cuda::Config::fldo_input_check | ( | const fldo::cuda::Config & | config | ) |
verify input config parameter are inside the bounds defined in CommonDefs.h.
fldo_input_check(fldo::cuda::Config const& config)
FldoInputCheck(fldo::cuda::Config const& config)
Definition at line 121 of file Config.cpp.
void ska::cheetah::fldo::cuda::Config::nsubbands | ( | size_t | n | ) |
Configure the number of subbands.
void nsubbands(size_t n)
[in] | n | the number of subbands |
Definition at line 74 of file Config.cpp.
void ska::cheetah::fldo::cuda::Config::nsubints | ( | size_t | n | ) |
Configure the number of subints.
void nsubints(size_t n)
[in] | n | the number of subints |
Definition at line 79 of file Config.cpp.
void ska::cheetah::fldo::cuda::Config::phases | ( | size_t | n | ) |
Configure the maximum number of phases used in folding.
void phases(size_t n)
[in] | n | maximum number of phases used in folding |
Definition at line 69 of file Config.cpp.