mantidimaging.gui.widgets.mi_mini_image_view.view module#

class mantidimaging.gui.widgets.mi_mini_image_view.view.MIMiniImageView(name: str = 'MIMiniImageView', parent: QWidget | None = None, recon_mode: bool = False)[source]#

Bases: GraphicsLayout, BadDataOverlay, AutoColorMenu

add_axis_sibling(sibling: MIMiniImageView)[source]#
add_hist_sibling(sibling: MIMiniImageView)[source]#
bright_levels: None | list[int] = None#
cleanup() None[source]#

Prepare for deletion when no longer needed

clear() None[source]#

Remove all items from the layout and set the current row and column to 0

property histogram: HistogramLUTItem#
property histogram_region#
property image_data: ndarray#
property image_item: ImageItem#
levels: list[float]#
mouse_over(ev)[source]#
property other_histograms: list[HistogramLUTItem]#
setImage(image: ndarray, *args, **kwargs)[source]#
set_brightness_percentiles(percent_low: int, percent_high: int)[source]#
static set_siblings(sibling_views: list[MIMiniImageView], axis=False, hist=False)[source]#
show_details(pos)[source]#
update_sibling_histograms()[source]#
property viewbox: ViewBox#
mantidimaging.gui.widgets.mi_mini_image_view.view.pairwise(iterable)[source]#