delta.utilities.Lineage.update

Lineage.update(cell: Optional[int], frame: int, attrib: List[int] = [], poles: List[Tuple[ndarray[Any, dtype[int16]], ndarray[Any, dtype[int16]]]] = []) None

Attribute cell from previous frame to cell(s) in new frame.

Parameters
cellint or None

Cell index in previous frame to update. If None, the cells in the new frame are treated as orphans.

frameint

Frame / timepoint number.

attriblist of int, optional

Cell index(es) in current frame to attribute the previous cell to. The default is [].

poleslist of tuples of 2 1D numpy arrays, optional

List of poles for the cells in the new frame. The default is [].

Returns
None.