Skip to content

Add spherical harmonics EOT tracker#1973

Merged
FlorianPfaff merged 2 commits into
mainfrom
codex/add-spherical-harmonics-eot-tracker
May 5, 2026
Merged

Add spherical harmonics EOT tracker#1973
FlorianPfaff merged 2 commits into
mainfrom
codex/add-spherical-harmonics-eot-tracker

Conversation

@FlorianPfaff
Copy link
Copy Markdown
Owner

Summary

  • Add a PyRecEst-native SphericalHarmonicsEOTTracker for 3-D star-convex extended-object tracking.
  • Represent the state as center plus raw, unnormalized spherical-harmonic radial extent coefficients, matching the MATLAB tracker convention.
  • Add coefficient packing, real/complex conversion, rotation, raw radius evaluation, MATLAB-equivalent point projection measurement updates, and public exports.
  • Cover the tracker with focused tests for coefficient conversion, raw radius evaluation, measurement projection, updates, row-wise measurements, and zero-rotation prediction.

Validation

  • python -m ruff check src\pyrecest\filters\spherical_harmonics_eot_tracker.py tests\filters\test_spherical_harmonics_eot_tracker.py src\pyrecest\filters\__init__.py
  • python -m ruff format --check src\pyrecest\filters\spherical_harmonics_eot_tracker.py tests\filters\test_spherical_harmonics_eot_tracker.py src\pyrecest\filters\__init__.py
  • pytest -q tests\filters\test_spherical_harmonics_eot_tracker.py
  • pytest -q tests\filters

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 15.98s
✅ JSON prettier 2 0 0 0 0.47s
✅ JSON v8r 2 0 0 3.0s
✅ MARKDOWN markdownlint 28 0 0 0 1.43s
✅ MARKDOWN markdown-table-formatter 28 0 0 0 0.36s
✅ PYTHON bandit 488 0 0 7.94s
✅ PYTHON black 488 3 0 0 12.22s
✅ PYTHON flake8 488 0 0 4.39s
✅ PYTHON isort 488 4 0 0 0.92s
✅ PYTHON mypy 488 0 0 6.49s
✅ PYTHON pylint 488 0 0 109.66s
✅ PYTHON ruff 488 4 0 0 0.09s
✅ REPOSITORY checkov yes no no 23.79s
✅ REPOSITORY gitleaks yes no no 12.49s
✅ REPOSITORY git_diff yes no no 0.08s
✅ REPOSITORY secretlint yes no no 8.37s
✅ REPOSITORY syft yes no no 3.2s
✅ REPOSITORY trivy-sbom yes no no 3.64s
✅ REPOSITORY trufflehog yes no no 20.62s
✅ YAML prettier 5 0 0 0 0.55s
✅ YAML v8r 5 0 0 5.22s
✅ YAML yamllint 5 0 0 0.68s

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_BANDIT,PYTHON_MYPY,PYTHON_RUFF,COPYPASTE_JSCPD,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@FlorianPfaff FlorianPfaff marked this pull request as ready for review May 4, 2026 23:56
@FlorianPfaff FlorianPfaff enabled auto-merge (squash) May 4, 2026 23:57
@FlorianPfaff FlorianPfaff merged commit 99da910 into main May 5, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant