Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix image_ids in randomized_control_post of stim_table for session B (and C?) #21

Open
matchings opened this issue Sep 18, 2018 · 0 comments
Assignees

Comments

@matchings
Copy link
Collaborator

stim table for session B shows that the image_ids for randomized_control_pre and randomized_control_post are the same, even though we discovered an error that indicates that they are not the same, that the randomized_control_post is actually the images from sessionA

stim table generated using:
import openscope_predictive_coding.utilities as utilities
data = utilities.pickle_file_to_interval_table(pkl_path)

data[data.stimulus_block_name=='randomized_control_post'].image_id.unique()
should not equal
data[data.stimulus_block_name=='randomized_control_'pre'].image_id.unique()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants