data (ndarray) – 2D data array to search for peaks.
wx (int) – Window width in x direction for local extrema detection.
wy (int) – Window width in y direction for local extrema detection.
paral (bool, default False) – Use parallel implementation if True, serial if False.