Click or drag to resize

SpectralPreprocessingMethod Enumeration

Gives the list of basic processing methods

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum SpectralPreprocessingMethod
Members
Member nameValueDescription
None0No basic preprocessing.
MultiplicativeScatteringCorrection1Multiple scattering correction.
StandardNormalVariate2Standard normal variate correction.
FirstDerivative3Taking the 1st derivative of each spectrum.
SecondDerivative4Taking the 2nd derivative of each spectrum.
See Also