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.3179.0 (4.8.3179.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
See Also