Click or drag to resize

IBaselineEstimation Interface

Interface to all baseline estimation algorithms for simple (1D) spectra.

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

The IBaselineEstimation type exposes the following members.

Methods
 NameDescription
Public methodExecute(Double, Double, Int32) Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Public methodExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Executes the baseline estimation algorithm with the provided spectrum.
Top
See Also