AirPLSBaseExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Method |
Executes the baseline estimation algorithm for a contiguous data segment.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void Execute(
ReadOnlySpan<double> xArray,
ReadOnlySpan<double> yArray,
Span<double> resultingBaseline
)
Parameters
- xArray ReadOnlySpanDouble
- The x-values of the data segment.
- yArray ReadOnlySpanDouble
- The y-values of the data segment.
- resultingBaseline SpanDouble
- The span that receives the estimated baseline values.
See Also