Click or drag to resize

RidgeLinePointAtMaximalCwtCoefficient Property

Gets the point where the CWT coefficient reaches its first local maximum when searching from stage 0 (lowest width).

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.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