SpectralPreprocessingOptionsUseDetrending Property |
Indicates if Detrending is applied to each spectrum.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool UseDetrending { get; set; }
Property Value
BooleanTrue if detrending is currently used. If set to true, a default detrending order of 0 will be assumed.
See Also