From 10ec2f141cd26960f09a25406bb02203782ecd44 Mon Sep 17 00:00:00 2001 From: schlda00 <kai.schleicher@unibas.ch> Date: Wed, 16 Apr 2025 17:18:47 +0200 Subject: [PATCH] Remove GUI message about ROI expansion --- 1_identify_fibers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/1_identify_fibers.py b/1_identify_fibers.py index 66afc8e..5b02125 100755 --- a/1_identify_fibers.py +++ b/1_identify_fibers.py @@ -11,7 +11,6 @@ # @ Double (label="Max Circularity", value=1) maxCir # @ Integer (label="Min perimeter [um]", value=5) minPer # @ Integer (label="Max perimeter [um]", value=300) maxPer -# @ String (visibility=MESSAGE, value="<html><b> Expand ROIS to match fibers </b></html>") msg3 # @ String (visibility=MESSAGE, value="<html><b> channel positions in the hyperstack </b></html>") msg5 # @ Integer (label="Membrane staining channel number", style="slider", min=1, max=5, value=1) membrane_channel # @ Integer (label="Fiber staining (MHC) channel number (0=skip)", style="slider", min=0, max=5, value=3) fiber_channel -- GitLab