Python tools to work with EuXFEL detector geometry and assemble detector images.
EXtra-geom is available in our Python environment on the Maxwell cluster:
module load exfel exfel-python
You can also install it from PyPI to use in other environments with Python 3:
pip install extra_geom
If you get a permissions error, add the --user
flag to that command.
Tests can be run as follows:
python3 -m pytest -v --pyargs extra_geom
In the source directory, you can also omit --pyargs extra_geom
.