VBIndex / py_vb_toolbox

Vogt-Bailey index toolbox in Python
GNU General Public License v3.0
12 stars 12 forks source link

Modify save_gifti #41

Open ChristineFarrugia opened 1 year ago

ChristineFarrugia commented 1 year ago

Modify the function save_gifti in io.py to avoid having empty metadata.

paola-g commented 1 year ago

We could also remove the io module altogether and call nibabel.load/save directly.