Click or drag to resize

IXCalibrationTable Interface

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

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

The IXCalibrationTable type exposes the following members.

Properties
 NameDescription
Public propertyCalibrationTable Gets the calibration table.
Top
Methods
 NameDescription
Public methodWithCalibrationTable Returns a new instance with the provided calibration table.
Top
See Also