Brings the raw spectrum to reasonable values, i.e. removes NaNs, cuts of negative values etc.
Instance member | Description |
Full Usage:
this.Execute
Parameters:
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.
|