.gitignore
.pre-commit-config.yaml
DEVELOPER.md
LICENSE
README.md
justfile
mkdocs.yml
pyproject.toml
.github/workflows/deploy.yml
.github/workflows/docs.yml
.github/workflows/test.yml
docs/features.md
docs/import-flow.md
docs/index.md
docs/assets/logo.svg
docs/stylesheets/extra.css
src/funtracks/__init__.py
src/funtracks/exceptions.py
src/funtracks.egg-info/PKG-INFO
src/funtracks.egg-info/SOURCES.txt
src/funtracks.egg-info/dependency_links.txt
src/funtracks.egg-info/requires.txt
src/funtracks.egg-info/top_level.txt
src/funtracks/actions/__init__.py
src/funtracks/actions/_base.py
src/funtracks/actions/action_history.py
src/funtracks/actions/add_delete_edge.py
src/funtracks/actions/add_delete_node.py
src/funtracks/actions/update_node_attrs.py
src/funtracks/actions/update_segmentation.py
src/funtracks/actions/update_track_id.py
src/funtracks/annotators/__init__.py
src/funtracks/annotators/_annotator_registry.py
src/funtracks/annotators/_compute_ious.py
src/funtracks/annotators/_edge_annotator.py
src/funtracks/annotators/_graph_annotator.py
src/funtracks/annotators/_regionprops_annotator.py
src/funtracks/annotators/_regionprops_extended.py
src/funtracks/annotators/_track_annotator.py
src/funtracks/data_model/__init__.py
src/funtracks/data_model/graph_attributes.py
src/funtracks/data_model/solution_tracks.py
src/funtracks/data_model/tracks.py
src/funtracks/data_model/tracks_controller.py
src/funtracks/features/__init__.py
src/funtracks/features/_edge_features.py
src/funtracks/features/_feature.py
src/funtracks/features/_feature_dict.py
src/funtracks/features/_node_features.py
src/funtracks/features/_regionprops_features.py
src/funtracks/features/_track_features.py
src/funtracks/import_export/__init__.py
src/funtracks/import_export/_import_segmentation.py
src/funtracks/import_export/_name_mapping.py
src/funtracks/import_export/_tracks_builder.py
src/funtracks/import_export/_utils.py
src/funtracks/import_export/_validation.py
src/funtracks/import_export/export_to_geff.py
src/funtracks/import_export/import_from_geff.py
src/funtracks/import_export/internal_format.py
src/funtracks/import_export/magic_imread.py
src/funtracks/import_export/csv/__init__.py
src/funtracks/import_export/csv/_export.py
src/funtracks/import_export/csv/_import.py
src/funtracks/import_export/geff/__init__.py
src/funtracks/import_export/geff/_export.py
src/funtracks/import_export/geff/_import.py
src/funtracks/user_actions/__init__.py
src/funtracks/user_actions/user_add_edge.py
src/funtracks/user_actions/user_add_node.py
src/funtracks/user_actions/user_delete_edge.py
src/funtracks/user_actions/user_delete_node.py
src/funtracks/user_actions/user_update_segmentation.py
src/funtracks/utils/__init__.py
src/funtracks/utils/_zarr_compat.py
tests/conftest.py
tests/actions/test_action_history.py
tests/actions/test_add_delete_edge.py
tests/actions/test_add_delete_nodes.py
tests/actions/test_base_action.py
tests/actions/test_update_node_attrs.py
tests/actions/test_update_node_segs.py
tests/annotators/test_annotator_registry.py
tests/annotators/test_edge_annotator.py
tests/annotators/test_graph_annotator.py
tests/annotators/test_regionprops_annotator.py
tests/annotators/test_track_annotator.py
tests/data_model/test_solution_tracks.py
tests/data_model/test_tracks.py
tests/data_model/test_tracks_controller.py
tests/features/test_feature_dict.py
tests/features/test_node_features.py
tests/import_export/test_csv_export.py
tests/import_export/test_csv_import.py
tests/import_export/test_export_to_geff.py
tests/import_export/test_import_from_geff.py
tests/import_export/test_import_segmentation.py
tests/import_export/test_internal_format.py
tests/import_export/test_name_mapping.py
tests/import_export/test_utils.py
tests/import_export/test_validation.py
tests/user_actions/test_user_actions_force.py
tests/user_actions/test_user_add_delete_edge.py
tests/user_actions/test_user_add_delete_node.py
tests/user_actions/test_user_update_segmentation.py
tests/utils/test_zarr_compat.py