From c72b8b476827df687c693e083308c8eae6545221 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Wed, 18 Dec 2024 22:07:39 -0500 Subject: [PATCH] docs: make threshold text more consistent --- cc3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc3d/__init__.py b/cc3d/__init__.py index 9d6ee7a..f69ea63 100644 --- a/cc3d/__init__.py +++ b/cc3d/__init__.py @@ -34,7 +34,7 @@ def dust( img: 2D or 3D image threshold: (int) discard components smaller than this in voxels - (tuple/list) keep components in range [lower, upper) + (tuple/list) discard components outside this range [lower, upper) connectivity: cc3d connectivity to use in_place: whether to modify the input image or perform dust