24 #include "cheetah/dred/Config.h" 33 : utils::Config(
"dred")
34 , _oversmoothing_factor(5)
44 void Config::add_options(OptionsDescriptionEasyInit& add_options)
47 (
"oversmoothing_factor", boost::program_options::value<std::size_t>(&_oversmoothing_factor)->default_value(5L),
48 "This parameter determines a scaling factor for the width of the median filter window in the dereddening algorithm.");
61 std::size_t Config::oversmoothing_factor()
const 63 return _oversmoothing_factor;
66 void Config::oversmoothing_factor(std::size_t val)
68 _oversmoothing_factor = val;
Configuration object for Dred CUDA implementation.
Some limits and constants for FLDO.