A robust version of Andrew Morgan's Speckle Tracking algorithm


Keywords
speckle-tracking
License
GPL-3.0
Install
pip install pyrost==0.7.7

Documentation

Current build status

PyPI Documentation Status conda-forge DOI

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.

Read the open access scientific article about the technical details of the developed technique published in Optica Express.

Dependencies

Installation

We recommend not building from source, but install the release via the conda manager:

conda install -c conda-forge pyrost

The package is available in conda-forge on OS X and Linux.

Also you can install the release from pypi with the pip package installer:

pip install pyrost

The source distribution is 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.