SNIP_BaseExecute(ReadOnlySpan`1Double, ReadOnlySpan`1Double, Span`1Double) Method |
Executes the algorithm with the provided spectrum.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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