Onsetpy is a library developed by Onset Lab under the direction of Dr. Obaid. It includes a range of tools primarily designed for diffusion MRI, tractography, and connectomics processing.
- Python 3.9 or higher
- Git
-
Clone the Repository
git clone git@github.com:Onset-lab/onsetpy.git cd onsetpy -
Install Onsetpy
pip install -e . -
Run Tests
Ensure that the installation is successful by running the tests:
pytest
If all tests pass, you have successfully set up the development environment for Onsetpy.