Click or drag to resize

SSProbBaseGetSpline Method

Gets the smoothing spline (options) for which the smoothing amount is set to the value given in the options.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static IInterpolationFunctionOptions GetSpline(
	IInterpolationFunctionOptions interpolation,
	SmoothnessSpecification smoothnessSpecifiedBy,
	double smoothnessValue,
	double numberOfArrayPoints,
	double meanXIncrement
)

Parameters

interpolation  IInterpolationFunctionOptions
The spline interpolation options.
smoothnessSpecifiedBy  SmoothnessSpecification
Determines how the smoothness is specified.
smoothnessValue  Double
The smoothness value. The smoothness depends on this value and how the smoothness is specified.
numberOfArrayPoints  Double
The number of points in the spline curve.
meanXIncrement  Double
Mean increment of the x-values of the spectrum.

Return Value

IInterpolationFunctionOptions
The same spline, but now with the smoothing value set according to the parameters.
Exceptions
ExceptionCondition
NotImplementedException
See Also