SpectrumSubtractionExecute(Double, Double, Double) Method |
Subtracts the referenced spectrum curve from the input spectrum.
Namespace: Altaxo.Science.Spectroscopy.DarkSubtractionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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