AllenNeuralDynamics / AllenNeuralDynamics/aind-dynamic-foraging-data-utils
create_df_events includes all acquisition information.
- Lenguaje dominante
- Python
- Estrellas
- 2
- Forks
- 0
- Merge medio
- 1 d 10 h
- PR fusionados (30 d)
- 3
Descripción
As it is presently written, create_df_events automatically reads all event information in the acquisition section of the NWB and excludes only specific FIB events.
I am in the process of making NWBs for ephys which include additional acquisition data not expected on other rigs, specifically sniffing data. As it is presently written, create_df_events automatically includes all sniffing events (a lot since it is a continuous signal!) in the resulting data frame.
Rather than explicitly exclude certain data (e.g. FIB), I would suggest that create_df_events specifically include the desired data (Licks, go Cue, etc; the list is short so it shouldn't be to hard!), so that additional acquisition devices can be added to rigs without needing to update the code each time. There could even be the option to modify the included list.
I am open to other suggestions and am happy to make this change, but wanted to get feedback before taking the time to do so.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.