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

Remove unused line

parent 2c6afe8e
No related branches found
No related tags found
1 merge request!2Initial commit
......@@ -456,7 +456,6 @@ for index, channel in enumerate(processing_channels):
quality_threshold = float(quality_thresholds[index])
spots_channel = BFopen_image(path_to_image, channel, series_number)
spots_label_imp = run_trackmate_dog_spot_detector(spots_channel, spot_diameter, quality_threshold)
# save_image_as_IJtif(spots_label_imp, filename, "spots_ch" + str(channel), parent_dir)
save_labelimage_as_ijroiset(spots_label_imp, filename, "spots_ch" + str(channel), parent_dir)
spots_binary_imp = convert_labelimage_to_binary(spots_label_imp)
dapi_positive_spots_binary = ImageCalculator.run(spots_binary_imp, dapi_binary, "Multiply create")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment