/diffractionimaging

Diffraction Imaging Tools for Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

diffractionimaging

Coherent Diffraction Imaging Tools for Python

Installation

Download the repo

git clone https://github.com/skuschel/diffractionimaging

and install using

cd diffractionimaging
pip install --user -e .

Test installation by running a python console somewhere else and execute

import diffractionimaging

Development

Run the tests before committing:

./run-tests.sh