Menu

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.read_gifti(surf_file)[source]ΒΆ

Read a surface geometry stored in GIFTI format.

Parameters:

surf_file : str

the input GIFTI surface file.

Returns:

vertices : array (N, 3)

the N vertices of the surface.

triangles : array (M, 3)

the M triangles that defines the surface geometry.

Follow us

© 2025, nidl developers