Suite2P icon indicating copy to clipboard operation
Suite2P copied to clipboard

loading tiff files

Open annie2013 opened this issue 7 years ago • 3 comments

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?

annie2013 avatar Oct 22 '18 09:10 annie2013

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).

marius10p avatar Oct 24 '18 22:10 marius10p

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?

annie2013 avatar Oct 25 '18 09:10 annie2013

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.

horsto avatar Oct 26 '18 10:10 horsto