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

Updates to allensdk for MultiscopeSignalNoise and TaskTrainedNetworksMultiscope data #2278

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

mabuice
Copy link
Member

@mabuice mabuice commented Dec 7, 2021

Overview:

This is an update to the allensdk that allows loading and using data from the MultiscopeSignalNoise and TaskTrainedNetworkMultiscope datasets.

Addresses:

This adds a few new classes (labeled 'visualcoding***') next to the behavior classes for multiscope data. These load from ophys_session_ids so one of the main additions is several classes now have a method .from_lims_for_ophys_session that loads the corresponding data from LIMS using an ophys_session_id rather than a behavior_session_id (since not all of the data has behavior_session_ids).

It also adds the computation of the stimulus presentation table for these data. Templates are left as paths to the correct template on the internal servers for now due to file size.

This update also addresses an issue with line_label changes.

You probably want to merge this into its own branch rather than into master, if at all right now. I'm submitting this pull request so that the team has visibility on this.

Type of Fix:

Added classes and methods to existing classes.

Changes:

Added files such as 'visualcoding_session.py', 'visualcoding_ophys_experiment.py', 'visualcoding_metadata.py', 'visualcoding_session_id.py', 'visual_coding_session_type.py', 'densemovie_presentations.py', 'densemovie_stimuli.py', 'densemovie_templates.py'.

Also added .from_lims_for_ophys_session method to many classes that used .from_lims (with a behavior_session_id).

…e the syncfile since not all mesoscope data has behavior stimulus information in the pkl file, so we can't use .from_stimulus_file
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

Successfully merging this pull request may close these issues.

1 participant