tomwer.gui.control.datalistener.DataListenerWidget#
- class tomwer.gui.control.datalistener.DataListenerWidget(parent=None, host_discovery=None)#
Widget to display the bliss acquisition on going and finished
- NB_STORED_LAST_FOUND = 20#
- addAcquisitionObserve(scan)#
- getBlissServerConfiguration()#
- Return type:
dict
- getHost()#
Return server host
- Return type:
str
- getMechanicalFlips()#
- Return type:
tuple[bool,bool]
- getPort()#
Return server port
- Return type:
int
- setAcquisitionEnded(scan, success)#
- setBlissServerConfiguration(config)#
- setCFGFilePath(cfg_file)#
- setHostAndPortToolTip(tooltip)#
- setMechanicalFlips(left_right_flip, up_down_flip)#
- Return type:
None
- setOutputFolder(output_dir)#
- sigAcquisitionEnded#
Signal emitted when an acquisition is ended without errors. Tuple contains (master_file, entry, proposal_file)
- sigActivate#
Signal emitted when the listening start
- sigCFGFileChanged#
Signal emitted when path to the nxtomomill configuration file change
- sigConfigurationChanged#
Signal emitted when the configuration for the bliss client is updated
- sigDeactivate#
Signal emitted when the listening end
- sigMechanicalFlipsChanged#
Signal emitted when the mechanical flips have been changed
- sigServerStopped#
Signal emitted when the server is stopped by a sigkill or sigterm
- sizeHint(self) QSize#
- updateAcquisitionObserve(scan)#