DIALS Regression Data Manager

PyPI release Conda release Build status Language grade: Python Total alerts Documentation status Supported Python versions Dependabot dependency updates Code style: black BSD license

A python package providing data files used for regression tests in DIALS, dxtbx, xia2 and related packages.

If you want to know more about what dials_data is you can have a read through the background information.

For everything else the main documentation is probably the best start.

Installation

To install this package in a normal Python environment, run:

install dials_data

and then you can use it with:

dials.data

To install dials_data in a DIALS installation you need to run:

libtbx.pip install dials_data

followed by a run of either libtbx.configure or make reconf to get access to the command line tool.

For more details please take a look at the installation and usage page.