Click or drag to resize

RamanCalibrationDataSourceCalibrateWithNeonSpectrum Method

Creates a neon calibration from the specified spectrum.

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static NeonCalibration? CalibrateWithNeonSpectrum(
	DataTable dstTable,
	NeonCalibrationOptions neonOptions,
	IReadableColumn x_column,
	IReadableColumn y_column,
	CancellationToken cancellationToken
)

Parameters

dstTable  DataTable
The destination table that receives calibration-related output.
neonOptions  NeonCalibrationOptions
The neon calibration options.
x_column  IReadableColumn
The x-column containing the spectral positions.
y_column  IReadableColumn
The y-column containing the spectral intensities.
cancellationToken  CancellationToken
The cancellation token for the calibration operation.

Return Value

NeonCalibration
The created neon calibration, or null if calibration could not be produced.
See Also