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 = '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()#
Merge default and dynamic inputs producing the inputs mapping used by tasks.
- Returns:
Mapping of input name -> Variable or value (may include missing markers).
- handleNewSignals()#
Invoked by the workflow signal propagation manager after all signals handlers have been called.
- Return type:
None
- icon = 'icons/publish_processed_data.svg'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.widgets.tomwer.dataportal.PublishProcessedDataOW.PublishProcessedDataOW'#
- keywords = ['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 = 'Data Portal Publishing'#
Widget name, as presented in the Canvas.
- priority = 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 = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- sizeHint(self) QSize#
- task_output_changed()#
Default callback invoked when task output changed.
Subclasses may override to react to this event.
- 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)