Click or drag to resize

IBaselineEvaluation Interface

Interface to all baseline evaluation algorithms for simple (1D) spectra. In contrast to IBaselineEstimation which evaluates and then subtracts the baseline, IBaselineEvaluation really evaluates the baseline, that is, the output is the baseline itself.

Namespace: Altaxo.Science.Spectroscopy.BaselineEvaluation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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
See Also