From f500afb7e24c0283dc50d0cd940d276c56616d95 Mon Sep 17 00:00:00 2001 From: schlda00 <kai.schleicher@unibas.ch> Date: Tue, 22 Apr 2025 14:23:22 +0200 Subject: [PATCH] remove obsolete TODO --- 2d_spots_in_fibers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py index 7df8f36..afe9576 100644 --- a/2d_spots_in_fibers.py +++ b/2d_spots_in_fibers.py @@ -525,8 +525,6 @@ for index, channel in enumerate(processing_channels): _, n_dapi_positive_spots_per_fiber = measure_intensity_sum(dapi_positive_spots_binary, rm) _, n_dapi_negative_spots_per_fiber = measure_intensity_sum(dapi_negative_spots_binary, rm) - # TODO: the column fiber label ID needs to be added only one time. Maybe check before if column exists. - add_results_to_resultstable(results_table, "fiber label ID", fiber_label_IDs) add_results_to_resultstable(results_table, "n spots channel " + str(channel), n_spots_per_fiber) add_results_to_resultstable(results_table, "n spots dapi positive channel " + str(channel), n_dapi_positive_spots_per_fiber) add_results_to_resultstable(results_table, "n spots dapi negative channel " + str(channel), n_dapi_negative_spots_per_fiber) -- GitLab