IBaselineEstimation Type

Interface to all baseline estimation algorithms for simple (1D) spectra.

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    xArray : 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.

xArray : float[]

The x values of the spectral values.

yArray : float[]

The array of spectral values.

Returns: float[]

The evaluated background of the provided spectrum.