AllenInstitute / visual_behavior_analysis

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

adding function to get cell_specimen table from LIMS #755

Closed dougollerenshaw closed 3 years ago

dougollerenshaw commented 3 years ago

Adds a function to data_access/loading called get_cell_table that will return data from the LIMS cell_rois table for specified experiments. If no experiments are passed, it returns all released cells.

Details and examples in the docstring.