Skip to content

Import Trackmate XML files in Python as Pandas dataframe

License

Notifications You must be signed in to change notification settings

hadim/pytrackmate

Repository files navigation

pytrackmate

Build Status PyPI version

Import Trackmate XML files in Python as Pandas dataframe.

Usage

Check the notebook.

Requirements

  • Python 3.6 and above.

Install

pip install pytrackmate

Or you can use Anaconda and conda-forge :

conda config --add channels conda-forge
conda install pytrackmate

License

Under BSD license. See LICENSE.

Authors