Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading tiff files #154

Open
annie2013 opened this issue Oct 22, 2018 · 3 comments
Open

loading tiff files #154

annie2013 opened this issue Oct 22, 2018 · 3 comments

Comments

@annie2013
Copy link

I am currently running suite2p on matlab. There seems to be a limit of processing data up to 64000 frames. Is there a way to increase that?

@marius10p
Copy link
Collaborator

There is no such limit, but you might have problems with <16GB RAM when you have a lot of neural frames. Another possibility is that all your frames are in a single file (and we don't have incremental tiff loading in the Matlab version yet, but we have it in the Python version).

@annie2013
Copy link
Author

I do have sufficient RAM, although all my frames are in a single file. I suppose that the best way to fix this for now in matlab is to seperate the single file to a couple of smaller ones and save them in the same folder?

@horsto
Copy link

horsto commented Oct 26, 2018

Hi @annie2013, I had the same problem recently (tifs were apparently getting too big, suite2p didn't spit out a warning, realized much later that files got truncated during processing). Splitting the big tif into multiple small parts helped as you suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants