Muon tomography data analysis library
Project description
Muograph: muon tomography library
This repository provides a library for muon scattering tomography and muon transmission tomography data analysis.
Overview
As a disclaimer, this library is more of an aggregate of muon tomography algorithms used throughtout PhD research rather than a polished product for the general public. As such, this repo targets mostly muon tomography reaserchers and enthousiasts.
Users can find ready to use scattering density algorihms as well as samples of simulated data.
While currently being at a preliminary stage, this library is designed to be extended by users, whom are invited to implement their favorite reconstruction, material inference or image processing algorithms.
If you are interested in using this library seriously, please contact us; we would love to hear if you have a specific use-case you wish to work on.
Installation
As a dependency
For a dependency usage, muograph can be instaled with pip within a Conda environment:
conda create -n muograph python=3.10
conda activate muograph
pip install muograph
Make sure everythings works by running:
pytest path_to_muograph/test
You can check the location where muograph is installed:
pip show muograph
For development
Clone the repository locally:
git clone git@github.com:MaximeLagrange/muograph.git
cd muograph
For development usage, we use poetry to handle dependency installation:
curl -sSL https://install.python-poetry.org | python3 -
To get started, you need Poetry's bin directory in your PATH environment variable. Add the export command to your shell's configuration file. For bash, add it to the ~/.bashrc file. For zsh, add it to the ~/.zshrc file.
export PATH="$HOME/.local/bin:$PATH"
then reload the configuration file:
source ~/.bashrc # or source ~/.zshrc
Poetry should now be accessible:
poetry self update
Muograph requires python >= 3.10. This can be installed with e.g pyenv.
curl https://pyenv.run | bash
pyenv update
pyenv install 3.10
pyenv local 3.10
Install the dependencies:
poetry install
poetry self add poetry-plugin-export
poetry config warnings.export false
poetry run pre-commit install
Finally, make sure everything is working as expected by running the tests:
poetry run pytest muograph/test/
For those unfamiliar with poetry, basically just prepend commands with poetry run to use the stuff installed within the local environment, e.g. poetry run jupyter notebook to start a jupyter notebook server. This local environment is basically a python virtual environment. To correctly set up the interpreter in your IDE, use poetry run which python to see the path to the correct python executable.
Tutorials
A few tutorials to introduce users to the package can be found in the tutorial/ folder. They are provied as Jupyter notebooks:
00_Volume_of_interest.ipynbshows how to define a voxelized volume of interest, later used by the reconstruction algorithms.01_Hits.ipynbdemonstrates how to load muon hits, and simulate detector spatial resolution and/or efficiency effects.02_Tracking.ipynbshows how to convert muon hits into muon tracks usable for image reconstruction purposes.03_Tracking_muon_Scattering_tomography.ipynbcombines incoming and ougoing tracks to compute features relevant to muon scatering tomography.04_POCA.ipynbtakes the user through the computation of voxel-wise density predictions based on the Point of Closest Approach.05_Binned_clustered_algorithm.ipynbdemonstrates the Binned Clustered Algorithm, with and without muon momentum information.06_Angle_statistical_reconstruction.ipynbshows the Angle Statistical Reconstruction algorithm, with and without muon momentum information.
You can run the tutorials using poetry command:
poetry run jupyter notebook muograph/tutorials/05_Binned_clustered_algorithm.ipynb
Examples
More advanced examples are provided in the muograph/examples:
poetry run jupyter notebook muograph/examples/00_scattering_small_size_statue.ipynb
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file muograph-0.1.17.tar.gz.
File metadata
- Download URL: muograph-0.1.17.tar.gz
- Upload date:
- Size: 7.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.8.0-86-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e7868beb7c20c273ef0c026927044c9cfa2e62d4e1e58293c1ca204bd816580
|
|
| MD5 |
2fe149bf2ef2e2f6e4b36a57bcf5614e
|
|
| BLAKE2b-256 |
22afcb4d1e9c5484cbcbd30430777324eac2b3b456df907577e84826cb943ae9
|
File details
Details for the file muograph-0.1.17-py3-none-any.whl.
File metadata
- Download URL: muograph-0.1.17-py3-none-any.whl
- Upload date:
- Size: 7.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.8.0-86-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
488195cc826c507e9d9663935b6b88edc0e8abff823dbf8ce3ff0a46049e6acb
|
|
| MD5 |
9acc018e4b619e845ca6f8906f68aa80
|
|
| BLAKE2b-256 |
4f16dd1d7ab3837d5cf2fd5ba343389046f2f381038e71e83ab189a9b6a6a064
|