skued.mibread

skued.mibread(filepath)

Read a MIB (Merlin Image Binary) file into a NumPy array.

Parameters:

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

Returns:

im – NumPy array of the Merlin Image Binary. In the case of multi-image files, images will be stacked along axis 2.

Return type:

~numpy.ndarray

See also

imibread

generate images contained in a MIB file.