/pytrackmate

Import Trackmate XML files in Python as Pandas dataframe

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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