orangecontrib.tomwer.widgets.visualization.SampleMovedOW.SampleMovedOW#

class orangecontrib.tomwer.widgets.visualization.SampleMovedOW.SampleMovedOW(*args, captionTitle=None, **kwargs)#

Simple widget exposing two images side by side to see if a sample moved during the acquisition.

Parameters:

parent – the parent widget

class Inputs#
data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='updateScan', ...)#
clear()#
description: str = 'This widget is used to display two scan side by side to know if a sample moved during the acquisition by simple observation.'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of _SampleMovedPlaceHolder

icon: str = 'icons/sampleMoved.svg'#

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.samplemoved'#
keywords: Union[str, List[str]] = ['tomography', 'sample', 'moved', 'visualization']#

Widget keywords, used for finding it in the quick menu.

name: str = 'sample moved'#

Widget name, as presented in the Canvas.

priority: int = 85#

Widget priority, used for sorting within a category.

resizing_enabled = True#

Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)

settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#

Settings handler, can be overridden for context handling.

sizeHint(self) QSize#
updateScan(value)#
want_control_area = False#

Should the widget construct a controlArea?

want_main_area = True#

Should the widget construct a mainArea? (a resizable area to the right of the controlArea)