orangecontrib.tomwer.widgets.dataportal.PublishProcessedDataOW.PublishProcessedDataOW#
- class orangecontrib.tomwer.widgets.dataportal.PublishProcessedDataOW.PublishProcessedDataOW(*args, captionTitle=None, **kwargs)#
This widget can receive ‘data’ (scan) and but some screenshot to be pushed on GALLERY.
- class Inputs#
- data_portal_processed_datasets = Input(name='data_portal_processed_datasets', type=<class 'tuple'>, handler='add', ...)#
- class Outputs#
- add(value, id=None)#
- default_inputs = Setting "None"#
-
description:
str
= 'Publish processed data to the (ESRF) data portal. \n To execute this you need to be inside the ESRF network'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
PublishICatDatasetTask
- getScan()#
- Return type:
TomwerScanBase | None
- 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_processed_data.svg'# Widget icon path, relative to the defining module.
- id = 'orangecontrib.widgets.tomwer.dataportal.PublishProcessedDataOW.PublishProcessedDataOW'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'tomwer', 'tomo_obj', 'processed data', 'PROCESSED_DATA', 'publish', 'icat', 'icatplus', 'pyicatplus', 'pyicat-plus', 'drac', 'data portal', 'dataportal', 'portal']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'Data Portal Publishing'# 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 #
- task_output_changed()#
Called when the task output has changed
- 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)