Click or drag to resize

IYCalibrationDataSourceGetYAxisCalibration Method

Gets the Y-axis calibration. Please use IsContainingValidYAxisCalibration(DataTable) beforehand to test whether a Y-axis calibration is available.

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

Parameters

table  DataTable
The table belonging to the data source.

Return Value

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