From fa02df7242365117df2b34aaf98102700388e6bc Mon Sep 17 00:00:00 2001
From: schlda00 <kai.schleicher@unibas.ch>
Date: Wed, 16 Apr 2025 10:01:52 +0200
Subject: [PATCH] Add TODO

---
 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 fff2206..510df1e 100644
--- a/2d_spots_in_fibers.py
+++ b/2d_spots_in_fibers.py
@@ -332,7 +332,7 @@ def convert_labelimage_to_binary(label_imp, scale_binary=True):
 
     return binary_imp
 
-
+# TODO: test simpler way using IJ roi measure
 def measure_intensity_sum(label_imp, target_imp):
     """Measure the sum intensity for each label in a label image on another target image.
     Uses imglib2 and ops for this and works with both 2D and 3D label images.
-- 
GitLab