X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2Fmussa.hpp;h=fb05ec704af23cabf1911bf20bac84758c5f6757;hp=152d8217349568755913e67c1a77fed6aaa6eaa6;hb=19d46b8e8eea3077d5daeba0df83c28c2f216f57;hpb=ecfe244f32df285be1df4bf2c26f18151dbbdcb8 diff --git a/alg/mussa.hpp b/alg/mussa.hpp index 152d821..fb05ec7 100644 --- a/alg/mussa.hpp +++ b/alg/mussa.hpp @@ -111,6 +111,16 @@ public: //! must be in range [threshold..window size] void set_soft_threshold(int sft_thres); int get_soft_threshold() const; + + //! should we append the window size to the analysis name + void set_append_window(bool v); + //! should we append the window size to the analysis name + bool get_append_window(); + + //! should we append the threshold to the analysis name + void set_append_threshold(bool v); + //! should we append the threshold to the analysis name + bool get_append_threshold(); void set_analysis_mode(enum analysis_modes new_ana_mode); enum analysis_modes get_analysis_mode() const;