Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```