You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fix version (Thanks to Fred Picca/Debian for testing on many architectures)
Use automatically dynamic mask for Dectris detector data:
Automatically recognizes and masks out bad pixel
dummy and delta_dummy values are already known from the manufacturer
empty bins are no more marked with the dummy value (which can be very large for Eiger) but with the empty value which is fully under control of the user, 0.0 by default.
Improve the plot generated by the benchmarking tool (Thanks to Jon)
MultiGeometry allows the mixing of different kind of detectors (Thanks ThomasK)
WorkerConfig dataclass, many fixes at several places, Ewoks compatibility.
Diffmap compatiblity with binned images
Pilx uses now the dynamic mask to hide hot/defective pixels
Improvement of the fake_calibration_image to provide both Imin and Imax
New Lambda 9M detector
Improved support of FiberIntegrator for using the correct fiber units and key parameters
Supports python 3.9 to 3.13. The GIL-free version on python 3.13 is untested.
Tested by the developers on Windows (amd64), linux (amd64, arm64 and ppc64le) and MacOS (amd64 and arm64).
A dozen of Pull-requests by Thomas Kluyver, Loic Huder, Edgar Gutierrez-Fernandez and Jérôme Kieffer