Click or drag to resize

PeakEnhancementNoneWithAdjustedParameters Method

Adjusts the parameters of this peak enhancement method by using the spectrum, and the result of a regular peak search over the spectrum.

Namespace: Altaxo.Science.Spectroscopy.PeakEnhancement
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IPeakEnhancement WithAdjustedParameters(
	double[] subX,
	double[] subY,
	List<PeakDescription> resultRegular
)

Parameters

subX  Double
The x-values of the spectrum.
subY  Double
The y-values of the spectrum.
resultRegular  ListPeakDescription
The result of a peak search over the spectrum.

Return Value

IPeakEnhancement
An instance of the peak search with adjusted parameters. If nothing is changed, the same instance can be returned.

Implements

IPeakEnhancementWithAdjustedParameters(Double, Double, ListPeakDescription)
See Also