mantidimaging.gui.widgets.bad_data_overlay.bad_data_overlay module#
- class mantidimaging.gui.widgets.bad_data_overlay.bad_data_overlay.BadDataCheck(check_function, indicator, overlay, color)[source]#
Bases:
object
- indicator: IndicatorIconView#
- class mantidimaging.gui.widgets.bad_data_overlay.bad_data_overlay.BadDataOverlay[source]#
Bases:
object
Mixin class to be used with MIImageView and MIMiniImageView
- enable_check(name: str, color: list[int], pos: int, func: Callable, message: str, actions: list[tuple[str, Callable]] | None) None [source]#
- enable_nan_check(enable: bool = True, actions: list[tuple[str, Callable]] | None = None) None [source]#
- enable_nonpositive_check(enable: bool = True, actions: list[tuple[str, Callable]] | None = None) None [source]#
- property image_item: ImageItem#
- property viewbox: ViewBox#