Click or drag to resize

IBaselineEstimation Interface

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

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.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 for the provided spectrum.
Top
See Also