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.
using GIFTI
mesh = GIFTI.load(open("data.gii"))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.
using GIFTI
mesh = GIFTI.load(open("data.gii"))