Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T13:50:13.000Z (11 months ago)
- Last Synced: 2024-02-19T15:13:31.054Z (11 months ago)
- Topics: emission-tomography, imaging, inverse-problems, mathematics, odl, prototyping, python, tomography
- Language: Python
- Size: 1000 KB
- Stars: 3
- Watchers: 4
- 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
```