delta.utilities.Lineage.createcell

Lineage.createcell(frame: int, new_pole: Optional[ndarray[Any, dtype[int16]]] = None, old_pole: Optional[ndarray[Any, dtype[int16]]] = None, mother: Optional[int] = None) int

Create cell to append to lineage list

Parameters
frameint

Frame that the cell first appears (1-based indexing).

new_poletuple of int, optional

Coordinates of the new pole

old_poletuple of int, optional

Coordinates of the old pole

motherint or None, optional

Number of the mother cell in the lineage (1-based indexing). The default is None. (ie unknown mother)

Returns
int

new cell number