tomwer.gui.control.observations.ScanObservation#

class tomwer.gui.control.observations.ScanObservation(parent)#

Widget used for the scans observation

HEADER = ('acquisition', 'status', 'N projections', 'type')#
addObservation(scan)#
Parameters:

scan – the scan observed

clear()#
property onGoingObservations#
removeObservation(scan)#
Parameters:

scan – the scan removed

setOnGoingObservations(onGoingObservations)#

will update the table to display the observations contained in onGoingObservations

Parameters:

onGoingObservations – the obsevations observed to display

update(scan, status)#
Parameters:
  • scan (str) – the updated scan

  • status (str) – the status of the updated scan