skued.diffshow

skued.diffshow(image)

Display an image (from an array or from a file) in an interactive window.

This function requires PyQtGraph to be importable. These are optional dependencies.

Parameters:

image (path-like or array-like) – Image file name or array-like. All file formats supported by skued.diffread are also supported by this function.

:raises ImportError : if PyQtGraph is not available.: