Click or drag to resize

XCalibrationNoneExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Method

Executes the calibrator for baseline-style APIs; since this implementation is a no-op, the resulting baseline is set to zero.

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

Parameters

xArray  ReadOnlySpanDouble
The x values of the spectrum.
yArray  ReadOnlySpanDouble
The y values of the spectrum.
resultingBaseline  SpanDouble
The resulting baseline to fill.
See Also