mantidimaging.gui.windows.live_viewer.live_view_widget module#

class mantidimaging.gui.windows.live_viewer.live_view_widget.LiveViewWidget[source]#

Bases: GraphicsLayoutWidget

The widget containing the spectrum plot and the image projection.

@param parent: The parent widget

handle_deleted() None[source]#

Handle the deletion of the image.

image: MIMiniImageView#
show_error(message: str | None)[source]#
show_image(image: np.ndarray) None[source]#

Show the image in the image view. @param image: The image to show