Replies: 1 comment 8 replies
-
I don't recommend splitting up your movie. Mesmerize-core and mesmerize-viz use lazy loading for all visualization so as long as your file type is lazy-loadable you should be fine. If your kernel is crashing reduce n_processes, see #205 (comment) , so that caiman runs fewer chunks in parallel |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I really like Mesmerize's implementation of caiman! However I have a question:
I generate 2 photon calcium movies from behaving animals, but my file sizes get really large. Therefore, I was breaking up the files into smaller chunks to run each through caiman. This can easily be accomplished through the load_movie_chain() command... is there a similar function that can be used with mesmerize?
For clarification, my goal is to generate df/f traces and cell contours for the ENTIRE behavioral session so I can correlate calcium traces with stimuli.
I ran a smaller movie (9.8GB) and it crashed my jupyter kernel at the cnmf.run() command.
I am fairly novice with python, and I would appreciate any and all feedback!
Thank you very much!
Kira
Beta Was this translation helpful? Give feedback.
All reactions