Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Science.Spectroscopy.PeakSearching"]
| Class | Description | |
|---|---|---|
| PeakDescription | Description of one peak | |
| PeakFinder | Peak finder based on the Python SciPy package. | |
| PeakFinderCWT | Peak finder using continuous wavelet transformation. | |
| PeakSearchingByCwt | Executes peak searching by continuous wavelet transformation (CWT). | |
| PeakSearchingByCwtSerializationSurrogate0 | ||
| PeakSearchingByCwtSerializationSurrogate1 | 2022-10-19 V1: Add property 'MaximalNumberOfPeaks' | |
| PeakSearchingByCwtSerializationSurrogate2 | 2023-01-27 V2: Add property 'PeakEnhancement' | |
| PeakSearchingByTopology | Executes area normalization : y' = (y-min)/(mean), in which min and mean are the minimal and the mean values of the array. | |
| PeakSearchingByTopologySerializationSurrogate0 | ||
| PeakSearchingByTopologySerializationSurrogate1 | ||
| PeakSearchingByTopologySerializationSurrogate2 | 2023-01-27 V2: Add property 'PeakEnhancement' | |
| PeakSearchingNone | ||
| PeakSearchingNoneSerializationSurrogate0 | ||
| RidgeLine | Represents a ridge line that is the output of the ridge line search in a Continuous Wavelet Transformation (Cwt) matrix. | |
| WaveletRicker | Ricker wavelet function, also known as the "Mexican hat wavelet". | |
| WaveletRickerSerializationSurrogate0 | ||
| WaveletRicker2ndDerivative | Normalized 2nd derivative of the Ricker wavelet function. | |
| WaveletRicker2ndDerivativeSerializationSurrogate0 |
| Interface | Description | |
|---|---|---|
| IPeakSearching | Interface to peak searching methods. | |
| IWaveletForPeakSearching | Interface to a wavelet that can be used for peak searching. The class must provide the wavelet function, plus a method to transform the Cwt coefficient and width at the maximum of the ridge line to amplitude and sigma of a Gaussian peak. |