Calibration of CT system using markers
This paragraph should contain a high-level description of the package, with a brief overview of its features and limitations.
- Free software: GNU General Public License v3
- Documentation: [https://fgbos.github.io/markers]
The author of this package is in the process of setting up this package for optimal usability. The following has already been completed:
- Documentation
- A package description has been written in the README
- Documentation has been generated using
make docs, committed, and pushed to GitHub. - GitHub pages have been setup in the project settings with the "source" set to "master branch /docs folder".
- 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,Has been replaced byrequirements = [ # Add your project's requirements here, e.g., # 'astra-toolbox', # 'sacred>=0.7.2', ]requirements = [ 'astra-toolbox', 'sacred>=0.7.2', ] - All "conda channels" that are required for building and
installing the package have been added to the
Makefile. Specifically, replacebyconda_package: install_dev conda build conda/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.
- Required packages have been added to
It takes a few steps to setup Markers on your machine. We recommend installing Anaconda package manager for Python 3.
Simply install with:
conda install -c cicwi markers
To install Markers, simply clone this GitHub project. Go to the cloned directory and run PIP installer:
git clone https://github.com/fgbos/markers.git
cd markers
pip install -e .
To learn more about the functionality of the package check out our examples folder.
- Francien Bossema - Initial work
See also the list of contributors who participated in this project.
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.
This project is licensed under the GNU General Public License v3 - see the LICENSE.md file for details.