Click or drag to resize

IYCalibrationTableWithCalibrationTable Method

Returns a new instance with the provided calibration table.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IYCalibrationTable WithCalibrationTable(
	ImmutableArray<(double x, double yScalingFactor)> calibrationTable
)

Parameters

calibrationTable  ImmutableArrayValueTupleDouble, Double
The calibration table.

Return Value

IYCalibrationTable
A new instance with the provided calibration table.
See Also