forked from dials/dials
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the scans indexer, do not convert mm to px when `indexing.refineme…
…nt_protocol.mode==None` (dials#2687) * Check required column is present before converting mm to px. This is what is done by the StillsIndexer when refinement_protocol.mode is None, so do the same here.
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
``dials.index``: Avoid mm to px conversion when the ``refinement_protocol`` | ||
is set to do no refinement, as the required data are not available. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters