ESSreflectometry#
Reflectometry data reduction for the European Spallation SourceOverview#
This documentation is under construction. See the Amor data reduction example for a quick start.
Table of contents#
Installation#
To install ESSreflectometry and all of its required dependencies, use
pip install essreflectometry
conda install -c conda-forge -c scipp essreflectometry
To install ESSreflectometry and all of its dependencies, including dependencies used in the graphical user interface for batch reduction, use
pip install essreflectometry[all]
conda install -c conda-forge -c scipp essreflectometry ipywidgets ipydatagrid ipytree pythreejs
Get in touch#
If you have questions that are not answered by these documentation pages, ask on discussions. Please include a self-contained reproducible example if possible.
Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code on GitHub.