Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Lineage analysis

quantumjot edited this page Apr 18, 2019 · 4 revisions

Lineage analysis

Lineage trees can be generated from tracking data using the LineageTree class from the analysis module:

import analysis

# create the lineage trees from an XML file from the tracker
trees = analysis.LineageTree.from_xml('./examples/tracks_type1.xml')
trees.create()

# plot them 
trees.plot()

Clone this wiki locally