xboa
Namespaces | Variables
xboa.algorithms.smoothing Namespace Reference

Algorithms to clean up noisy data by averaging over nearby points. More...

Namespaces

 _fit_smoothing
 
 _gaussian_smoothing
 
 _hanning_smoothing
 

Variables

list __all__ = ["GaussianSmoothing", "FitSmoothing"]
 

Detailed Description

Algorithms to clean up noisy data by averaging over nearby points.

Implemented within this module:

Variable Documentation

list __all__ = ["GaussianSmoothing", "FitSmoothing"]

Definition at line 19 of file __init__.py.