Extracts information about Surfaces from CIFTI file

parse_surface(nodeset)

get_surface(fname, verbose = TRUE)

Arguments

nodeset

Set of XML nodes corresponding to Surface

fname

filename of CIFTI file

verbose

print diagnostic messages

Value

List of values

Examples

if (FALSE) {
doc = cifti_xml(fname)
nodes = xml_find_all(doc, "/CIFTI/Matrix/MatrixIndicesMap")
nodeset = xml_find_all(nodes, "./Surface")
parse_volume(nodeset)
}