PeakSearchingNoneGetCoincidingPeaksEnhanced Method |
Give a peak from the regular spectrum, this function finds the coinciding peaks of the peak search in the enhanced spectrum.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static List<(PeakDescription Desc, int Index)> GetCoincidingPeaksEnhanced(
PeakDescription peakRegular,
IReadOnlyList<PeakDescription> peaksEnhanced
)
Parameters
- peakRegular PeakDescription
- The peak description of the regular peak.
- peaksEnhanced IReadOnlyListPeakDescription
- The peak descriptions of all peaks found in the enhanced spectrum.
Return Value
ListValueTuplePeakDescription,
Int32A list of peaks from the enhanced spectrum, which may coincide with the peak from the regular spectrum.
See Also