Click or drag to resize

RidgeLinePointAtMaximalCwtCoefficient Property

Gets the point where the CWT coefficient has the first time a local maximum (searching starts from stage0 (lowest width))

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (int Row, int Column, double CwtCoefficient) PointAtMaximalCwtCoefficient { get; }

Property Value

ValueTupleInt32, Int32, Double
The point where the CWT coefficient has a local maximum. If no such point is found, the point with the maximal CWT coefficient is returned.
See Also