Replies: 2 comments
-
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.
-
Hello! " add the line os.environ['CAIMAN_DATA']='/path/to/new/data/directory' to the demo_pipeline.ipynb (particularly in the first code chunk, where there are similar lines of code towards the bottom). " hope this helps! |
Beta Was this translation helpful? Give feedback.
-
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