organoid_tracker.visualizer.link_and_position_editor module
- class organoid_tracker.visualizer.link_and_position_editor.LinkAndPositionEditor(window: Window, *, selected_positions: Iterable[Position] = ())
Bases:
AbstractEditor
Editor for cell links and positions. Use the Insert or Enter key to insert new cells. • To select a cell, click on it. You can then shift its position using the Shift key, or delete it using the Delete or Backspace key. • If you have selected two cells, the Insert/Enter and Delete/Backspace keys will insert or delete a link between them. • If you have selected one cell and press Insert/Enter in the next or previous time point, a new cell will be inserted
that is linked to the existing one.
These are just the basics, see the user manual for more information on how to use this editor.