Mapping.Grouping#

Mapping.Grouping.py

get_groupable_peaks(xr_curve, uv_curve, just_return_peaks=False, debug=False)#

Get peaks that can be grouped for mapping. This function is a placeholder and should be implemented based on specific criteria for grouping peaks.

get_groupable_peaks_impl(xr_curve, uv_curve, num_groups, xr_peaks, uv_peaks, debug=False)#

Get peaks that can be grouped for mapping. This function is a placeholder and should be implemented based on specific criteria for grouping peaks.