You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ dials.symmetry 21_integrated.*
...
Performing Laue group analysis
Traceback (most recent call last):
File "/Users/rjgildea/software/cctbx/build/../modules/dials/command_line/symmetry.py", line 484, in <module>
run()
File "/Users/rjgildea/software/cctbx/build/../modules/dials/command_line/symmetry.py", line 477, in run
symmetry(experiments, reflections, params=params)
File "/Users/rjgildea/software/cctbx/build/../modules/dials/command_line/symmetry.py", line 253, in symmetry
experiments, reflection_tables, cb_ops
File "/Users/rjgildea/software/cctbx/build/../modules/dials/command_line/symmetry.py", line 202, in apply_change_of_basis_ops
refl["miller_index"] = cb_op_inp_min.apply(refl["miller_index"])
RuntimeError: Please report this error to [email protected]: cctbx Error: Change of basis yields non-integral Miller index.
The text was updated successfully, but these errors were encountered:
If reflections are present that should be systematically absent according to
centring this will lead to a "Change of basis yields non-integral Miller index"
error.
Fixes#1064.
* dials.image_viewer: fix image loading in Python 3
* dials.reindex / dials.symmetry: more robust reindexing when space group is given
* dials.symmetry: fix for multi-sweep centred data sets (#1037)
* dials.symmetry: eliminate systematic absences before applying change of basis op to minimum cell (#1064)
The input symmetry is in space group I23
The text was updated successfully, but these errors were encountered: