Skip to content

jttoombs/ODTbrain

 
 

Repository files navigation

ODTbrain

PyPI Version Tests Status Linux Tests Status Win Coverage Status Docs Status

ODTbrain provides image reconstruction algorithms for Optical Diffraction Tomography with a Born and Rytov Approximation-based Inversion to compute the refractive index (n) in 2D and in 3D.

Documentation

The documentation, including the reference and examples, is available at odtbrain.readthedocs.io.

Installation

pip install odtbrain

Testing

After cloning into odtbrain, create a virtual environment

virtualenv --system-site-packages env
source env/bin/activate

Install all dependencies

pip install -e .

Running an example

python examples/backprop_from_fdtd_2d.py

Running tests

python setup.py test

About

Python library for diffraction tomography with the Born and Rytov approximations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%