The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

trackastra

napari-trackastra

Napari plugin for cell tracking with trackastra.

PyPI tests codecov napari hub

A napari plugin for cell tracking with trackastra.

demo

Installation

  1. Please install napari as outlined here.

  2. After that, install the latest version of this plugin from PyPI with:

    pip install napari-trackastra

Notes:

Usage

  • trackastra expects a timeseries of raw images and corresponding segmentations masks as input.
  • We provide some demo data at File > Open Sample > trackastra.
  • Tracked cells can be directly saved to Cell Tracking Challenge format.
  • Results can be drag-and-dropped back into napari for inspection.

Version:

  • 0.1.6

Last updated:

  • 22 October 2024

First released:

  • 30 May 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 12
  • Forks: 1
  • Issues + PRs: 0

Python versions supported:

Operating system:

Requirements:

  • numpy
  • scikit-image
  • trackastra
  • napari-ctc-io