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.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
IInterpolationFunctionOptionsThe same spline, but now with the smoothing value set according to the parameters.
Exceptions See Also