Code to process dMRI volumes and create cortical streamlines in rat data.
This repository contains scripts and functions necessary to work with the data in the rat dysplasia project and published for transparency purposes. It is not intended for use with other data, as many things are hard-coded.
Code by:
- David Cortés-Servín
- Aylín Pérez-Moriel
- Fernando Palazuelos
- Luis Concha
Institute of Neurobiology, UNAM; Centro de Investigación en Matemáticas, A.C.
-
Install the MINC tools required for the code:
sudo apt install minc-tools
-
Create a conda environment:
conda env create --file environment.yml
-
Activate the environment:
conda activate cx-streams-env
-
Display script help:
nii2streams.sh -h