Click or drag to resize

IXCalibrationDataSourceGetXAxisCalibration Method

Gets the x axis calibration. Please use IsContainingValidXAxisCalibration(DataTable) to test beforehand, if an x-axis calibration is available.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
(double , double )[] GetXAxisCalibration(
	DataTable table
)

Parameters

table  DataTable
The table belonging to the data source.

Return Value

ValueTupleDouble, Double
The x-axis calibration data.
See Also