We want to reconstruct the air cavity thickness in a PMMA phantom based on temporal and spectral information of the prompt gamma-rays.
First, create a (conda) virtual environment like this:
conda create -n pmma python=3.8
Install the required libraries and pmma package
conda activate pmma
cd scripts
pip install -r requirements.txt
pip install -e .
Adjust config file and setup experiment:
nano project_pipeline/config.yaml
Submit batch job to excute experiment
sbatch project_pipeline/execute_snakefile.sh