Dear experts,
I am registering cortical labels from Talairach coordinates to my native T1. For doing this, I have run the next script lines:
tkregister --targ brainmask.mgz --mov highres_brain.nii.gz --reg T1FS2Highres.dat --regheader --noedit
mri_label2vol --annot rh.aparc.annot --temp highres_brain.nii.gz --reg T1FS2Highres.dat --o rh_aparc.nii.gz --hemi rh --subject FS --proj frac 0 1 .1 --fillthresh .3
and the same for the left hemi.
However I am finding two problems at the result. First Insula is missing for both hemispheres, and second the cortical ROIs have the shape of the figure attached, e.g. there are many voxels empty
[image: Imágenes integradas 1]
I found in previous topics, that the mri_label2vol, was updated as it left last volume from the list out of the conversion. I tried to download it, but it is just compiled for linux, and since Im working with mac I am not able to run it. Could you please give me any comments to solve the problem with the missing voxels. About the problem with the insula, the other option is to just extract it with mri_annotation2label, but if I could get the mri_label2vol working correctly it would be better.
Thanks a lot
Jose