AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
340 stars 150 forks source link

read session type from lims database instead of from pkl file #2535

Open aamster opened 1 year ago

aamster commented 1 year ago

The behavior_sessions table in LIMS lacks stimulus_name, we used to read this from mtrain, but mtrain contained incorrect values so we read them from the pkl files instead. This doesn't scale.

Once https://alleninstitute-brainscience.atlassian.net/browse/DT-4139 is finished, update allensdk to read from the database table rather than from LIMS.