Closed Mtkostecki closed 3 years ago
Hello, Is this one of the demos? Your own data?
It's my own (UCLA miniscope v4, avi,, 1000 frames)
What's the dimensionality of your data, and what changes did you make to the demos (or otherwise how are you getting it into Caiman) for load?
Its 608 x 608 x 1000; I just use fnames = ['m13test.avi'] , etc. Motion correction works well.
Otherwise I did not make any changes!
Are you doing it with a single file? Is this something you would mind sharing with us (over dropbox, perhaps)? If that'd work I can share my email for a share.
It started working for no really clear reason (I didn't change anything, just tested for the third time today), thanks anyway!
wt., 24 sie 2021 o 18:10 Pat Gunn @.***> napisał(a):
Are you doing it with a single file? Is this something you would mind sharing with us (over dropbox, perhaps)? If that'd work I can share my email for a share.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flatironinstitute/CaImAn/issues/901#issuecomment-904778498, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALGRZA63AKATXX3LSN26YLLT6O77PANCNFSM5CUTXO7A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
Operating system (Linux/macOS/Windows): Wind
Python version (3.x): 3.7.10
Working environment (Python IDE/Jupyter Notebook/other): Spyder
Which of the demo scripts you're using for your analysis (if applicable): https://github.com/flatironinstitute/CaImAn/blob/master/demos/notebooks/demo_pipeline_cnmfE.ipynb
CaImAn version*: 1.9.1
CaImAn installation process (
pip install .
/pip install -e .
/conda): condaDescribe the issue that you are experiencing Hi! While running cnf in a one photon pipeline I got an error. What may be the cause?
Copy error log below
File "C:\Users\MKOSTE~1\AppData\Local\Temp/ipykernel_17900/3502115709.py", line 2, in
cnm.fit(images)
File "C:\Users\mkostecki\anaconda3\envs\caiman\lib\site-packages\caiman\source_extraction\cnmf\cnmf.py", line 607, in fit indices=indices)
File "C:\Users\mkostecki\anaconda3\envs\caiman\lib\site-packages\caiman\source_extraction\cnmf\map_reduce.py", line 249, in run_CNMF_patches file_res = dview.map_async(cnmf_patches, args_in).get(4294967)
File "C:\Users\mkostecki\anaconda3\envs\caiman\lib\multiprocessing\pool.py", line 657, in get raise self._value
IndexError: index 16 is out of bounds for axis 0 with size 16