Skip to content
Snippets Groups Projects
Commit 6b900b96 authored by Hugo chauvet's avatar Hugo chauvet
Browse files

add option in stitch module for MM bug in metadata

parent 39ee8611
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def stitch(images, force):
scale_z = False
# Add a failback when metadata are missing
if meta['Summary'].startswith('EX'):
if any([fname.startswith('EX') for fname in meta['Summary']['ChNames']]):
scale_z = False
if force:
......
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "DITB"
version = "20240701rc2"
version = "20240701rc3"
readme = "README.md"
requires-python = ">=3.11"
authors = [{ name = "Hugo Chauvet", email = "hugo.chauvet@synchrotron-soleil.fr" }]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment