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.decompose_cifti(cifti_file, raw=False)[source]ΒΆ
Decompose CIFTI data.
- Parameters:
cifti_file : str
the path to a CIFTI image.
raw : bool, default False
if set return raw data as stored in the CIFTI file.
- Returns:
vol : array
the raw/organized volume data.
surf_left : array
the raw/organized left surface data.
surf_right : array
the raw/organized right surface data.
Follow us