scilus / scilpy

The Sherbrooke Connectivity Imaging Lab (SCIL) Python dMRI processing toolbox
Other
54 stars 59 forks source link

Load large fODF volumes using memmaps #957

Open AlexVCaron opened 3 months ago

AlexVCaron commented 3 months ago

While working on #766, we found a spot where a memmap is used to free the coefficients for a single sphere from memory. It made me wonder if there would be a use-case for a memmap backed fODF object in scilpy. I have not hit any barriers yet, but I haven't tested scripts with huge fODF volumes either.