Click or drag to resize

RamanCalibrationDataSourceGetXAxisCalibration Method

Gets the x-axis calibration from the specified table.

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

Parameters

table  DataTable
The table that contains the calibration.

Return Value

ValueTupleDouble, Double
The pairs of uncalibrated and calibrated x values.

Implements

IXCalibrationDataSourceGetXAxisCalibration(DataTable)
See Also