SpectralPreprocessingMethod Enumeration |
Gives the list of basic processing methods
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum SpectralPreprocessingMethod
Members Member name | Value | Description |
---|
None | 0 | No basic preprocessing. |
MultiplicativeScatteringCorrection | 1 | Multiple scattering correction. |
StandardNormalVariate | 2 | Standard normal variate correction. |
FirstDerivative | 3 | Taking the 1st derivative of each spectrum. |
SecondDerivative | 4 | Taking the 2nd derivative of each spectrum. |
See Also