Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 326 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 326 Bytes

GIFTI

This package includes very basic support for loading GIFTI (.gii) files in Julia. Currently only the surface mesh can be extracted, represented as a HomogeneousMesh from GeometryTypes.jl.

Usage

using GIFTI
mesh = GIFTI.load(open("data.gii"))