xboa
Namespaces | Variables
xboa.algorithms.peak_finder Namespace Reference

Algorithms to find peaks in potentially noisy data. More...

Namespaces

 _refine_peak_finder
 
 _uphill_downhill_peak_finder
 
 _window_peak_finder
 

Variables

list __all__ = ["WindowPeakFinder", "UphillDownhillPeakFinder", "RefinePeakFinder"]
 

Detailed Description

Algorithms to find peaks in potentially noisy data.

Implemented within this module:

Variable Documentation

list __all__ = ["WindowPeakFinder", "UphillDownhillPeakFinder", "RefinePeakFinder"]

Definition at line 22 of file __init__.py.