RI-imaging / nrefocus

python library for numerical focusing (refocusing, autofocusing) of complex wave fields

Home Page:https://nrefocus.readthedocs.io

Repository from Github https://github.comRI-imaging/nrefocusRepository from Github https://github.comRI-imaging/nrefocus

nrefocus

PyPI Version Tests Status Coverage Status Docs Status

Numerically (auto)refocus complex wave fields, such as those acquired using quantitative phase imaging techniques in modern microscopy.

Documentation

The documentation is available is available at nrefocus.readthedocs.io.

Installation

Install from the Python package index (the FFTW extra enables fast Fourer transforms with PyFFTW):

pip install nrefocus[FFTW]

or clone the repository and run:

pip install -e .[FFTW]

Testing

Testing is done with pytest:

pip install pytest
pytest tests

About

python library for numerical focusing (refocusing, autofocusing) of complex wave fields

https://nrefocus.readthedocs.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%