Click or drag to resize

YCalibrationDataSourceGetYAxisCalibration Method

Gets the y-axis calibration from the specified table.

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

Parameters

table  DataTable
The table that contains the calibration.

Return Value

ValueTupleDouble, Double
The calibration pairs of x values and scaling factors.

Implements

IYCalibrationDataSourceGetYAxisCalibration(DataTable)
See Also