ccp4 / DUI

CCP4 DIALS User Interface
GNU General Public License v2.0
5 stars 3 forks source link

DUI should not allow import of stills #71

Open dagewa opened 6 years ago

dagewa commented 6 years ago

Apparently tried by a user at the GRS!

dagewa commented 4 years ago

dials.data get -q thaumatin_grid_scan

dagewa commented 4 years ago

First, try to reproduce what happened using the above dataset

dagewa commented 4 years ago

It imports, images display and can be paged through, but the image range reported for the Scan (on the Experiments tab) is 1,1. Indexing using defaults fails, but it is a DIALS error. There is no obvious clue given by DUI that this is a stills case.

dagewa commented 4 years ago

This motif could be useful to find stills

>>> el=ExperimentListFactory.from_json_file('1_experiments.expt')
>>> any((e.is_still() for e in el))
True