Click or drag to resize

SpectrumSubtractionExecute(Double, Double, Double) Method

Subtracts the referenced spectrum curve from the input spectrum.

Namespace: Altaxo.Science.Spectroscopy.DarkSubtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Execute(
	double[] x,
	double[] y,
	double[] yResult
)

Parameters

x  Double
The x values of the spectrum.
y  Double
The y values of the spectrum.
yResult  Double
Receives the resulting y values after subtraction.
See Also