Skip to content
Snippets Groups Projects
Commit f500afb7 authored by Kai Schleicher's avatar Kai Schleicher
Browse files

remove obsolete TODO

parent 449e8420
No related branches found
No related tags found
No related merge requests found
...@@ -525,8 +525,6 @@ for index, channel in enumerate(processing_channels): ...@@ -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_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) _, 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 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 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) add_results_to_resultstable(results_table, "n spots dapi negative channel " + str(channel), n_dapi_negative_spots_per_fiber)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment