help > RE: ROI visualization with desikan/freesurfer/boggle atlas
Jul 10, 2018  08:07 PM | Chris Rorden
RE: ROI visualization with desikan/freesurfer/boggle atlas
Hello-
 Surfice can load a large number of formats. Different formats have different properties: for example fiber tracks can be sorted based on fiber lengths, while connectomes can have their node size increased or decreased. The issue is that the boggle.annot files and freesurfer images only show the surface of a single, inflated brain. In contrast, the atlas format expects that each region is a self-contained volume. In other words, the boggle.annot file only maps the external surface of each region, and each region is just a 2D surface without any interior volume. Naive conversion of the annot files to an atlas would cause seams where the regions join and when you hide individual regions you would see the facade of the rest of the brain, rather than the other regions. 

One solution is you could write some code that would extrude each region of the annot files between the pial surface and the white matter boundary. This web page suggests a useful method to achieve this.

Threaded View

TitleAuthorDate
drobinv Jul 10, 2018
RE: ROI visualization with desikan/freesurfer/boggle atlas
Chris Rorden Jul 10, 2018