vistalab / vistasoft

VISTASOFT is the main software repository of the VISTA lab at Stanford University.
http://vistalab.stanford.edu
148 stars 142 forks source link

spm_get_defaults not defined #312

Open AntoineBouyeure opened 5 years ago

AntoineBouyeure commented 5 years ago

Hello,

I have trouble using the function dtiInit. Running it gives the following error:

Undefined function or variable 'spm_get_defaults'. Error in dtiRawComputeMeanB0 (line 19) estParams = spm_get_defaults('coreg.estimate'); Error in dtiInit (line 149) if computeB0, dtiRawComputeMeanB0(dwRaw, bvals, dwDir.mnB0Name, doAlign); end

Vistasoft and SPM (spm12) are in my Matlab (R2018a) path.