Skip to content

Convex nonnegative spherical factorization of multi-shell dMRI data

Notifications You must be signed in to change notification settings

dchristiaens/cnsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

CNSF Factorization of dMRI data

Python implementation of convexity-constrained and nonnegativity-constrained spherical factorization.

Method & use

This method will factorize multi-shell dMRI data into multiple (tissue) components, each represented by a response function and an orientation distribution function (ODF). The method jointly estimates the response functions and ODFs for any desired number of components, and is therefore fully unsupervised.

All input and output data is stored in the MRtrix .mif file format.

Typical use for a 3-component factorization with one anisotropic (Lmax=8) and two isotropic (Lmax=0) components:

dwifact -lmax 8,0,0 dmri.mif brainmask.mif output_directory 

Please cite

Christiaens, D., Sunaert, S., Suetens, P., Maes, F. (2017). Convexity-constrained and nonnegativity-constrained spherical factorization in diffusion-weighted imaging. NeuroImage, 146, 507-517. doi: 10.1016/j.neuroimage.2016.10.040

About

Convex nonnegative spherical factorization of multi-shell dMRI data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages