.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.rst
LICENSE.md
MANIFEST.in
Makefile
README.md
build.sh
environment.yml
pyproject.toml
requirements.txt
setup.cfg
tox.ini
.github/workflows/checks.yml
.github/workflows/deploy.yml
.github/workflows/napari-hub-preview.yml
.github/workflows/test.yml
.napari-hub/DESCRIPTION.md
.napari-hub/config.yml
btrack/VERSION.txt
btrack/__init__.py
btrack/_localization.py
btrack/btypes.py
btrack/config.py
btrack/constants.py
btrack/core.py
btrack/dataio.py
btrack/datasets.py
btrack/libwrapper.py
btrack/models.py
btrack/napari.yaml
btrack/utils.py
btrack.egg-info/PKG-INFO
btrack.egg-info/SOURCES.txt
btrack.egg-info/dependency_links.txt
btrack.egg-info/entry_points.txt
btrack.egg-info/requires.txt
btrack.egg-info/top_level.txt
btrack/include/belief.h
btrack/include/defs.h
btrack/include/hyperbin.h
btrack/include/hypothesis.h
btrack/include/inference.h
btrack/include/manager.h
btrack/include/motion.h
btrack/include/tracker.h
btrack/include/tracklet.h
btrack/include/types.h
btrack/include/wrapper.h
btrack/libs/libtracker.DLL
btrack/libs/libtracker.dylib
btrack/libs/libtracker.so
btrack/napari/__init__.py
btrack/napari/reader.py
btrack/optimise/__init__.py
btrack/optimise/hypothesis.py
btrack/optimise/optimiser.py
btrack/src/belief.cu
btrack/src/hyperbin.cc
btrack/src/hypothesis.cc
btrack/src/inference.cc
btrack/src/interface.cc
btrack/src/manager.cc
btrack/src/motion.cc
btrack/src/tracker.cc
btrack/src/tracklet.cc
btrack/src/wrapper.cc
docs/Makefile
docs/about.rst
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/btrack_logo.png
docs/dev_guide/index.rst
docs/user_guide/configuration.rst
docs/user_guide/index.rst
docs/user_guide/installation.rst
docs/user_guide/large_datasets.rst
docs/user_guide/napari.rst
docs/user_guide/saving_tracks.rst
docs/user_guide/simple_example.rst
examples/README.md
examples/example_tracking_pipeline.ipynb
models/cell_config.json
models/particle_config.json
tests/__init__.py
tests/_utils.py
tests/conftest.py
tests/test_config.py
tests/test_examples.py
tests/test_io.py
tests/test_models.py
tests/test_tracker.py
tests/test_tracklets.py
tests/test_utils.py
tests/_test_data/test_data.csv
tests/_test_data/test_graph.json
tests/_test_data/test_ground_truth.json
tests/napari/test_reader.py