pytrackmate

Import Trackmate XML files in Python as Pandas dataframe.


License
BSD-3-Clause
Install
pip install pytrackmate==1.3.1

Documentation

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