Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azimuth elevation range model #880

Merged
merged 7 commits into from
Nov 6, 2023

Conversation

Carlson-J
Copy link
Contributor

Created a new measurement model that has as the inputs the Azimuth, Elevation, and Range (see code docs for definitions). This is a format that is used by some airborne radars.

JaredCarlsonImsar and others added 4 commits October 27, 2023 10:30
Added skipping for 2d confidence plot in matplotlib.
Abstracted conversion for azElRng.
stonesoup/models/measurement/tests/test_models.py Outdated Show resolved Hide resolved
Comment on lines 95 to 97
return StateVector([Azimuth(phi), Elevation(theta), rho])

@pytest.mark.parametrize(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return StateVector([Azimuth(phi), Elevation(theta), rho])
@pytest.mark.parametrize(
return StateVector([Azimuth(phi), Elevation(theta), rho])
@pytest.mark.parametrize(

@Carlson-J Carlson-J marked this pull request as ready for review November 2, 2023 20:13
@Carlson-J Carlson-J requested a review from a team as a code owner November 2, 2023 20:13
@Carlson-J Carlson-J requested review from orosoman-dstl and mharris-dstl and removed request for a team November 2, 2023 20:13
@sdhiscocks sdhiscocks merged commit fe88cda into dstl:main Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants