Skip to content

[BUG] Remove hard-coded GifTI format 'GZipBase64Binary' parsing #11

@TimVanMourik

Description

@TimVanMourik

Currently, the parsed encoding format of the GifTI files is 'GZipBase64Binary', which is a hard-coded default:

zip_base64 = dom.getElementsByTagName('Data')[0].childNodes[0].data

In this PR to Neurovault, @chrisfilo points out that the file format of new files will be 'ASCII' instead. That puts some urgency on doing it more dynamically. We tried this earlier but didn't get it to work, and thus resorted to hard-coding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions