powered by
Extracts information about Surfaces from CIFTI file
parse_surface(nodeset)get_surface(fname)
get_surface(fname)
Set of XML nodes corresponding to Surface
Surface
filename of CIFTI file
List of values
# NOT RUN { doc = cifti_xml(fname) nodes = xml_find_all(doc, "/CIFTI/Matrix/MatrixIndicesMap") nodeset = xml_find_all(nodes, "./Surface") parse_volume(nodeset) # }
Run the code above in your browser using DataLab