IPeakEnhancementWithAdjustedParameters 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.PeakEnhancementAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
IPeakEnhancementAn instance of the peak search with adjusted parameters. If nothing is changed, the same instance can be returned.
See Also