From cbb877416b93348c89236437d69168c2bd2f9751 Mon Sep 17 00:00:00 2001 From: Andrey Aristov <aaristov@pasteur.fr> Date: Tue, 31 May 2022 15:00:59 +0200 Subject: [PATCH] increase threshold range --- src/napari_segment/_widget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/napari_segment/_widget.py b/src/napari_segment/_widget.py index f1aa024..324e325 100644 --- a/src/napari_segment/_widget.py +++ b/src/napari_segment/_widget.py @@ -61,7 +61,7 @@ def save_values(val): "label": "Threshold", "widget_type": "FloatSlider", "min": 0.1, - "max": 0.5, + "max": 0.9, }, erode={"widget_type": "Slider", "min": 1, "max": 10}, min_diam={"widget_type": "Slider", "min": 10, "max": 250}, -- GitLab