Click or drag to resize

ISingleSpectrumPreprocessor Interface

Interface to a class that is able to pre-process a single spectrum. The convention is: if data need to be changed in an array, a new instance must be allocated for this.

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

The ISingleSpectrumPreprocessor type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
Top
See Also