Easy way to create multi-level containers ? #73
Unanswered
etiennedemontalivet
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Sounds like this is for pose estimation data - is this from DeepLabCut, SLEAP, or lighting pose? If so you can use the automated converters from NeuroConv If not, it sounds like the extension you want to use is |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Hi,
I was wondering if there is an easy way to create container of containers ? Let say I have
SpatialSeries
that are made of the joint positions (markers) of 2 legs. I'd like to have the data structured like this:Is there an easy way to do so ? If not, is there a reason to not save the data in such structure ?
I tried playing around with
NWBDataInterface
andadd_child
method but without success:Code here
```pythonAlso I think that what I want is doable if defining an extension, but I would prefer an easier way if it exists :).
Any help would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions