A plugin facilitating manual curation of tracking results.
This napari plugin was generated with copier using the napari-plugin-template.
Preliminary installation instructions while the package is not in pypi:
- Create a conda environment:
conda create -y -n gardener-env python=3.10 -c conda-forge
- Activate the environment:
conda activate gardener-env
- Install napari (detailed instructions here: https://napari.org/dev/tutorials/fundamentals/installation.html):
pip install "napari[all]"
- Install the Track-Gardener plugin directly from github:
pip install git+https://github.com/fjorka/track_gardener.git
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
Distributed under the terms of the BSD-3 license, "track-gardener" is free and open source software
If you encounter any problems, please [file an issue] along with a detailed description.