Coherent Diffraction Imaging Tools for Python
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
Run the tests before committing:
./run-tests.sh