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.
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.