Replies: 2 comments 8 replies
-
Could you copy and paste the error that you get here? The AnnotatedEventsTable should be fine to include in a ProcessingModule. |
Beta Was this translation helpful? Give feedback.
-
Hi again. After some more messing around and a bit more learning, I think I can state my issue more intelligently now. On the ndx-events GitHub page there is a Python example. The snippet for
I am using Matnwb. My code looks like:
All is fine until
It is unclear to me from the Python example what is required. I can fill the Thanks for your help on this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am trying to add the ndx-events extension to my Matnwb setup. I can successfully create the nwb file, but t crashes during nwbExport. I put the AnnotatedEventsTable into a processing module, as advised in the pynwb sample code for the ndx-events extension on GitHub, and the export dies trying to export that module. I have tried putting the AnnotatedEventsTable with in the nwdbdatainterface and in the dynamictable of the processing module. Should it work, or is Matnwb a little behind? Or could I just be doing it wrong? Should I try putting the AnnotatedEventsTable somewhere other than in a processing module? Thanks in advance for any insights.
Beta Was this translation helpful? Give feedback.
All reactions