AllenInstitute / openscope_predictive_coding

OpenScope: Predictive Coding
Other
0 stars 1 forks source link

issue with 'get_interval_table' for production experiments #24

Open matchings opened 5 years ago

matchings commented 5 years ago

the utilities function get_interval_table is giving an error for production experiments, I think because production stimulus names are not consistent with what was expected previously for the pilot data (i.e. 'StimA is not in the name and get_interval_table expects the string 'StimA', 'StimB', or 'StimC' to be in the name). Since I know that all production experiments should be stimulus A, I added some code to default to session=A if get_interval_table could not find the proper string in the pickle file name. This change is associated with this commit: https://github.com/AllenInstitute/openscope_predictive_coding/pull/23/commits/71e8edf9b8083f845e08fe2b04940cf268ebf767