-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Ti-Yen Lan edited this page Jun 19, 2018
·
12 revisions
Here we will demonstrate the step-by-step analysis using diffraction patterns of hen egg white lysozyme microcrystals collected at the Advanced Photon Source. The dataset is graciously provided by the authors of Martin-Garcia et al. (2017).
The analysis consists of four main steps:
For the test dataset, the data reduction step can be skipped for those who would like to try an EMC reconstruction immediately. This can be done by downloading the reduced data provided by us, which is described in Skipping data reduction
The workflow of the analysis is shown below:
The files and modules relevant to the analysis include:
-
config.ini
: configuration file that records the reconstruction parameters. -
init-recon.py
: python script that initializes the reconstruction. -
aux
: directory that stores auxiliary files. -
make-detector
: maps detector pixels to reciprocal space. -
make-background
: generates pixel-wise background estimates and identifies Bragg peak candidates. -
make-powder
: generates pseudo-powder patterns. -
make-quaternion
: generates rotation samples. -
orient-peak
: finds probable orientations for each data frame. -
reduce-data
: converts data to the format used by the EMC algorithm. -
make-Ematrix
: creates mapping between Bragg peaks and detector pixels at different orientations. -
low-res-emc
: low-resolution reconstruction using the standard EMC algorithm. -
rej-frames
: rejects frames with no or multiple crystals. -
setup-local
: creates the necessary files for the high-resolution reconstruction. -
local-update
: high-resolution reconstruction using the local update scheme of the EMC algorithm. -
cal-CC
: splits data into two halves to implement two independent reconstructions to calculate the correlation coefficient,CC*
.