Click or drag to resize

IYCalibrationDataSourceGetYAxisCalibration Method

Gets the x axis calibration. Please use IsContainingValidYAxisCalibration(DataTable) to test beforehand, if an y-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 )[] GetYAxisCalibration(
	DataTable table
)

Parameters

table  DataTable
The table belonging to the data source.

Return Value

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