orangecontrib.tomwer.widgets.cluster.FutureSupervisorOW.FutureSupervisorOW#

class orangecontrib.tomwer.widgets.cluster.FutureSupervisorOW.FutureSupervisorOW(*args, captionTitle=None, **kwargs)#

Orange widget to define a slurm cluster as input of other widgets (based on nabu for now)

class Inputs#
future_in = Input(name='future_tomo_obj', type=<class 'tomwer.core.futureobject.FutureTomwerObject'>, handler='add', ...)#
class Outputs#
data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
volume = Output(name='volume', type=<class 'tomwer.core.volume.volumebase.TomwerVolumeBase'>, ...)#
add(value, id=None)#
convertWhenFinished()#
description: str = 'Observe slurm job registered.'#

Short widget description, displayed in canvas help tooltips.

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

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.cluster.FutureSupervisorOW.FutureSupervisorOW'#
keywords: Union[str, List[str]] = ['tomography', 'tomwer', 'slurm', 'observer', 'cluster', 'job', 'sbatch', 'supervisor', 'future']#

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

name: str = 'future supervisor'#

Widget name, as presented in the Canvas.

priority: int = 22#

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.

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)