Python toolbox for generating simulated diffusion MRI data using biophysical or signal models. Uses DMIPY and DIPY for building models. See the example_diffsimgen.ipynb
file for an example of how to use the toolbox.
Dependency management and python package handling is done with poetry.
pip install poetry
then the toolbox can be installed with:
git clone https://github.com/Bradley-Karat/DiffSimGen.git
cd DiffSimGen
poetry install
Once installed, the environment can be activated with:
poetry shell