Note
The Ptychography 4.0 repository and documentation are currently under construction.
This repository collects implementations for ptychography that result from the work of the Ptychography 4.0 project.
The short version:
$ virtualenv -p python3.8 ~/ptychography-venv/
$ source ~/ptychography-venv/bin/activate
(ptychography) $ git clone https://github.com/Ptychography-4-0/ptychography
(ptychography) $ cd ptychography
(ptychography) $ python -m pip install -e .
Please see our documentation for details!
- Scalable, parallel implementation of the Single Side Band method that is suitable for live data processing.
Please see the algorithms section of our documentation for details!
Ptychography 4.0 is evolving rapidly and prioritizes features following user demand and contributions. In the future we'd like to implement live acquisition, and more analysis methods for all applications of pixelated STEM and other large-scale detector data. If you like to influence the direction this project is taking, or if you'd like to contribute, please contact us in the GitHub Issue tracker.
Ptychography 4.0 is licensed under GPLv3.