Click or drag to resize

SSProbBaseGetSpline Method

Gets spline interpolation options in which the smoothing amount is set according to the provided parameters.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.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 spline options with the smoothing value set according to the parameters.
Exceptions
ExceptionCondition
NotImplementedException
See Also