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.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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,
DoubleThe 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 See Also