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.io.write_gifti(vertices, triangles, surf_file)[source]ΒΆ
Write a surface geometry in GIFTI format.
- Parameters:
vertices : array (N, 3)
the N vertices of the surface to be saved.
triangles : array (M, 3)
the M triangles that defines the surface geometry to be saved.
surf_file : str
the path to the generated GIFTI surface file.
Follow us