AllenInstitute / visual_behavior_analysis

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

Lims query changes #718

Closed dougollerenshaw closed 3 years ago

dougollerenshaw commented 3 years ago

image

dougollerenshaw commented 3 years ago

Good idea! Seems easier said than done, though! I added

    oe.experiment_container_id as experiment_container_id,
    os.visual_behavior_supercontainer_id as supercontainer_id

to the query. For my example, though, experiment_container_id is all None. I don't know why.

image

is experiment_container_id not the same as what we've generally called 'container_id'?

dougollerenshaw commented 3 years ago

@djkapner came to the rescue on slack. See my last commit. The example query above now returns this: image