-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
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,20 @@ | ||
# fv5080 | ||
Code related to Journal of Synchrotron Radiation paper FV5080 | ||
Tsung-Wei Ke, Aaron S. Brewster, Stella X. Yu, Daniela Ushizima, Chao Yang, and Nicholas Sauter (2018) | ||
A Convolutional Neural Network-Based Screening Tool for X-ray Serial Crystallography | ||
under review. | ||
|
||
Explanation: | ||
Raw data (five datasets) may be downloaded from the Coherent X-ray Imaging Data Bank at the following URL: | ||
http://cxidb.org/id-76.html | ||
Please note that each file is large (about 13 GB). | ||
|
||
Data are written in HDF5 format, 2000 images per dataset. | ||
Image data may be viewed with the program dials.image_viewer as follows: | ||
1) Download the DIALS program from https://dials.github.io | ||
2) Work on your local machine--slow X-connections will stall. | ||
3) Download the FormatHDF5ImageDictionary.py file from this repository and place it in the following new directory | ||
created on your local filesystem; ${HOME}/.dxtbx/ | ||
4) Use the command dials.image_viewer <*.h5 file> | ||
|
||
|