Metadata-Version: 2.1
Name: EXtra-geom
Version: 1.8.0
Summary: Tools to work with EuXFEL detector geometry and assemble detector images
Home-page: https://github.com/European-XFEL/EXtra-geom
Author: European XFEL GmbH
Author-email: da-support@xfel.eu
Maintainer: Thomas Michelat
License: BSD-3-Clause
Project-URL: Documentation, https://extra-geom.readthedocs.io/en/latest/
Project-URL: Changelog, https://extra-geom.readthedocs.io/en/latest/changelog.html
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: interpolate
Provides-Extra: docs
Provides-Extra: test
License-File: LICENSE

[![Build Status](https://github.com/European-XFEL/EXtra-geom/workflows/Tests/badge.svg)](https://github.com/European-XFEL/EXtra-geom/actions?query=workflow%3ATests)
[![codecov](https://codecov.io/gh/European-XFEL/EXtra-geom/branch/master/graph/badge.svg)](https://codecov.io/gh/European-XFEL/EXtra-geom)

Python tools to work with EuXFEL detector geometry and assemble detector images.

[Documentation](https://extra-geom.readthedocs.io/en/latest/)

Installing
==========

*EXtra-geom* is available on our Anaconda installation on the Maxwell cluster:

    module load exfel exfel_anaconda3

You can also install it [from PyPI](https://pypi.org/project/EXtra-geom/)
to use in other environments with Python 3.6 or later:

    pip install extra_geom

If you get a permissions error, add the `--user` flag to that command.

There is one optional feature: install `extra_geom[interpolate]` to use
the `position_modules_interpolate` method (slow).



Contributing
===========

Tests
-----

Tests can be run as follows:

    python3 -m pytest -v --pyargs extra_geom

In the source directory, you can also omit `--pyargs extra_geom`.
