trackastra

Napari plugin for cell tracking with trackastra.

  • Benjamin Gallusser, Martin Weigert

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:

  • 2024-10-22

First released:

  • 2024-05-30

License:

  • Copyright (c) 2024, Martin Wei...

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • numpy
  • scikit-image
  • trackastra
  • napari-ctc-io
  • tox; extra == "testing"
  • pytest; extra == "testing"
  • pytest-cov; extra == "testing"
  • pytest-qt; extra == "testing"
  • napari; extra == "testing"
  • pyqt5; extra == "testing"
Website by the napari team, original design by CZI. Go to napari main website.