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

correct bug in loading multi z multi channels

parent 3e1bda70
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ def load_mm_images(rootdir, roi=1, tile=True, pos=False,
if mmversion == 1:
stack_order = ['position', 'z', 'time', 'channels']
else:
# Read the stack order from metadata (before it was set to ['position', 'time', 'channels', 'z'])
stack_order = get_axisorder(metadata)
IJ.log('MM axis order')
IJ.log(','.join(stack_order))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment