help > RE: display freesurfer annotation file as outline in surf ice
Jun 14, 2018  09:06 PM | Chris Rorden
RE: display freesurfer annotation file as outline in surf ice
Nick

Take a look at the wiki for an example of loading the included boggle.annot. The script below should load the files included with Surfice and generate the attached image. Note that the annot files also save a text string with the name of each region.


begin
resetdefaults();
meshload('lh.pial');
overlayload('boggle.annot');
atlassaturationalpha(0.5, 0.7);
overlayload('fhlin_toolbox.w');
overlayminmax(2, 0.7, 0.8);
overlaycolorname(2, 'red');
end.


Surfice does not display these text labels, which would be nice. Displaying the core region names in an uncluttered way might be best done with a vector art tool, but Surfice is open source, so feel free to make (and share) any changes you wish.
Attachment: bogglex.jpg

Threaded View

TitleAuthorDate
nblauch Jun 14, 2018
RE: display freesurfer annotation file as outline in surf ice
Chris Rorden Jun 14, 2018