orangecontrib.tomwer.widgets.icat.PublishProcessedDataOW.PublishProcessedDataOW#

class orangecontrib.tomwer.widgets.icat.PublishProcessedDataOW.PublishProcessedDataOW(*args, captionTitle=None, **kwargs)#

This widget can receive ‘data’ (scan) and but some screenshot to be pushed on GALLERY.

class Inputs#
data = Input(name='data', type=<class 'object'>, handler='data_ewoks_setter', ...)#
metadata = Input(name='metadata', type=<class 'object'>, handler='metadata_ewoks_setter', ...)#
class Outputs#
data_ewoks_setter(value)#
default_inputs = Setting "None"#
description: str = 'Publish processed data to icat. \n For now we expect processed data to be reconstructed volume'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of PublishReconstructedVolumeFromScanTask

getScan()#
Return type:

Optional[TomwerScanBase]

get_task_inputs()#

Default inputs overwritten by inputs from previous tasks

handleNewSignals()#

Invoked by the workflow signal propagation manager after all signals handlers have been called.

Return type:

None

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

Widget icon path, relative to the defining module.

id = 'orangecontrib.widgets.tomwer.icat.PublishProcessedDataOW.PublishProcessedDataOW'#
keywords: Union[str, List[str]] = ['tomography', 'tomwer', 'tomo_obj', 'processed data', 'PROCESSED_DATA', 'publish', 'icat', 'icatplus', 'pyicatplus', 'pyicat-plus']#

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

metadata_ewoks_setter(value)#
name: str = 'Publish processed data to icat'#

Widget name, as presented in the Canvas.

priority: int = 64#

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)

setScan(scan)#
settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#

Settings handler, can be overridden for context handling.

sizeHint(self) QSize#
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)