You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have users for our IMC visualisation application who have MCDs of 10-15GB for a single ROI, which is beyond the capability of most laptops to load fully into memory. Is there API support to read individual marker arrays from MCD into memory without loading the entire acquisition? Currently, big ome tiff stacks do this much better than reading from IMC files.
The text was updated successfully, but these errors were encountered:
IIRC, acquisition data is fully loaded to memory, including all channels, sorry. Looking at the read_acquisition source code, this should be easy to change to a memory-mapping ("on-disk") based approach, though. Basically, the culprit is here:
We have users for our IMC visualisation application who have MCDs of 10-15GB for a single ROI, which is beyond the capability of most laptops to load fully into memory. Is there API support to read individual marker arrays from MCD into memory without loading the entire acquisition? Currently, big ome tiff stacks do this much better than reading from IMC files.
The text was updated successfully, but these errors were encountered: