AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 30 forks source link

does noddi need delta [ms] and |Delta[ms]? #59

Closed foxet closed 5 years ago

foxet commented 5 years ago

delta [ms] |Delta[ms]

foxet commented 5 years ago

does noddi need delta [ms] and |Delta[ms]?

rutgerfick commented 5 years ago

Nope.

delta/Delta are only needed when you include a CompartmentModel like a cylinder, sphere, or restricted zeppelin (C2-4, S2-4, G3).

You can just set the acquisition scheme using only b-values and gradient directions as in the tutorial

foxet commented 5 years ago

rutgerfick c thankyou