organoid_tracker.visualizer.errors_visualizer module

class organoid_tracker.visualizer.errors_visualizer.ErrorsVisualizer(window: Window, start_position: Optional[Position])

Bases: PositionListVisualizer

Shows all errors and warnings in the experiment. Press Up/Down to go to the next/previous lineage with errors. Press Left/Right to go to the next/previous error in same lineage. Press Delete or Backspace to delete (suppress) the shown error. Press C to change (fix) the data and press E or Escape to exit this view.

get_extra_menu_options() Dict[str, Any]
get_message_no_positions()
get_message_press_right()
get_title(position_list: List[Position], current_position_index: int)