Click or drag to resize

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

Executes the 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 virtual void Execute(
	ReadOnlySpan<double> xArray,
	ReadOnlySpan<double> yArray,
	Span<double> result
)

Parameters

xArray  ReadOnlySpanDouble
The x values of the spectral values.
yArray  ReadOnlySpanDouble
The array of spectral values.
result  SpanDouble
The location where the baseline corrected spectrum should be stored.

Return Value

The evaluated background of the provided spectrum.
See Also