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]
clear()[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: np.ndarray
property image_item: ImageItem
mouse_over(ev)[source]
property other_histograms: List[HistogramLUTItem]
setImage(*args, **kwargs)[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]