Error Computing FEM Tensors for Anatomy Folder Imported from SimNIBS

Hi everyone,

I seem to have figured out what the issue is. Apparently the BSE step only works with MRI image that is in uint8 and my T1 image is in uint16. I just have to manually cast the image (the Cube variable) using im2uint8 and Convert DWI to DTI ran without errors. However, the resulting tensors look rather odd. I was wondering if you have any ideas what is going on?

Thanks,

Jason