Extracts information about Named Maps from CIFTI file
parse_named_map(nodeset) get_named_map(fname)
nodeset | Set of XML nodes corresponding to |
---|---|
fname | 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, "./NamedMap") parse_named_map(nodeset) # }