AllenNeuralDynamics / aind-dynamic-foraging-data-utils

Tools for the analysis of behavior and neural data from the dynamic foraging task
MIT License
2 stars 0 forks source link

Neural dataframes to PSTH #3

Open alexpiet opened 8 months ago

alexpiet commented 8 months ago

Is your feature request related to a problem? Please describe. Would like a tool that grabs the neural signals (or really any continuous time variable, like pupil diameter, licking rate, etc) and generates trial by trial alignments

rachelstephlee commented 8 months ago

Would this also allow for interpolation?

alexpiet commented 8 months ago

Yes, I think we would want the solution of #8 to be the first step of this, and we should have the option to interpolate

rachelstephlee commented 8 months ago

Would you want them to be folded in the same function, or have two different functions then?

alexpiet commented 7 months ago

Probably in the same function, but im open to whatever makes the most sense