scallops.spots.find_peaks

scallops.spots.find_peaks(std_array, n=5)

Finds local maxima. At a maximum, the value is max - min in a neighborhood of width n. Elsewhere, it is zero.

Parameters:
  • std_array (DataArray) – Std image data

  • n (int) – width of the neighborhood

Returns:

Data frame with peaks

Return type:

DataFrame | DataFrame