ISanitizer Type

Brings the raw spectrum to reasonable values, i.e. removes NaNs, cuts of negative values etc.

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    x : float[] - The x-values of the spectrum.
    y : float[] - The y-values of the spectrum.

Returns: float[] * float[] X and y-values of the sanitized spectrum.
Modifiers: abstract

Executes the sanitizer.

x : float[]

The x-values of the spectrum.

y : float[]

The y-values of the spectrum.

Returns: float[] * float[]

X and y-values of the sanitized spectrum.