Go to the documentation of this file.
18 \namespace xboa::algorithms
20 The algorithms module provides algorithms for performing common accelerator
23 Implemented within this module:
24 \li \link xboa::algorithms::closed_orbit closed_orbit \endlink: module
25 containing closed orbit finding routines.
26 \li \link xboa::algorithms::tune tune \endlink: module containing tune finding
28 \li \link xboa::algorithms::smoothing smoothing \endlink: module containing
29 smoothing routines (for removing noise from noisy signals).
30 \li \link xboa::algorithms::peak_finder peak_finder \endlink: module containing
31 peak finding routines.
39 __all__ = [
"closed_orbit",
"tune",
"smoothing",
"peak_finder"]