BraDiPhoPy is a Python library designed for manipulation and processing of 3D geometric data, with a particular focus on surface data (meshes and point clouds) and tractography. Mostly based on VTK, NumPy and Scipy. BraDiPhoPy provides a set of tools for Bradipho project.
BraDiPhoPy is compatible with Python versions 3.10, 3.11, and 3.12.
To install the library and its dependencies, follow these steps:
- Clone the repository:
git clone https://github.com/minilabus/bradiphopy.git cd bradiphopy - Install the required packages:
pip install -r requirements.txt
- Install BraDiPhoPy in editable mode:
pip install -e .