HumanNeuronLab / voxeloc

1 stars 0 forks source link

Parcellation File #2

Open TimnaKleinman opened 2 weeks ago

TimnaKleinman commented 2 weeks ago

Hi! I saw in the wiki that one could upload a parcellation file of type nii, but, from what I understand, the output of freesurfer is .anot files for the parcellation. I wondered if I might be missing something and the files do exist in the freesurfer output, or if they are not the output of freesurfer how do you recommend getting them, or converting the .anot files to .nii.

Thanks!

pierremegevand commented 1 week ago

Hi Timna,

FreeSurfer also creates parcellated volumes, in addition to the parcellated surfaces. In the subfolder 'mri' of a given FreeSurfer output, you will find the following MRI volumes:

For more info on how these volumes are computed, see the FreeSurfer documentation:

You just need to convert the .mgz into a .nii file, e.g. using FreeSurfer's mri_convert function.

I hope this is useful, let me know.