Click or drag to resize

YCalibrationByDataSourceCalibrationTable Property

Gets the calibration table, consisting of an array of x values and a corresponding scaling factor.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ImmutableArray<(double x, double yScalingFactor)> CalibrationTable { get; init; }

Property Value

ImmutableArrayValueTupleDouble, Double

Implements

IYCalibrationTableCalibrationTable
Remarks
When processing an uncalibrated spectrum, the spectral y values are multiplied by the scaling factor.
See Also