starcall.io
index
/home/nicho/starcall-docs/starcall/io.py

 
Modules
       
imageio.v3
numpy
tifffile
starcall.utils

 
Classes
       
builtins.object
MemMap

 
class MemMap(builtins.object)
    MemMap(path)
 
A memory mapped image file that allows the memory to be freed
when use is done
 
  Methods defined here:
__array__(self)
__getattr__(self, name)
__init__(self, path)
Initialize self.  See help(type(self)) for accurate signature.
free(self)
hard_load(self)
soft_load(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)