Skip to content

conorkcorbin/tensor_estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tensor_estimation

Estimate diffusion tensors from dMRI data.

Dependencies

Nibabel 2.2.1 (IO) Dipy 0.13.0 (IO) Numpy 1.13.3

Usage

Given dwi volumes (nifti format), a binary brainmask (nifti format), bvecs (tab delim txt), and bvals (tab delim txt), will compute tensors at each voxel in mask and output FA, MD, RD, and AD maps.

python fit_tensors.py -dwi [filename.nii.gz] -mask [filename.nii.gz] -bvecs [filename.txt] -bvals [filename.txt] -out [prefix]

About

Estimate diffusion tensors from dMRI data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages