fastgac.peak_and_cluster

Functions

average_clusters(peaks, peak_weights, clusters)

Average any clusters together by weights, remove any that don’t meet a minimum requirements

find_peaks_from_accumulator(…[, …])

Used 1D peak detection on the Gaussian Accumulator sorted by Space Filling Curve index (hilbert curve or S2ID).

find_peaks_from_ico_charts(ico_charts, …)

Detect peaks inside a 2D image from an unwrapped refined icosahedron.

get_high_intensity_peaks(image, mask[, …])

Return the highest intensity peak coordinates.

get_point_clusters(points, point_weights, …)

Cluster points (R3) together given a cluster grouping

normalized(a[, axis, order])

Normalizes a numpy array of points