Click or drag to resize

SNIP_LogLogExecute(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 override 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.

Implements

IBaselineEstimationExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble)
See Also