Skip to content

Open CIFTI/GIFTI files and parse associated XML metadata with latest Matlab versions

Notifications You must be signed in to change notification settings

OHBA-analysis/CIFTI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFTI

Open CIFTI files (HCP dataset) with the latest versions of Matlab (2015+).

Dependencies

The following should be installed and added to the path prior to starting Matlab:

Trick: if you just installed these and don't want to restart Matlab, you can run the following one-liner:

setenv( 'PATH', strjoin([ {workbench_path, caret_path}, strsplit(getenv('PATH'),pathsep) ],pathsep) );

Mex dependencies

Ideally, you should also have Mex setup correctly to compile C sources. If that's the case, then run cifti_compile.m the first time you use this library.

Usage

Just add this folder to the Matlab path and use [gifti_obj,xml_data] = cifti_open( cifti_filename ).

About

Open CIFTI/GIFTI files and parse associated XML metadata with latest Matlab versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published