24 #ifndef SKA_CHEETAH_SIFT_SIMPLESIFT_CONFIG_H 25 #define SKA_CHEETAH_SIFT_SIMPLESIFT_CONFIG_H 27 #include "panda/ConfigActive.h" 32 namespace simple_sift {
38 class Config :
public panda::ConfigActive
40 typedef panda::ConfigActive BaseT;
54 double match_factor()
const;
55 void match_factor(
double const& match_factor);
58 void add_options(OptionsDescriptionEasyInit& add_options)
override;
61 std::size_t _num_candidate_harmonics;
70 #endif // SKA_CHEETAH_SIFT_SIMPLESIFT_CONFIG_H Configuration for the simple_sift module.
std::size_t num_candidate_harmonics() const
The max number of harmonics to search.
Some limits and constants for FLDO.