Click or drag to resize

SpectroscopyCommandsCalibrateWithIntensitySpectrum Method

Calibrates intensity using a known spectrum, optionally subtracting a dark spectrum, and writes results to a new table.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static void CalibrateWithIntensitySpectrum(
	WorksheetController ctrl
)

Parameters

ctrl  WorksheetController
Worksheet controller providing selected columns and table context.
See Also