Replies: 1 comment
-
Hi, I can't answer your question, but I can relate to your experience. I attempted to amend the source code to specify the location, but it led me nowhere. There are numerous functions nested within each other, and you would need to pass the updated value through all of them if you want it as a parameter. Ultimately, I found it much easier to implement a copy-and-remove strategy at the end of each complete processing when running several files in a loop. However, this approach still requires enough space on drive C to save at least one file. I hope you find a solution. There is also a related issue on the main page: #1419. Best wishes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run CaImAn exclusively from a hard drive other than my OS (where python is installed). At the very least, I need to change where the giant memmap temp files are saved. For example, if I run on files from the D drive it keeps sticking the giant 32-bit temp memmap files in C. Can someone please show me the exact code I would use to save the temp files to D instead?
I think the answer might relate to this but it would help to get an example line of code that achieve this:
https://github.com/flatironinstitute/CaImAn/blob/main/caiman/paths.py
Thanks
Beta Was this translation helpful? Give feedback.
All reactions