AllenInstitute / AllenSDK

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

Add "active" column to stimulus presentations table #2586

Open aamster opened 1 year ago

aamster commented 1 year ago

The "active" column is calculated external to the allensdk in ecephys_etl_pipelelines for the vbn project. We want to deprecate this code in order to have 1 code path in the allensdk to generates this table for all visual behavior projects.

@morriscb added this temporarily in compute_trials_id_for_stimulus #2572 . It needs to be moved out of this function and added permanently to the stimulus presentations table. This is part of a larger effort to deprecate the stimulus presentations code in ecephys_etl_pipelelines.