mantidimaging.gui.windows.operations.filter_previews module¶
- class mantidimaging.gui.windows.operations.filter_previews.Coord(row, col)¶
Bases:
tuple
- col¶
Alias for field number 1
- row¶
Alias for field number 0
- class mantidimaging.gui.windows.operations.filter_previews.FilterPreviews(parent=None, **kwargs)[source]¶
Bases:
GraphicsLayoutWidget
- image_after: ImageItem¶
- image_before: ImageItem¶
- image_diff: ImageItem¶
- link_before_after_histogram_scales(create_link: bool)[source]¶
Connects or disconnects the scales of the before/after histograms. :param create_link: Whether the link should be created or removed.