skued.imibread

skued.imibread(filepath)

Generator of images contained in a Merlin Image Binary file as NumPy arrays.

Parameters:

filepath (str) – Path to the Merlin Image Binary file.

Yields:

im (~numpy.ndarray, ndim 2) – NumPy array of the Merlin Image Binary.

See also

mibread

Extract images from a MIB file as a dense NumPy array