Is there any way this can be used in a lazy way?
markbasham opened this issue · 2 comments
markbasham commented
So I may not want to load all the data into ram, maybe just a subset, is there any way this can be accommodated?
colinpalmer commented
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!
markbasham commented
Brilliant, thanks @colinpalmer managed to totally miss that bit in the docs :$