johncolby / along-tract-stats

A MATLAB toolbox for performing along-tract analysis of diffusion tensor imaging (DTI) MRI tractography data.
http://github.com/johncolby/along-tract-stats/wiki
GNU General Public License v3.0
41 stars 15 forks source link

Can read_avw be replaced by niftiread? #9

Open suryaR-15 opened 5 years ago

suryaR-15 commented 5 years ago

Hi,

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