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

Update user on progress

parent 0e76f6e8
No related branches found
No related tags found
No related merge requests found
......@@ -490,6 +490,7 @@ def close_images(list_of_imps):
path_to_image = str(path_to_image).replace("\\","/")
fiber_segmentation_roiset = str(fiber_segmentation_roiset).replace("\\","/")
parent_dir, filename, ext = get_parentdir_filename_ext_from_path(path_to_image)
IJ.log("now working on: " + str(filename + ext))
write_bf_memoryfile(path_to_image)
n_channels, image_width, image_height, bit_depth = get_ome_metadata(path_to_image, series_number)
processing_channels_string = processing_channels_string.replace(" ", "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment