You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2022. It is now read-only.
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:
importanalysis# create the lineage trees from an XML file from the trackertrees=analysis.LineageTree.from_xml('./examples/tracks_type1.xml')
trees.create()
# plot them trees.plot()