Closed raymondwjang closed 1 month ago
Hello, Both of them demonstrate online processing. demo_online_cnmfE is a simpler demo that you'll probably want to start with to learn the online flow, unless you have reason to do otherwise. demo_realtime additionally demonstrates the ring_cnn component, and shows you more options to process the data that you might consider; you might consider using its approaches after you're comfortable with demo_online_cnmfE.
Cheers, Pat
The demo notebooks give some overview, but if your usecase is to integrate it with realtime experiments I suggest looking at the caiman demos with improv: https://github.com/project-improv/improv
That clarifies. Thank you, @pgunn and @kushalkolar !
Hello,
just about to begin trying OnACID package out, but I cannot tell which demo corresponds to the onACID one based on the notebook names.
Could somebody tell me what the difference between
demo_realtime_cnmfE.ipynb
anddemo_online_cnmfE.ipynb
is?