NoiseEstimator

class pyopenms.NoiseEstimator

Bases: object

Cython 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

__init__

  • Cython signature: void NoiseEstimator()

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)

Attributes

mz_start

nr_windows

result_windows_even

result_windows_odd

window_length

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