AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
333 stars 149 forks source link

Retrieving Shuffled Frame IDs #2743

Open isabelgaron opened 2 months ago

isabelgaron commented 2 months ago

In the "functional_connectivity" sessions, natural_movie_one is repeatedly presented with the individual movie frames shuffled. I would like to access the shuffled frame ids for these recordings, in order to reorder the responses and compare the shuffled responses to the original movie sequences. The "get_parameter_values_for_stimulus" and "stimulus_condition_id" features both return the original movie frame orders (0-899). How do I access the shuffled frame indices? Thank you!