MATNWB How to handle nested structs #109
Unanswered
JustinKillebrew
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an NWB file created with a PYNWB converter containing multi-session OpenEphys data. There are several mat files that contain metadata, behavior data, and initialParameters. My problem is that many of the fields are nested structs/cells and I don't know how to handle them.
For example:
I'm creating a TimeInterval for each of the mat files to store as an Interval in the NWB:
Unfortunately, some of the fields are structs and I would need to add column names to the table but not all the elements would use them. How would I add column names after creating the TimeInterval? What is the best/correct way to handle this?
Thanks,
JK
Beta Was this translation helpful? Give feedback.
All reactions