ccpem/mrcfile

Is there any way this can be used in a lazy way?

markbasham opened this issue · 2 comments

So I may not want to load all the data into ram, maybe just a subset, is there any way this can be accommodated?

Yes, using mrcfile.mmap() instead of mrcfile.open(). See this section of the usage guide for more details, and do ask if anything's not clear!

Brilliant, thanks @colinpalmer managed to totally miss that bit in the docs :$