xboa
Namespaces | Variables
xboa.algorithms Namespace Reference

The algorithms module provides algorithms for performing common accelerator physics tasks. More...

Namespaces

 closed_orbit
 The closed_orbit module provides algorithms for finding closed_orbits.
 
 peak_finder
 Algorithms to find peaks in potentially noisy data.
 
 smoothing
 Algorithms to clean up noisy data by averaging over nearby points.
 
 tune
 The tune module provides algorithms for finding the tune.
 

Variables

list __all__ = ["closed_orbit", "tune", "smoothing", "peak_finder"]
 

Detailed Description

The algorithms module provides algorithms for performing common accelerator physics tasks.

Implemented within this module:

Variable Documentation

list __all__ = ["closed_orbit", "tune", "smoothing", "peak_finder"]

Definition at line 40 of file __init__.py.