menus.run_viewer

Classes

RunViewer

A widget for viewing in progress or completed runs, including

Module Contents

Bases: qtpy.QtWidgets.QGroupBox

A widget for viewing in progress or completed runs, including the progress of the solver and the parameters. Output tracks and segmentation are visualized separately in napari layers.

Update the run being viewed. Changes the title, solver status and gap plot, and parameters being displayed.

Args:

run (MotileRun): The new run to display

Create a widget for navigating back to the run editor with different parameters.

Returns:
QWidget: A widget with two buttons: one for navigating back to the

previous run editor state, and one for populating the run editor with the currently viewed run’s parameters.

Emit the edit_run signal with the current run. Used to populate the run editor with the current run’s parameters.

Create a widget containing solver progress and status.

Returns:
QWidget: A widget with a label indicating solver status and

a collapsible graph of the solver gap.

Returns:

pg.PlotWidget: a widget containg an (empty) plot of the solver gap