Skip to content

Commit

Permalink
Add note about Rigaku non-zero-padded image templates, which cause
Browse files Browse the repository at this point in the history
problems with dials.import.
  • Loading branch information
dagewa committed Jul 20, 2023
1 parent cf07f9f commit 6e5e303
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/dxtbx/format/FormatROD.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
"""Support for the Rigaku Oxford Diffraction image format"""
"""Support for the Rigaku Oxford Diffraction image format
NB: Rigaku datasets may use a non-zero-padded image incremental serial number.
At present, this is not compatible with assumptions in dxtbx. In order to
import these datasets, the images should be renumbered first.
See https://github.com/cctbx/dxtbx/issues/646 for details."""

# Takanori Nakane took David Waterman's code to parse headers from
# https://github.com/cctbx/cctbx_project/commit/b95467f3b2a70a37eeb820ea294128a32551700c
# and heavily modified it. The original commit in the cctbx_project repository is orphan now.

from __future__ import annotations

__author__ = "David Waterman, Takanori Nakane"
Expand Down

0 comments on commit 6e5e303

Please sign in to comment.