No project description provided
Project description
pyrost
Python Robust Speckle Tracking (pyrost) is a library for wavefront metrology and sample imaging based on ptychographic speckle tracking algorithm. This project takes over Andrew Morgan's speckle_tracking project as an improved version aiming to add robustness to the optimisation algorithm in the case of the high noise present in the measured data.
The documentation can be found on Read the Docs.
Dependencies
- Python 3.7 or later (Python 2.x is not supported).
- GNU Scientific Library 2.4 or later.
- LLVM's OpenMP library 10.0.0 or later.
- h5py 2.10.0 or later.
- NumPy 1.19.0 or later.
- SciPy 1.5.2 or later.
- pyFFTW 0.12.0 or later.
Installation
We recommend not building from source, but install the release from pypi with the pip package installer:
pip install pyrost
Pre-build binary wheels for OS X are available in pypi as for now.
Installation from source
In order to build the package from source simply execute the following command:
python setup.py install
or:
pip install -r requirements.txt -e . -v
That cythonizes the Cython extensions and builds them into /pyrost/bin
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyrost-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c4e4f60d6addb1c8334b49a984c1f537c90e7b7cbedcbf1c650a29d793f2939 |
|
MD5 | 29610a381b8987d36ceee0ef6a77e1f4 |
|
BLAKE2b-256 | 4df6e20fd330e02698a9d8ffc793539a9b35758ae6d37503f269d0ae5c62286c |