1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Complete Reference
==================
The contents of the submodules *baseline* and *peak* are imported to
*peaktuils*, and there is no need to import them directly.
An exception is the *plot* submodule that must be explicitly imported due to its *matplotlib*
dependency.
peakutils.baseline
------------------
.. automodule:: peakutils.baseline
:members:
:special-members:
peakutils.peak
--------------
.. automodule:: peakutils.peak
:members:
:special-members:
peakutils.prepare
-----------------
.. automodule:: peakutils.prepare
:members:
:special-members:
peakutils.plot
--------------
.. automodule:: peakutils.plot
:members:
:special-members:
|