slam.io¶
Functions
|
load mgh_file and create a trimesh object Parameters ---------- mgh_file: str, path to the mgh file on the disk |
|
|
|
load gifti_file and create a trimesh object :param gifti_file: str, path to the gifti file on the disk :return: the corresponding trimesh object |
|
load gifti_file and create a TextureND object (multidimensional) :param gifti_file: str, path to the gifti file on the disk :return: the corresponding TextureND object |
|
write a trimesh mesh object to disk fixme: intent should be set ! |
|
TODO manage metadata write a TextureND object to disk as a gifti file :param gifti_file: str, path to the gifti file on the disk :return: the corresponding TextureND object |