SiliconCalibrationFindMatch Method |
Finds the Silicon peak.
Namespace: Altaxo.Science.Spectroscopy.RamanAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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,
DoubleThe position (as shift value) and position tolerance of the silicon peak.
See Also