This documentation page refers to a previous release of DIALS (2.2).
Click here to go to the corresponding page for the latest version of DIALS

Source code for dials.algorithms.indexing

from __future__ import absolute_import, division, print_function

import dials_algorithms_indexing_ext as ext

sampling_volume_map = ext.sampling_volume_map


[docs]class DialsIndexError(RuntimeError): pass
[docs]class DialsIndexRefineError(DialsIndexError): pass