json metadata storage of electrical stimulation ? #70
-
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:
Here 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.
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.
Like
session_description
(what's different about this recording session from the rest of your experiment?) orexperiment_description
(high-level human readable text description of experiment), the task protocol is a text-only descriptor of lower level details about your experiment design -it's essentially what you would write in the 'methods' section of the formal publication related to the data.