Discussion: meetings/2025-08-26 #106
-
I am preparing figures to support our discussion Here is a summary figure for the first production sessions on neuropixels and mesoscope. ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
alternatively to the RF mapping, we could use this very new stimulus. I am curious what people think |
Beta Was this translation helpful? Give feedback.
-
My presentation is here : https://docs.google.com/presentation/d/1LlD1HZpzUtsEExsRZ-TLYgoz16xNBGdAVlLI_5Hsqvw/edit?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
my slides are here: https://docs.google.com/presentation/d/1TIxrYdJ_JltmIK2Nq79d84stuwdrn3Z68G3EFn3lhjY/edit?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
@maierav I am following up on our discussion. This is exactly why we are creating the stim. table prior to the session: To guarantee a fixed number of presentations trials, while ensuring randomization of presentation order. Are you concerned about other statistical effects? |
Beta Was this translation helpful? Give feedback.
-
Hi all, |
Beta Was this translation helpful? Give feedback.
-
Severine will share screenshot of these. |
Beta Was this translation helpful? Give feedback.
@maierav I am following up on our discussion.
I am not sure I answered correctly to your question during our meeting today. The code intent is to construct the list of trials to be presented and THEN shuffle them. We are not pulling parameters randomly at each presentation. This is pseudo-randomisation as you described it, correct?
see here :
openscope-community-predictive-processing/code/stimulus-control/src/Mindscope/generate_experiment_csv.py
Line 612 in b2b1695
This is exactly why we are creating the stim. table prior to the session: To guarantee a fixed number of presentations trials, while ensuring randomization of presentation order. Are you…