Click or drag to resize

IDarkSubtraction Interface

Marker interface for spectrum preprocessors that perform dark subtraction.

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

The IDarkSubtraction type exposes the following members.

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