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

correct a bug in multi filter excitation mode

parent 3fc5afd3
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,7 @@ def correct_dark_white(images: str, dark: str = '', white: str = '' ,
if version == 2:
# divide the data by the power estimation
diff_im_darks = diff_im_darks / powerEstimation[None, None, None, :, None, None]
diff_im_darks = diff_im_darks / powerEstimation[None, None, :, None, None, None]
# Compute the transfert function
......
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "DITB"
version = "20250108rc4"
version = "20250115rc1"
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