.gitignore
.importlinter
.pre-commit-config.yaml
LICENSE
README.md
environment.yml
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/new_algorithm.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi-release.yml
.github/workflows/security-analysis.yml
.github/workflows/virus.yml
docs/cli_reference.md
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.md
docs/_static/adapt_dashboard.jpg
docs/api/cli.rst
docs/api/dashboard.rst
docs/api/modules/acquisition.rst
docs/api/modules/analysis.rst
docs/api/modules/detection.rst
docs/api/modules/index.rst
docs/api/modules/ingest.rst
docs/api/modules/projection.rst
docs/api/modules/tracking.rst
src/adapt/__init__.py
src/adapt/cli.py
src/adapt/api/__init__.py
src/adapt/api/client.py
src/adapt/configuration/__init__.py
src/adapt/configuration/defaults.yaml
src/adapt/configuration/schemas/__init__.py
src/adapt/configuration/schemas/base.py
src/adapt/configuration/schemas/cli.py
src/adapt/configuration/schemas/directories.py
src/adapt/configuration/schemas/initialization.py
src/adapt/configuration/schemas/internal.py
src/adapt/configuration/schemas/materialization.py
src/adapt/configuration/schemas/param.py
src/adapt/configuration/schemas/radar_catalog_schema.sql
src/adapt/configuration/schemas/registry_schema.sql
src/adapt/configuration/schemas/resolve.py
src/adapt/configuration/schemas/user.py
src/adapt/contracts/__init__.py
src/adapt/contracts/analysis.py
src/adapt/contracts/grid.py
src/adapt/contracts/pipeline.py
src/adapt/contracts/projection.py
src/adapt/contracts/segmentation.py
src/adapt/contracts/time.py
src/adapt/contracts/tracking.py
src/adapt/execution/__init__.py
src/adapt/execution/module_registry.py
src/adapt/execution/pipeline_builder.py
src/adapt/execution/graph/__init__.py
src/adapt/execution/graph/builder.py
src/adapt/execution/graph/executor.py
src/adapt/execution/graph/node.py
src/adapt/execution/nodes/__init__.py
src/adapt/execution/nodes/analysis.py
src/adapt/execution/nodes/detection.py
src/adapt/execution/nodes/ingest.py
src/adapt/execution/nodes/projection.py
src/adapt/execution/nodes/tracking.py
src/adapt/gui/__init__.py
src/adapt/gui/dashboard.py
src/adapt/modules/__init__.py
src/adapt/modules/base.py
src/adapt/modules/acquisition/__init__.py
src/adapt/modules/acquisition/module.py
src/adapt/modules/analysis/__init__.py
src/adapt/modules/analysis/module.py
src/adapt/modules/detection/__init__.py
src/adapt/modules/detection/module.py
src/adapt/modules/ingest/__init__.py
src/adapt/modules/ingest/module.py
src/adapt/modules/projection/__init__.py
src/adapt/modules/projection/module.py
src/adapt/modules/tracking/__init__.py
src/adapt/modules/tracking/module.py
src/adapt/persistence/__init__.py
src/adapt/persistence/catalog.py
src/adapt/persistence/registry.py
src/adapt/persistence/repository.py
src/adapt/persistence/track_store.py
src/adapt/persistence/writer.py
src/adapt/runtime/__init__.py
src/adapt/runtime/file_tracker.py
src/adapt/runtime/orchestrator.py
src/adapt/runtime/processor.py
src/adapt/utils/__init__.py
src/adapt/utils/time.py
src/adapt/visualization/__init__.py
src/adapt/visualization/plotter.py
src/arm_adapt.egg-info/PKG-INFO
src/arm_adapt.egg-info/SOURCES.txt
src/arm_adapt.egg-info/dependency_links.txt
src/arm_adapt.egg-info/entry_points.txt
src/arm_adapt.egg-info/requires.txt
src/arm_adapt.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_architecture.py
tests/cli/test_config_command.py
tests/configuration/__init__.py
tests/configuration/test_cli_config.py
tests/configuration/test_cli_precedence.py
tests/configuration/test_config_resolution.py
tests/configuration/test_initialization_run_id.py
tests/configuration/test_rerun_cleanup.py
tests/configuration/test_setup_directories.py
tests/configuration/test_setup_directories_extended.py
tests/configuration/test_userconfig_normalization.py
tests/execution/__init__.py
tests/execution/test_module_registry.py
tests/graph/__init__.py
tests/graph/test_graph.py
tests/gui/__init__.py
tests/gui/test_centroid_to_km.py
tests/gui/test_dashboard_constants.py
tests/gui/test_dashboard_none_guards.py
tests/gui/test_dashboard_rendering.py
tests/helpers/__init__.py
tests/helpers/fake_grid.py
tests/helpers/fake_netcdf.py
tests/modules/__init__.py
tests/modules/conftest.py
tests/modules/acquisition/__init__.py
tests/modules/acquisition/test_downloader_availability.py
tests/modules/acquisition/test_downloader_failures.py
tests/modules/acquisition/test_downloader_historical.py
tests/modules/acquisition/test_downloader_init.py
tests/modules/acquisition/test_downloader_integration.py
tests/modules/acquisition/test_downloader_queue.py
tests/modules/acquisition/test_downloader_realtime.py
tests/modules/acquisition/test_downloader_realtime_availability_window.py
tests/modules/acquisition/test_downloader_run.py
tests/modules/analysis/__init__.py
tests/modules/analysis/test_cell_adjacency.py
tests/modules/analysis/test_cell_analyzer_basic_extract.py
tests/modules/analysis/test_cell_analyzer_centroids.py
tests/modules/analysis/test_cell_analyzer_init.py
tests/modules/analysis/test_cell_analyzer_optional_fields.py
tests/modules/analysis/test_cell_analyzer_utils.py
tests/modules/analysis/test_cell_analyzer_validation.py
tests/modules/detection/__init__.py
tests/modules/detection/test_segmenter_contract.py
tests/modules/detection/test_segmenter_failures.py
tests/modules/detection/test_segmenter_filtering.py
tests/modules/detection/test_segmenter_init.py
tests/modules/detection/test_segmenter_morphology.py
tests/modules/detection/test_segmenter_threshold.py
tests/modules/ingest/__init__.py
tests/modules/ingest/test_loader_core.py
tests/modules/ingest/test_loader_extended.py
tests/modules/projection/__init__.py
tests/modules/projection/test_projector_init.py
tests/modules/projection/test_projector_internal_utils.py
tests/modules/projection/test_projector_projection_basic.py
tests/modules/projection/test_projector_projection_configs.py
tests/modules/projection/test_projector_validation.py
tests/modules/tracking/__init__.py
tests/modules/tracking/test_track_id_deterministic.py
tests/modules/tracking/test_tracker_scan_local_outputs.py
tests/persistence/__init__.py
tests/persistence/test_data_repository.py
tests/persistence/test_radar_catalog_schema.py
tests/persistence/test_registry_radar_location.py
tests/persistence/test_repository_registers_radar_location.py
tests/persistence/test_track_store.py
tests/runtime/__init__.py
tests/runtime/conftest.py
tests/runtime/test_file_tracker.py
tests/runtime/test_orchestrator.py
tests/runtime/test_orchestrator_historical_shutdown.py
tests/runtime/test_processor_core.py
tests/runtime/test_processor_failures.py
tests/runtime/test_processor_with_fake_grid.py
tests/stories/__init__.py
tests/stories/test_scientist_stories.py
tests/unit/__init__.py
tests/unit/test_edge_cases.py
tests/unit/test_utils_time.py
tests/validation/__init__.py
tests/validation/test_check_functions.py
tests/validation/test_contracts.py
tests/visualization/__init__.py
tests/visualization/test_plotter_error_paths.py