AllenInstitute / visual_behavior_analysis

Python package for analyzing behavioral data for Brain Observatory: Visual Behavior
Other
21 stars 6 forks source link

function for loading experiment table from AWS #756

Closed dougollerenshaw closed 3 years ago

dougollerenshaw commented 3 years ago

Adding a new function to data_access.loading called get_released_ophys_experiment_table that gets the ophys_experiment_table from the AWS cache. This will make it easier to focus on analysis on the exact dataset that was released.

Also modified the existing 'get_filtered_ophys_experiment_table' to use the new get_released_ophys_experiment_table if the release_data_only flag is passed as True.