xboa
|
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"] |
Algorithms to find peaks in potentially noisy data.
Implemented within this module:
list __all__ = ["WindowPeakFinder", "UphillDownhillPeakFinder", "RefinePeakFinder"] |
Definition at line 22 of file __init__.py.