<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class="">Hi,</div>
<div class=""><br class="">
</div>
<div class="">I apologize if this has already been addressed in a previous message, but I did not find anything searching the archives from the Nibabel website.</div>
<div class=""><br class="">
</div>
<div class="">I am running python 3.7.0 on a conda installation and recently installed the nibabel package to make use of its gifti class.</div>
<div class=""><br class="">
</div>
<div class="">I have a python script that builds a gifti image object and fills in all of the meta data, label table, and data array details.  The script is based off of a matlab one that successfully makes use of Guillaume Flandin’s @gifti toolkit.  (Not sure
 if this is relevant or not, but the gifti image objects contains 30 separate data arrays, one for each of 30 individual subjects.)  I have compared my gifti image object’s structure and details to a similar one I loaded in to python using nibabel, and everything
 looks similar between the two.</div>
<div class=""><br class="">
</div>
<div class="">When I go to save my newly created gifti image object out using nibabel.save, I am getting a “NotImplementedError” in relation to _to_xml_element().  I am quite new to python, so I have no idea what the error means (a google search and digging
 through Stack Overflow didn’t yield much I could make sense of).  Trying to debug opened up xmlutils.py, where the only thing that seemed to be defined for _to_xml_element() was raising this NotImplementedError()...</div>
<div class=""><br class="">
</div>
<div class="">Any suggestions as to how best to proceed?</div>
<div class=""><br class="">
</div>
<div class="">I’m really not sure if this error is being thrown by something on my end or something on nibabel’s end, so I am happy to provide more details on my python script if that would help. </div>
<div class=""><br class="">
</div>
<div class="">Thanks in advance,</div>
<div class=""><br class="">
</div>
<div class="">suzanne</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<br class="">
<div class=""><span><img apple-inline="yes" id="B08005CD-DA4D-4909-8BA2-9DA3FAADD885" width="338" height="238" src="cid:67412C66-BB70-409C-BE50-7BADCECDE5F9@uwo-x-11.wireless.uwo.pri" class=""></span>
</div>
<br class="">
</body>
</html>