Click or drag to resize

BlockScalingCorrection2DExecute(Double, Double, Int32) Method

Executes the preprocessor on a single spectrum. In this context, block scaling correction cannot be meaningfully applied to a single spectrum. Hence, the input spectrum is returned unchanged.

Namespace: Altaxo.Science.Spectroscopy.EnsembleProcessing
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public (double[] , double[] , int[] ) Execute(
	double[] x,
	double[] y,
	int[]? regions
)

Parameters

x  Double
The array of X-values for the spectrum.
y  Double
The array of Y-values for the spectrum.
regions  Int32
Optional array of region indices corresponding to the spectrum data.

Return Value

ValueTupleDouble, Double, Int32
The original X-values, Y-values, and regions, as no operation is performed.

Implements

IEnsemblePreprocessorExecute(Double, Double, Int32)
ISingleSpectrumPreprocessorExecute(Double, Double, Int32)
See Also