Skip to content

_parse_roi leads to error #158

@leeleavitt

Description

@leeleavitt

Hello, not sure how to use github very well, so i will just tell you the problem and my solution to this problem.

in the raw_metadata.py file on line 245 it says
number_of_timepoints = raw_roi_dict[six.b('m_vectAnimParams_Size')]

This causes the function to break down so we replace this with

number_of_timepoints = 0

And the function will run fine after this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions