XDesign is an open-source Python package for generating configurable simulation phantoms for benchmarking tomographic image reconstruction.
- Customizable 2D phantoms constructed from circles and convex polygons
- Quantitative reconstruction quality and probe coverage metrics
- Attenuation interactions with X-ray probes of uniform flux
- Use of analytic (exact) solutions for algorithms and computation
- Issue Tracker: https://github.com/tomography/xdesign/issues
- Documentation: https://github.com/tomography/xdesign/tree/master/docs
- Source Code: https://github.com/tomography/xdesign/tree/master/xdesign
- Tests: https://github.com/tomography/xdesign/tree/master/tests
The project is licensed under the BSD-3 license.
First, install XDesign's dependencies using pip. Then install XDesign in the usual way. Using pip or by running setup.py.
$ pip install -r requirements.txt
$ pip install .