High-performance tomographic reconstruction
Project description
Model-Based Iterative Reconstruction (MBIR) for tomographic reconstruction that is based on the JAX library. Full documentation is available at https://mbirjax.readthedocs.io .
Installing from PyPI
pip install mbirjax
Installing from Source
Clone the repository:
git clone git@github.com:cabouman/mbirjax.git
Install the conda environment and package
Option 1: Clean install using dev_scripts - We provide bash scripts that will do a clean install of MBIRJAX in a new conda environment using the commands:
cd dev_scripts source clean_install_all.sh
Option 2: Manual install - You can also manually install MBIRJAX from the main directory of the repository with the following commands:
conda create --name mbirjax python=3.10 conda activate mbirjax pip install -r requirements.txt pip install .
Running Demo(s)
Run any of the available demo scripts with something like the following:
python demo/<demo_file>.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mbirjax-0.5.0.tar.gz
.
File metadata
- Download URL: mbirjax-0.5.0.tar.gz
- Upload date:
- Size: 274.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6724e877c9e3676ddb556427604b7c236aebf097817a2ced546e79f7649ff533 |
|
MD5 | 258494c9c94d600faeafede5e737c026 |
|
BLAKE2b-256 | 66fae5c10fd22c5e5127e047bf5c4a14774e4a1ef9d6cb52d81be87de07d52ee |
File details
Details for the file mbirjax-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: mbirjax-0.5.0-py3-none-any.whl
- Upload date:
- Size: 301.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2be42841593381929e2e7724db7d54b9a2887be12a7da70768f9c89ac2aece9a |
|
MD5 | 7d0f66db7fbc4dc2d9e72fee1f438a08 |
|
BLAKE2b-256 | 8d554ea5e436be9609afbc159f9b46c0d7a12cf779258d6ddff4d3a3f596d94b |