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
Matlab now has a niftiread function. I tried replacing volume = read_avw(volPath); in trk_demo.m with volume = niftiread(volPath); and it seems to be working fine.
Please can you test and confirm this? It would mean that FSL will not be a requirement, enabling use in Windows as well.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Matlab now has a niftiread function. I tried replacing
volume = read_avw(volPath);
in trk_demo.m withvolume = niftiread(volPath);
and it seems to be working fine.Please can you test and confirm this? It would mean that FSL will not be a requirement, enabling use in Windows as well.
Thanks
The text was updated successfully, but these errors were encountered: