NIRALUser / DTIPrep

DTIPrep performs a "Study-specific Protocol" based automatic pipeline for DWI/DTI quality control and preparation

Home Page:http://www.nitrc.org/projects/dtiprep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DTIPrep: DWI/DTI Quality Control Tool

What is it?

DTIPrep performs a "Study-specific Protocol" based automatic pipeline for DWI/DTI quality control and preparation. This is both a GUI and command line tool. The configurable pipeline includes image/diffusion information check, padding/Cropping of data, slice-wise, interlace-wise and gradient-wise intensity and motion check, head motion and Eddy current artifact correction, and DTI computing.

Build environment

You can find the necessary environment to build the software in Dockerfile.

Dockerfile for developers

Use below command in source directory to build docker image (Currently having only CentOS7 image).

$ docker build . -t <image-name>
$ docker run --rm -it -v $PWD/../:/work -w /work <image-name> 

Change Log:

v1.3.0-beta (07/10/2020)

  • Superbuild script modified.
  • Dockerfile added

License

See License.txt

More information

Find the tool on NITRC

About

DTIPrep performs a "Study-specific Protocol" based automatic pipeline for DWI/DTI quality control and preparation

http://www.nitrc.org/projects/dtiprep

License:Apache License 2.0


Languages

Language:C++ 88.7%Language:CMake 11.0%Language:Shell 0.2%Language:Dockerfile 0.0%