delta.lineage.Cell#

class delta.lineage.Cell(motherid, first_frame, _daughterids, _features)[source]#

Container for a cell across the movie.

__init__(motherid, first_frame, _daughterids, _features)[source]#

Methods

__init__(motherid, first_frame, ...)

daughterid(frame)

Return the daughter ID at a given frame, or None.

features(frame)

Return the cell features of the cell at a given frame.

poles(frame)

Return the poles of the cell at a given frame: (old_pole, new_pole).

Attributes

frames

Return the range of frame for which this cell is known.

last_frame

Return the last frame on which this cell appears.

motherid

Index of cell's mother

first_frame

Number of first frame of cell existence