Click or drag to resize

IBaselineEvaluation Interface

Interface for baseline evaluation algorithms for simple (1D) spectra.

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

The IBaselineEvaluation type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Top
Remarks
In contrast to IBaselineEstimation, which evaluates and then subtracts the baseline, IBaselineEvaluation evaluates the baseline itself (i.e., the output is the baseline).
See Also