From 8f9a9fa388f47207e7cb6200cb585a4674604b34 Mon Sep 17 00:00:00 2001 From: Jeremy Metz Date: Fri, 19 Feb 2016 16:10:29 +0000 Subject: [PATCH] Minor update to docstring --- skimage/feature/peak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/feature/peak.py b/skimage/feature/peak.py index f946273d..f31fb9ef 100644 --- a/skimage/feature/peak.py +++ b/skimage/feature/peak.py @@ -33,7 +33,7 @@ def peak_local_max(image, min_distance=1, threshold_abs=None, Minimum intensity of peaks, calculated as `max(image) * threshold_rel`. exclude_border : int, optional If nonzero, `exclude_border` excludes peaks from - within `exclude_border` of the border of the image. + within `exclude_border`-pixels of the border of the image. indices : bool, optional If True, the output will be an array representing peak coordinates. If False, the output will be a boolean array shaped as