Click or drag to resize

IXCalibration Interface

Marker interface for spectrum preprocessors that apply an x-axis calibration.

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

The IXCalibration type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Top
See Also