Click or drag to resize

IYCalibrationTable Interface

Interface to a spectral preprocessor that contains an y-axis calibration table.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IYCalibrationTable

The IYCalibrationTable type exposes the following members.

Properties
 NameDescription
Public propertyCalibrationTable Gets the calibration table, consisting of an array of x values and a corresponding scaling factor.
Top
Methods
 NameDescription
Public methodWithCalibrationTable Returns a new instance with the provided calibration table.
Top
See Also