Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 581 Bytes

ratcortex-dwi-streams

Code to process dMRI volumes and create cortical streamlines in rat data. ℹ️ Info & details

Setup

  1. Install the MINC tools required for the code:

    sudo apt install minc-tools
  2. Create a conda environment:

    conda env create --file environment.yml
  3. Activate the environment:

    conda activate cx-streams-env
  4. Display script help:

    nii2streams.sh -h