yagit

The gamma index calculation library for radiation dose DICOM images

https://github.com/datamedsci/yagit

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.8%) to scientific vocabulary

Keywords

cpp
Last synced: 7 months ago · JSON representation ·

Repository

The gamma index calculation library for radiation dose DICOM images

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 3
  • Open Issues: 9
  • Releases: 8
Topics
cpp
Created almost 9 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Yet Another Gamma Index Tool

YAGIT is a C++ library for performing efficient comparisons of two images containing spatial dose distributions. The library employs 2D, 2.5D, and 3D gamma index concepts. The gamma index was introduced by Low et al. in 1998 (https://doi.org/10.1118/1.598248).

Documentation

The documentation is available at https://datamedsci.github.io/yagit/.

Installation

Instructions on how to install YAGIT are described at https://datamedsci.github.io/yagit/installation.html.

Examples

Examples of how to use YAGIT are presented at https://datamedsci.github.io/yagit/examples.html.

Citation

To cite this work, please refer to the Zenodo site. It can be cited as:

Krawczyk, M., & Grzanka, L. (2024). Yet Another Gamma Index Tool [Computer software]. https://doi.org/10.5281/zenodo.10974644

Owner

  • Name: DataMedSci
  • Login: DataMedSci
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "Yet Another Gamma Index Tool"
authors:
- family-names: "Krawczyk"
  given-names: "Michał"
- family-names: "Grzanka"
  given-names: "Leszek"
  orcid: "https://orcid.org/0000-0002-3599-854X"
doi: 10.5281/zenodo.10974644
repository-code: "https://github.com/DataMedSci/yagit"
url: "https://datamedsci.github.io/yagit/"
date-released: 2024-04-15

GitHub Events

Total
  • Issues event: 2
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 5
  • Push event: 34
  • Pull request review comment event: 11
  • Pull request review event: 13
  • Pull request event: 5
  • Create event: 2
Last Year
  • Issues event: 2
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 5
  • Push event: 34
  • Pull request review comment event: 11
  • Pull request review event: 13
  • Pull request event: 5
  • Create event: 2

Dependencies

docs/requirements.txt pypi
  • breathe ==4.31.0
  • sphinx-book-theme ==0.1.7
.github/workflows/documentation.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite