Click or drag to resize

ISpikeRemoval Interface

Interface to a class that can remove spikes from a spectrum.

Namespace: Altaxo.Science.Spectroscopy.SpikeRemoval
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface ISpikeRemoval : ISingleSpectrumPreprocessor

The ISpikeRemoval type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Top
Remarks
Implementations of this interface provide algorithms to detect and remove isolated spikes from single-spectrum data. Implementations typically operate on x/y arrays and may restrict processing to specified regions.
See Also