Click or drag to resize

IYCalibration Interface

Marker interface for spectrum preprocessors that apply a y-axis (intensity) calibration.

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

The IYCalibration type exposes the following members.

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