mantidimaging.gui.windows.recon.image_view module#

class mantidimaging.gui.windows.recon.image_view.ReconImagesView(parent)[source]#

Bases: GraphicsLayoutWidget

cleanup()[source]#
clear_projection()[source]#
clear_recon()[source]#
clear_recon_line_profile()[source]#
clear_sinogram()[source]#
hide_tilt()[source]#

Hides the tilt line. This stops infinite zooming out loop that messes up the image view (the line likes to be unbound when the degree isn’t a multiple o 90 - and the tilt never is) :return:

mouse_click(ev, line: InfiniteLine)[source]#
reset_recon_histogram()[source]#
reset_slice_and_tilt(slice_index)[source]#
set_tilt(tilt: Degrees, pos: int | None = None)[source]#
sigSliceIndexChanged#

pyqtSignal(*types, name: str = …, revision: int = …, arguments: Sequence = …) -> PYQT_SIGNAL

types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.

slice_changed(slice_index)[source]#
slice_line_moved()[source]#
update_projection(image_data: ndarray, preview_slice_index: int, tilt_angle: Degrees | None)[source]#
update_recon(image_data, reset_roi: bool = False)[source]#
update_recon_hist()[source]#
update_sinogram(image)[source]#