I have recently been interested in nirs and cerebellum and wanted to try our optimal montage on the cerebellum
I just saw that cerebellum extraction was deactivated by default when using cat12? Is there any reason for that? I was wondering if you were having any suggestions to extract the cerebellar surface similarly to the cortical surface?
I added initially the option to compute the cerebellum surface when looking at the CAT12 options.
Then decided to hide it because @CGaser explained it was an experimental feature, too unstable to be used in production at that moment. But this was a while ago, maybe there were improvements on this front.
@CGaser: Is it safer now to use this option? matlabbatch{1}.spm.tools.cat.estwrite.output.surface = 2; % 2: lh+rh+cerebellum
@edelaire
If you want to try it, select the process "Import anatomy > Segment MRI with CAT12", generate the Matlab script, and change the option cerebellum to 1. You should get something like this:
@edelaire
The extraction of the cerebellum is still experimental and should currently not be used. However, our results never looked so poor like yours....
Interestingly, if we overlay the cerebellum with the MRI it seems that it's capturing well the bottom of the cerebellum but the algorithm is having a hard time closing the surface :
I can share the MRI file with you if you want.
Note that this very smooth cerebellum surface is not produced by FreeSurfer, it is meshed from the ASEG volume parcellation by Brainstorm using Matlab function isosurface.m, called in function in_tess_mrimask.m.