Cone Balls¶
A phantom generation package for cone beam CT geometries.
- Free software: GNU General Public License v3
- Documentation: [https://ahendriksen.github.io/cone_balls]
Readiness¶
The author of this package is in the process of setting up this package for optimal usability. The following has already been completed:
[ ] Documentation
- Documentation has been generated using
make docs
, committed, and pushed to GitHub. - GitHub pages have been setup in the project Settings with “master branch /docs folder”.
- Documentation has been generated using
[ ] An initial release
- In
CHANGELOG.md
, a release date has been added to v0.1.0 (change the YYYY-MM-DD). - The release has been marked a release on GitHub.
- For more info, see the Software Release Guide.
- In
[ ] A conda package
Required packages have been added to
setup.py
, for instance,requirements = [ ]
Has been replaced by
requirements = [ 'sacred>=0.7.2' ]
All “conda channels” that are required for building and installing the package have been added to the
Makefile
. Specifically, replaceconda_package: install_dev conda build conda/
by
conda_package: install_dev conda build conda/ -c some-channel -c some-other-channel
Conda packages have been built successfully with
make conda_package
.These conda packages have been uploaded to Anaconda.
The installation instructions (below) have been updated.
Getting Started¶
It takes a few steps to setup Cone Balls on your machine. We recommend installing Anaconda package manager for Python 3.
Installing from source¶
To install Cone Balls, simply clone this GitHub project. Go to the cloned directory and run PIP installer:
git clone https://github.com/ahendriksen/cone_balls.git
cd cone_balls
pip install -e .
Running the examples¶
To learn more about the functionality of the package check out our examples folder.
Authors and contributors¶
- **Allard Hendriksen ** - Initial work
See also the list of contributors who participated in this project.
How to contribute¶
Contributions are always welcome. Please submit pull requests against the master
branch.
If you have any issues, questions, or remarks, then please open an issue on GitHub.
License¶
This project is licensed under the GNU General Public License v3 - see the LICENSE.md file for details.