You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to obtain a reliable estimate of the event rate (number of calcium peaks per unit time). What would be the best way to do this using CaImAn? I have already fitted the model and computed dF/F.
Thank you!
Anna
The text was updated successfully, but these errors were encountered:
Hello,
Probably the best way to do this is to save the traces in C (there's some code in demo_pipeline showing how to do that) to a pandas dataframe or a file and after that, it should be pretty easy to iterate over the bodies you care about (or all of them) and calculate a rate.
I'd like to obtain a reliable estimate of the event rate (number of calcium peaks per unit time). What would be the best way to do this using CaImAn? I have already fitted the model and computed dF/F.
Thank you!
Anna
The text was updated successfully, but these errors were encountered: