Skip to content
Snippets Groups Projects
Commit f19bc604 authored by Gröne, Tjark Leon Raphael's avatar Gröne, Tjark Leon Raphael
Browse files

Update file maxwell_integrate_to_h5.py

parent 2cc95d92
No related branches found
No related tags found
No related merge requests found
...@@ -126,12 +126,15 @@ def integrate_ims_in_dir(path_im, path_int, dtype_im=".tif", dtype_int=".dat"): ...@@ -126,12 +126,15 @@ def integrate_ims_in_dir(path_im, path_int, dtype_im=".tif", dtype_int=".dat"):
del results_df del results_df
else: else:
print(f"No images were integrated in subdirectory {subdir}. No results DataFrame created.") print(f"No images were integrated in subdirectory {subdir}. No results DataFrame created.")
else:
print(f"No valid filenames found in subdirectory {subdir}.")
# Reset the pool for the next subdirectory # Reset the pool for the next subdirectory
pool = Pool(int(NPROC)) pool = Pool(int(NPROC))
else:
print(f"No valid filenames found in subdirectory {subdir}.")
def integrate_on_created(event, path_int, dtype_im=".tif", dtype_int=".dat"): def integrate_on_created(event, path_int, dtype_im=".tif", dtype_int=".dat"):
""" """
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment