Click or drag to resize

SSProbBaseExecute(ReadOnlySpan`1Double, ReadOnlySpan`1Double, Span`1Double) Method

Executes the baseline estimation algorithm with the provided spectrum.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Execute(
	ReadOnlySpan<double> xArray,
	ReadOnlySpan<double> yArray,
	Span<double> resultingBaseline
)

Parameters

xArray  ReadOnlySpanDouble
The x values of the spectral values.
yArray  ReadOnlySpanDouble
The array of spectral values.
resultingBaseline  SpanDouble
The location to which the estimated baseline should be copied.
See Also