SignalToNoiseEstimatorMedianRapid

class pyopenms.SignalToNoiseEstimatorMedianRapid

Bases: object

Cython implementation of _SignalToNoiseEstimatorMedianRapid

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1SignalToNoiseEstimatorMedianRapid.html

__init__()
  • Cython signature: void SignalToNoiseEstimatorMedianRapid(SignalToNoiseEstimatorMedianRapid &)

  • Cython signature: void SignalToNoiseEstimatorMedianRapid(double window_length)

Methods

__init__

  • Cython signature: void SignalToNoiseEstimatorMedianRapid(SignalToNoiseEstimatorMedianRapid &)

estimateNoise

  • Cython signature: NoiseEstimator estimateNoise(shared_ptr[_Interfaces_Spectrum])

estimateNoise()
  • Cython signature: NoiseEstimator estimateNoise(shared_ptr[_Interfaces_Spectrum])

  • Cython signature: NoiseEstimator estimateNoise(shared_ptr[_Interfaces_Chromatogram])

  • Cython signature: NoiseEstimator estimateNoise(libcpp_vector[double] mz_array, libcpp_vector[double] int_array)