Click or drag to resize

IPeakEnhancement Interface

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.

Namespace: Altaxo.Science.Spectroscopy.PeakEnhancement
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IPeakEnhancement : ISingleSpectrumPreprocessor

The IPeakEnhancement type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Public methodWithAdjustedParameters Adjusts the parameters of this peak enhancement method by using the spectrum, and the result of a regular peak search over the spectrum.
Top
See Also