PolynomialDetrendingBaseExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Method |
Executes the baseline estimation algorithm for the provided spectrum and writes the estimated baseline into resultingBaseline.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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 destination to which the estimated baseline is written.
See Also