Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Configuration Parameters for the RFIM module. More...
#include <cheetah/rfim/Config.h>
Public Member Functions | |
ampp::Config const & | ampp_algo_config () const |
Configuration details for the AMPP RFIM algorithm. | |
cuda::Config const & | cuda_algo_config () const |
Configuration details for the cuda based RFIM algorithm. | |
sum_threshold::Config const & | sum_threshold_algo_config () const |
Configuration details for the sum_threshold based RFIM algorithm. | |
iqrmcpu::Config const & | iqrmcpu_algo_config () const |
Configuration details for the iqrm RFIM algorithm. | |
bool | algo_defined () const |
returns true only if one or more algorithms have been marked as active | |
bool | flag_policy () const |
data policy More... | |
![]() | |
Config (std::string module_name) | |
void | terminate () const |
call for notifiers to indicate a termination condition More... | |
Static Public Attributes | |
static const unsigned | MaxPriority = 2 |
Protected Member Functions | |
void | add_options (OptionsDescriptionEasyInit &add_options) override |
Additional Inherited Members | |
![]() | |
typedef System | SystemType |
typedef panda::PoolManager< SystemType > | PoolManagerType |
typedef PoolManagerType::PoolType | PoolType |
bool ska::cheetah::rfim::Config::flag_policy | ( | ) | const |
data policy
specifies the rfim::Policy type to use if true the it will use rfim::FlagPolicy else will use rfim::LastUnflaged which modifies the input data
Definition at line 80 of file Config.cpp.