-
Notifications
You must be signed in to change notification settings - Fork 18
Description
After installing mesmerize-core and mesmerize-vis I was able to run "mcorr_cnmf.ipynb" with the "Sue_2x_3000_40_-46.tif" example. However, when loading my own TIFF files, running caiman gives error at the step of "Computing correlation image". After playing around with the number of frames (t) in the "Sue_2x_3000_40_-46.tif" example, I discovered that the same type of error is encountered whenever there is frame < 500. (Note, changing "num_frames_split" in the mcorr_params1 based on what I can find online does not help with this issue)
Below is the error from caiman.run()
ring caiman.run()
Below is the traceback error for "Sue_2x_3000_40_-46.tif" with 499 frames:
This is my first time trying to analyze calcium imaging data and although the user guides and API have much technical information, I am unsure how to link them to biological data/interpretation. Is there any reason why the input images/movies must be >= 500 frames?
- OS: WIndows 10
- mesmerize-core version: 0.4.0. install via pip with python 3.10
- caiman version: 1.11.3
- RAM: 128 GB
- CPU: Intel i9-10940X
- GPU: NVIDIA RTX A4000