NISOx-BDI / SwE-toolbox

SwE toolbox
GNU General Public License v2.0
16 stars 7 forks source link

Add I/O support for freesurfer files #142

Open nicholst opened 4 years ago

nicholst commented 4 years ago

Add I/O support for freesurfer files.

https://github.com/freesurfer/freesurfer/blob/dev/matlab/MRIread.m

gllmflndn commented 4 years ago

Some of them can be read through gifti: https://github.com/gllmflndn/gifti/blob/master/%40gifti/private/freesurfer_read.m

nicholst commented 4 years ago

Thanks @gllmflndn ! As we're using your GIFTI code, does that mean we already have time sort of freesurfer support implicitly? I'd like to document how users can actually exploit it.