A Fourier shell (ring) correlation recipe module written for PYME.
Supports calculation from localization or image data.
- Windows, Linux or OS X
- Python 2.7
- PYME (>18.7.18) and dependencies
- Tested on Windows 10 with PYME (18.7.18)
- Clone repository.
- Run the following in the project folder.
python setup.py develop
- Start
dh5view
orVisGUI
(PYME).
(Runtime < 5 min)
- Open this simulated dataset (wormlike_simulated.h5r) with
VisGUI
(PYME). - Load and run this demo recipe (frc_from_locs.yaml).
- The results will display in a new window.
(Runtime < 5 min)
- Open this simulated image (wormlike_simulated_img_pair.h5) with
dh5view
(PYME). - Load and run this demo recipe (frc_from_images.yaml).
- The results will display in a new window.
(Runtime < 5 min)
- Refer to PYME documention for general use of PYME.
- Open localization file with
VisGUI
(PYME). - Add the module FSCFromLocs. Detailed description the module and its inputs, outputs and parameters are accessible in PYME.
- The recipe should autorun.
- The results will display in a new window.
- Refer to PYME documention for general use of PYME.
- Open image file with
dh5view
(PYME). - Add the module FSCFromImages. Detailed description the module and its inputs, outputs and parameters are accessible in PYME.
- Need to at least provide the file path of the 2nd image (
image_b_path
). - Run recipe.
- The results will display in a new window.
- Find method to calculate resolution per (pair of) dimension.
- Implement support for running multiply times to estimate errors.