You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My data is a subject from HCP, and it has been mini-preprocessed, I want use the dtiInit to get the dt6.mat file ,and my input is the data.nii.gz and the T1(1.25mm),but it give me a fatal error. My matlab version is R2020b,and spm12&5 &8 have all been added in my matlab path.
error information:
Error using >
Array dimensions must match for binary array op.
Error in mrAnatHistogramClip (line 42)
img(img>upperClipVal) = upperClipVal;
Error in dtiRawFitTensorMex (line 199)
b0clip = mrAnatHistogramClip(b0,0.4,0.98);
Error in dtiInit (line 263)
dt6FileName{1} = dtiRawFitTensorMex(dwRawAligned, dwDir.alignedBvecsFile,...
Related documentation
The text was updated successfully, but these errors were encountered:
My data is a subject from HCP, and it has been mini-preprocessed, I want use the dtiInit to get the dt6.mat file ,and my input is the data.nii.gz and the T1(1.25mm),but it give me a fatal error. My matlab version is R2020b,and spm12&5 &8 have all been added in my matlab path.
error information:
Error using >
Array dimensions must match for binary array op.
Error in mrAnatHistogramClip (line 42)
img(img>upperClipVal) = upperClipVal;
Error in dtiRawFitTensorMex (line 199)
b0clip = mrAnatHistogramClip(b0,0.4,0.98);
Error in dtiInit (line 263)
dt6FileName{1} = dtiRawFitTensorMex(dwRawAligned, dwDir.alignedBvecsFile,...
Related documentation
The text was updated successfully, but these errors were encountered: