From 80ed315b5c8e43787fbee0c1ac40016871e0a584 Mon Sep 17 00:00:00 2001
From: schlda00 <kai.schleicher@unibas.ch>
Date: Tue, 15 Apr 2025 11:44:04 +0200
Subject: [PATCH] Fix syntax error

---
 2d_spots_in_fibers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py
index 0319dd4..736d494 100644
--- a/2d_spots_in_fibers.py
+++ b/2d_spots_in_fibers.py
@@ -7,7 +7,7 @@
 #@ Integer (label="DAPI threshold", description="0 = Auto", min=0) threshold
 #@ String (label="processing channels", description="comma separated list of channels, e.g. 2,3,6,7", value="1,2,3,4") processing_channels_string
 #@ String (label="Spot detection quality threshold", description="comma separated list of values, one per channel", value="80,80,80,80" ) quality_thresholds_string
-#@ Double (label="Minimum spot diameter", description="smaller spots will be discarded, value=5, min=1, max=200, stepSize=0.5, persist=false, style=slider) spot_diameter
+#@ Double (label="Minimum spot diameter", description="smaller spots will be discarded", value=5, min=1, max=200, stepSize=0.5, persist=false) spot_diameter
 
 # trackmate imports
 from fiji.plugin.trackmate import Settings
-- 
GitLab