Deep learning for NeuroImaging in Python.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
- surfify.utils.sampling.build_freesurfer_ico(ico_file=None)[source]ΒΆ
Build FreeSurfer reference icosahedron by fetching existing data and building lower orders using downsampling.
Freesurfer coordinates are between -100 and 100, and are rescaled between -1 and 1.
- Parameters:
ico_file : str, default None
path to the generated FreeSurfer reference icosahedron topologies.
Follow us