Click or drag to resize

RidgeLineGetPointAtMaximalCwtCoefficient Method

Beginning from stage 0 (lowest width), a point is searched at which the Cwt coefficient has a local maximum. The parameter order determines, how many points to the left and the right of the designates local maximum are taken into consideration.

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) GetPointAtMaximalCwtCoefficient(
	int order
)

Parameters

order  Int32
The order (must be at least 1). Number of points to the left and right of the designated maximum taken into consideration.

Return Value

ValueTupleInt32, Int32, Double
The first local maximum that is found. If no local maximum is found, the point at which the Cwt coefficient has its global maximum is returned.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionOrder has to be >=1 - order
See Also