SpectralPreprocessingOptionsDetrendingOrder Property |
Gets or sets the order used for detrending.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic int DetrendingOrder { get; set; }Property Value
Int32
Order of detrending. Available values are 0, 1, and 2. A negative value indicates that detrending is not used.
Remarks
Zero order means that, from a given spectrum, the mean of all spectral slots is subtracted.
First order means that a regression is fitted over all spectral wavelengths (using the index as the X value),
and that line is then subtracted from the spectrum.
See Also