You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using optogenetics to present randomly selected images to a neuronal culture (e.g. I have 10 images randomly selected 1000 times).
For each presentation, I record the presentation time along with the index of the displayed image in a dynamic table (presentation_table), which I then store in the processing group using proc_module.add_data_interface(presentation_table).
I also need to save the pool of images.
What is the standard practice for storing the pool of images?
Should I use an ImageSeries (row data), or should I save them as general metadata using add_image?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using optogenetics to present randomly selected images to a neuronal culture (e.g. I have 10 images randomly selected 1000 times).
For each presentation, I record the presentation time along with the index of the displayed image in a dynamic table (presentation_table), which I then store in the processing group using proc_module.add_data_interface(presentation_table).
I also need to save the pool of images.
What is the standard practice for storing the pool of images?
Should I use an ImageSeries (row data), or should I save them as general metadata using add_image?
Thank you very much for helping,
Yonatan.
Beta Was this translation helpful? Give feedback.
All reactions