https://github.com/olivierverdier/odlpet
Bindings for positron emission tomography
https://github.com/olivierverdier/odlpet
emission-tomography imaging inverse-problems mathematics odl prototyping python tomography
Last synced: about 1 month ago
JSON representation
Bindings for positron emission tomography
- Host: GitHub
- URL: https://github.com/olivierverdier/odlpet
- Owner: olivierverdier
- Created: 2018-06-29T08:46:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T13:50:13.000Z (over 1 year ago)
- Last Synced: 2025-04-02T13:21:32.922Z (3 months ago)
- Topics: emission-tomography, imaging, inverse-problems, mathematics, odl, prototyping, python, tomography
- Language: Python
- Size: 1000 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python bindings for [STIR](http://stir.sourceforge.net/) based on [ODL](https://odlgroup.github.io/odl/).
Extracted from [a stir branch of odl](https://github.com/NikEfth/odl/tree/_stir_backend) with
```sh
git filter-branch --index-filter 'git rm --cached -qr --ignore-unmatch -- . && git reset -q $GIT_COMMIT -- test/tomo/backends/stir_setup_test.py odl/test/largescale/tomo/stir_slow_test.py odl/tomo/backends/stir_bindings.py odl/tomo/backends/stir_setup.py examples/tomo/stir_reconstruct.py examples/tomo/stir_project.py examples/tomo/data/stir/initial.hv examples/tomo/data/stir/initial.v examples/tomo/data/stir/small.hs examples/tomo/data/stir/small.s' --prune-empty -- --all
```