Skip to content

fgbossema/Markers_develop

Repository files navigation

Markers

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.

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
    • 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.
  • A conda package
    • Required packages have been added to setup.py, for instance,
      requirements = [
          # Add your project's requirements here, e.g.,
          # 'astra-toolbox',
          # 'sacred>=0.7.2',
      ]
      
      Has been replaced by
      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, replace
      conda_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 Markers on your machine. We recommend installing Anaconda package manager for Python 3.

Installing with conda

Simply install with:

conda install -c cicwi markers

Installing from source

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 .

Running the examples

To learn more about the functionality of the package check out our examples folder.

Authors and contributors

  • Francien Bossema - 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.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors