xrt_toolkit

Collection of utilities to compute X-Ray Transforms.

https://github.com/sepandkashani/xrt_toolkit

Science Score: 44.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Collection of utilities to compute X-Ray Transforms.

Basic Info
  • Host: GitHub
  • Owner: SepandKashani
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 98.6 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.rst

XRT Toolkit
===========

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://opensource.org/licenses/MIT
   :alt: License: MIT


XRT Toolkit (XTK) is a collection of utilities to compute X-Ray Transforms.


Installation
------------

.. code-block:: bash

   # user install
   pip install xrt_toolkit@git+https://github.com/SepandKashani/xrt_toolkit.git          # CPU-only
   pip install xrt_toolkit[cuda11]@git+https://github.com/SepandKashani/xrt_toolkit.git  # CPU + CUDA 11
   pip install xrt_toolkit[cuda12]@git+https://github.com/SepandKashani/xrt_toolkit.git  # CPU + CUDA 12

   # developer install
   git clone https://github.com/SepandKashani/xrt_toolkit.git
   cd xrt_toolkit/
   pip install -e ".[dev]"  # add cuda[11,12] targets too if needed

Owner

  • Name: Sepand KASHANI
  • Login: SepandKashani
  • Kind: user

Citation (CITATION.cff)

abstract: "XRT Toolkit (XTK) is a collection of utilities to compute X-Ray Transforms."
authors:
  - family-names: Kashani
    given-names: Sepand
    orcid: "https://orcid.org/0000-0002-0735-371X"
cff-version: 1.2.0
keywords:
  - X-Ray Transform
  - Tomography
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/SepandKashani/xrt_toolkit"
title: "XRT Toolkit"

GitHub Events

Total
  • Push event: 6
  • Create event: 1
Last Year
  • Push event: 6
  • Create event: 1

Dependencies

pyproject.toml pypi
  • drjit == 0.4.6
  • numpy >= 2.0, < 3
  • opt-einsum >= 3.3.0, < 4
  • packaging >= 24.1