Usage of 'control' and 'control_description' Parameters in TwoPhotonSeries #61
Replies: 2 comments 3 replies
-
@oruebel @bendichter Anyone remember the intended use for this field? FYI @alessandratrapani, something we may want to remove or really clarify in ndx-microscopy |
Beta Was this translation helpful? Give feedback.
-
"control" and "control_description" are datasets of any It is OK to use "control" and "control_description" in the way that you describe. That is what they were designed for. However, I would suggest also encoding those stimulation times in a second way that I think is more commonly used -- You can use the For example, if one of your stimulation periods starts at 1.1 seconds, stops at 1.5 seconds, and starts at index 110 and goes for 40 frames in your This |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello NWB community,
I'd like to discuss the usage of "control" and "control_description" parameters in TwoPhotonSeries.
In our experiment, we perform time-series imaging with two-photon microscopy and give stimulations at specific timepoints.
I would like to make it clear at which timepoints the stimulations are given.
I'm considering using the "control" parameter as a list of values, where '0' represents timepoints before stimulation, '1' represents timepoints after stimulation A, and '2' represents timepoints after stimulation B (e.g.,
control=[0,0,1,1,2,2]
).Additionally, "control_description" will be used to provide descriptions for each value in the
control
parameter (e.g.,control_description=['before stimulation', 'after stimulation A', 'after stimulation B']
).I want to ensure our data is well-annotated, but I'm unsure if this approach to using "control" and "control_description" is appropriate.
The image data is in a 4-dimensional format (time, z, x, y). I'm considering using the TimeSeries Module to store the detailed information of the stimulations.
If you have insights, suggestions, or recommendations, I would greatly appreciate your input. Thank you in advance for your feedback, and I look forward to hearing from the community.
Beta Was this translation helpful? Give feedback.
All reactions