Skip to content
Snippets Groups Projects
Commit c4c958c5 authored by Hugo CHAUVET's avatar Hugo CHAUVET :bicyclist:
Browse files

Replace IJmmlib.py to allow PosXX format

parent c4554e20
No related branches found
No related tags found
1 merge request!3Dev
......@@ -26,6 +26,8 @@ def load_mm_images(rootdir, roi=1, tile=True, pos=False,
else:
stack_order = ['position', 'time', 'channels', 'z']
if not tile and pos:
stack_order = ['position', 'time', 'z', 'channels']
image_files = generate_file_list(metadata, roi, tile, pos, stack_order)
# Create the virtual stack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment