json metadata storage of electrical stimulation ? #70
Replies: 2 comments
-
Like
The table approach sounds like the best option to me for recording the metadata about each movement-specific stimulation Specifically, I would suggest forming a Another detail I will mention is a growing Best Practice in the community - attach the scientific unit to the end of each column name on the table; e.g., |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your quick answer! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working on experiments that include 2 devices : one to record 20 ECoG channels and another to stimulate through a Functional Electro-Stimulation device that has 10 channels. During each experiment, a specific and unique pattern is used per movement for the electro-stimulation. For instance to generate hand-opening, only the first 3 electrodes are used at specific frequencies.
I would like to stored this metadata about the electro-stimulation, but I don't know where in the NWB format. So far, I though about:
NWBFile.protocol: workaround butprotocolis suppose to be a stringAbstractFeatureSeriesthat contains the metadata for each timestamps of the stim data --> memory inefficient...DynamicTableto encode the meta data:doable, but:
device1will only havenanin these columnsHere is how the metadata looks like:
{ "movement_1": { "elec": [0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0], "freq": 1500, "pulses": 3, "duration": 500 }, "movement_2": { ... } }Any help would be very much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions