Interface to all baseline estimation algorithms for simple (1D) spectra.
Instance member | Description |
Full Usage:
this.Execute
Parameters:
float[]
-
The x values of the spectral values.
yArray : float[]
-
The array of spectral values.
Returns: float[]
The evaluated background of the provided spectrum.
Modifiers: abstract |
Executes the algorithm with the provided spectrum.
|