skued.dmread

skued.dmread(filepath)

Read a DM3/DM4 (Digital Micrograph) file into a NumPy array.

New in version 1.0.1.0.

Parameters:

filepath (path-like) – Path to the DM3/DM4 file.

Returns:

im – Image as a NumPy array.

Return type:

~numpy.ndarray

See also

diffread

general-purpose image-reading function.