Trees | Indices | Help |
---|
|
Graph peak analyser
One Peaks
analyser can be used repeatedly to find
and characterise peaks in several data sets.
Feed the curve data to the analyser using functions such as Peaks.analyze(), Peaks.analyze_dataline() or Peaks.analyze_xy(). It will process the data, locate peaks and remember their various characteristics that you can subsequently obtain using Peaks.get_quantity(). The results are static; if you change the analyser settings (or the curve data) you need to re-run the analysis function.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Creates a new empty peak analyser.
Since: 2.46 |
Creates a copy of a peak analyser. This is mostly useful for language bindings.
Since: 2.47 |
Frees a peak analyser and all associated data. Since: 2.46 |
Sets the background type a peak analyser will use. The default background is
Since: 2.46 |
Sets the order type a peak analyser will use. The default order is
Since: 2.46 |
Finds peaks a graph curve given as XY data. The peaks are remembered by the analyser and their properties can be subsequently requested using Peaks.get_quantity().
Since: 2.46 |
Finds peaks a graph curve given as DataLine. The peaks are remembered by the analyser and their properties can be subsequently requested using Peaks.get_quantity().
Since: 2.46 |
Gets the current number of peaks of a peak analyser.
Since: 2.46 |
Finds peaks a graph curve given as separated The peaks are remembered by the analyser and their properties can be subsequently requested using Peaks.get_quantity().
Since: 2.46 |
Obtaines values of a given quantity for all found peaks.
Since: 2.46 |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |