From 660fdfb4d1429b2b9c97d9bd60708e73734574d3 Mon Sep 17 00:00:00 2001 From: schlda00 <kai.schleicher@unibas.ch> Date: Tue, 22 Apr 2025 14:24:35 +0200 Subject: [PATCH] Update user on progress --- 2d_spots_in_fibers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py index f7bb52a..00f0411 100644 --- a/2d_spots_in_fibers.py +++ b/2d_spots_in_fibers.py @@ -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(" ", "") -- GitLab