Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Science.Spectroscopy.PeakEnhancement"]
Class | Description | |
---|---|---|
PeakEnhancement2ndDerivativeOfSmoothingSpline | Peak enhancement by evaluating the 2nd derivative of a spectrum. This is done by modelling the spectrum by a smoothing spline, and then use the 2nd derivative of the spline. | |
PeakEnhancement2ndDerivativeOfSmoothingSplineSerializationSurrogate0 | 2023-03-16 V0 Initial version | |
PeakEnhancementHilbertHuang | ||
PeakEnhancementNone | Does no peak enhancement at all (no operation). | |
PeakEnhancementNoneSerializationSurrogate0 | 2023-01-27 V0 Initial version | |
PeakEnhancementSNIP | Enhances peaks by applying SNIP baseline subtraction, using a very small half-width for the SNIP algorithm. See also SNIP_Linear. | |
PeakEnhancementSNIPSerializationSurrogate0 | 2023-01-27 V0 Initial version |
Interface | Description | |
---|---|---|
IPeakEnhancement | Interface to peak enhancement methods. These methods will enhance peaks: if two peaks are close together, or one peak is hidden in the shoulder of another peak, it tries to separate those peaks. Most properties of the peaks are not kept: the height, width, shape of the peak may differ from the original peak, but at least the position should be that of the original peak. |