Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Science Namespaces
Altaxo.Science.Spectroscopy.BaselineEvaluation
ArPLS Class
ArPLS Methods
Execute Method
Execute(Double[], Double[], Int32[]) Method
Ar
PLS
Execute(
Double
,
Double
,
Int
32
) Method
Executes the processor.
Namespace:
Altaxo.Science.Spectroscopy.BaselineEvaluation
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
(
double
[] ,
double
[] ,
int
[] )
Execute
(
double
[]
x
,
double
[]
y
,
int
[]?
regions
)
Parameters
x
Double
The x-values of the spectrum.
y
Double
The y-values of the spectrum.
regions
Int32
The spectral regions. Can be null (if the array is one region). Each element in this array is the start index of a new spectral region.
Return Value
ValueTuple
Double
,
Double
,
Int32
X-values, y-values and regions of the processed spectrum.
Implements
ISingleSpectrumPreprocessor
Execute(
Double
,
Double
,
Int32
)
See Also
Reference
ArPLS Class
Execute Overload
Altaxo.Science.Spectroscopy.BaselineEvaluation Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net