Interface to a class that can remove spikes from a spectrum.
Namespace: Altaxo.Science.Spectroscopy.SpikeRemovalAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic interface ISpikeRemoval : ISingleSpectrumPreprocessor
The ISpikeRemoval type exposes the following members.
Methods
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