Contents
Jupyter Notebook Tutorials
These tutorials can help guide you through analyzing a data set with Laue-DIALS. The data for these tutorials are stored on SBGrid, and can be downloaded using the following in any bash terminal:
# HEWL
rsync -av rsync://data.sbgrid.org/10.15785/SBGRID/1118 .
cd 1118 ; shasum -c files.sha
# PDZ2
rsync -av rsync://data.sbgrid.org/10.15785/SBGRID/1116 .
cd 1116 ; shasum -c files.sha
# DHFR
rsync -av rsync://data.sbgrid.org/10.15785/SBGRID/1117 .
cd 1117 ; shasum -c files.sha
These tutorials are tested most recently with version 3.17.0 of DIALS.
To reproduce a python environment for analyzing these data, you can
install DIALS (see DIALS) and use the YAML file specified
here
.
All referenced scripts can be downloaded here for PDZ2
and here for HEWL
.