Click or drag to resize

SiliconCalibrationFindMatch Method

Finds the Silicon peak.

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (double Position, double PositionTolerance)? FindMatch(
	SiliconCalibrationOptions options,
	double[] x,
	double[] y,
	CancellationToken cancellationToken
)

Parameters

options  SiliconCalibrationOptions
The options used for calculation.
x  Double
The x values of the measured Neon spectrum.
y  Double
The y values of the measured Neon spectrum.
cancellationToken  CancellationToken
Token used to cancel this task.

Return Value

NullableValueTupleDouble, Double
The position (as shift value) and position tolerance of the silicon peak.
See Also