- Fix a case of screen19 failing when trying to refine the different possible Bravais settings of the found lattice. This was happening because screen19 was failing to filter out reflections with zero variance in the position of their observed centroids before performing the refinement. (#53)
- Fix broken help messages for
screen19
andscreen19.minimum_exposure
. (#58)
- screen19 no longer supports DIALS 2.2 or Python 2.7. To install screen19, it is recommended that you start by installing DIALS version 3.4 or greater. (#52)
Update screen19 to work with upstream API changes in python-procrunner version 2.1.x.
The way that dials.integrate code is called from screen19 has changed to accommodate code changes in DIALS.
(#31)
- Add missing files to source release
Some overly verbose log messages from the French-Wilson calculation are now suppressed by default. You can still see them, if you want to, by running screen19 in debug mode with:
screen19 verbosity=1 <other arguments>
(#30)
screen19 now supports DIALS 3 and DIALS 2.2.
- DIALS 3 is the latest major release and is actively supported. It is currently Python 3.6 only.
- DIALS 2.2 is a long-term support release. It only receives bug fixes and support will be withdrawn at the end of 2020. It supports Python 2.7 and 3.6.
- DIALS 1.14 is no longer under active development and screen19 support for it has been withdrawn. (#25)
- Perform French-Wilson scaling on the integrated intensities before performing the Wilson plot analysis. This fixes screen19 failures for certain cases where the data consist of few reflections. (#29)