Source code for dials.algorithms.indexing

from __future__ import annotations

import dials_algorithms_indexing_ext as ext

sampling_volume_map = ext.sampling_volume_map


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