organoid_tracker.visualizer.cell_division_visualizer module

class organoid_tracker.visualizer.cell_division_visualizer.CellDivisionVisualizer(window: Window)

Bases: PositionListVisualizer

Shows cells that are about to divide. Use the left/right arrow keys to move to the next cell division. Press Delete or Backspace to delete the division. This will remove the links to all daughter cells except the closest one. Press M to exit this view.

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