Replies: 1 comment
-
attn @rly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m trying to create some nwbs. I would like this hierarchy of processing modules:
Where probe_1234 is a high-level processing module containing the low-level processing modules karlssonevent and gammaevents (and other event modules). karlsonevent and gammaevents contain timeinterval objects.
However, whenever I try to set up the processing module hierarchy, I end up with the events processing modules at the same level as the probe processing modules, and also duplicated inside the probe processing modules. like so:
I assume this is because processing modules must be created through nwbfile.create_processing_module() and can’t be instantiated directly.
My question is: is there a way to set up the nwbfile in my desired processing module hierarchy? Is this the correct way of using processing modules in the nwb? This is my first time working with them. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions