NoiseEstimator
- class pyopenms.NoiseEstimator
Bases:
objectCython implementation of _NoiseEstimator
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1NoiseEstimator.html
- __init__()
Cython signature: void NoiseEstimator()
Cython signature: void NoiseEstimator(NoiseEstimator &)
Cython signature: void NoiseEstimator(double nr_windows_, double mz_start_, double win_len_)
Methods
Cython signature: void NoiseEstimator()
Cython signature: double get_noise_even(double mz)
Cython signature: double get_noise_odd(double mz)
Cython signature: double get_noise_value(double mz)
Attributes
- get_noise_even()
Cython signature: double get_noise_even(double mz)
- get_noise_odd()
Cython signature: double get_noise_odd(double mz)
- get_noise_value()
Cython signature: double get_noise_value(double mz)
- mz_start
- nr_windows
- result_windows_even
- result_windows_odd
- window_length