DWIMotionCorrect - reducing reigstration bias
Installing DWIMotionCorrect
DWIMotionCorrect is a python script and doesn't require building. However several prerequisites are required and must be installed.
Prerequisites
- git (for installation and easy updates)
- FSL 5.x
- python 2.7 and the following packages
- numpy
- scipy
- nibabel
- distutils
- Gnu parallel (optional)
Downloading
git clone https://github.com/DevelopmentalImagingMCRI/dwimotioncorrect.git
Updates to DWIMotionCorrect can be fetched using
git pull
Python prerequisites
Python libraries required can be installed using pip or your system package manager:
apt-get install python-nibabel python-numpy python-scipy
or
pip install nibabel scipy