Click or drag to resize

RemoveZerosThresholdValue Property

Gets the threshold value. Values in the spectrum greater than this value are considered as true measurement values, the other values are considered as candidates for fake values, that can be removed.

Namespace: Altaxo.Science.Spectroscopy.Sanitizing
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double ThresholdValue { get; init; }

Property Value

Double
See Also