Click or drag to resize

ArPLSBaseScaleLambdaWithXUnits Property

If true, lambda is scaled with the x units, so that the effect of baseline estimation is independent on the resolution of the spectrum.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ScaleLambdaWithXUnits { get; init; }

Property Value

Boolean
true lambda is scaled with the x units, so that the effect of baseline estimation is independent on the resolution of the spectrum; otherwise, false.
See Also