Skip to content

dials/data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47955f7 · Oct 3, 2024
Mar 25, 2024
Mar 25, 2024
Oct 3, 2024
Feb 2, 2023
Aug 16, 2023
Mar 7, 2022
May 3, 2021
Apr 9, 2019
Jan 24, 2019
Mar 25, 2024
Mar 30, 2022
Aug 16, 2023
Jun 11, 2020
Jan 18, 2019
Mar 30, 2022
Mar 25, 2024
Sep 11, 2023
Mar 25, 2024
Sep 11, 2023

Repository files navigation

DIALS Regression Data Manager

PyPI release Conda release Build status Language grade: Python Total alerts Documentation status Supported Python versions 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:

pip install dials-data

and then you can use it with:

dials.data

If you are in a conda environment you can instead run:

conda install -c conda-forge dials-data

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