1 #ifndef SKA_CHEETAH_SUM_THRESHOLD_CONFIG_H 2 #define SKA_CHEETAH_SUM_THRESHOLD_CONFIG_H 5 #include "cheetah/utils/Config.h" 11 namespace sum_threshold {
28 unsigned window()
const;
30 std::vector<unsigned>
const& thresholding_data_sizes()
const;
32 float base_sensitivity()
const;
33 float its_cutoff_threshold()
const;
36 void add_options(OptionsDescriptionEasyInit& add_options);
41 float _its_cutoff_threshold;
42 float _base_sensitivity;
43 std::vector<unsigned> _threshold_sizes;
52 #endif // SKA_CHEETAH_SUM_THRESHOLD_CONFIG_H
Base class for module configuration.
Some limits and constants for FLDO.