Click or drag to resize

ISanitizer Interface

Brings the raw spectrum to reasonable values, i.e. removes NaNs, cuts of negative values etc.

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

The ISanitizer type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Top
See Also