SpectralPreprocessingOptionsDetrendingOrder Property |
Sets up the order used for detrending. Zero order means that from a given spectrum the mean of all spectral slots is subtracted.
One (first order) means that a regression is made over all spectral wavelength (using index as x-value), and that line is then subtracted
from the spectrum.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int DetrendingOrder { get; set; }
Property Value
Int32Order of detrending. Available values are: 0, 1 and 2. A negative value indicates that detrending is not used.
See Also