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

Fix transformation when it involved multi-barycenter hops #306

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

ChristopherRabotin
Copy link
Member

Summary

There was a bug when the transformation involved multiple barycenter hops. Specifically, one of the barycenter translations was skipped. It is no longer skipped.

Fixes #285 (poorly named branch -- oops).

Architectural Changes

No change

New Features

No change

Improvements

No change

Bug Fixes

There was a bug when the transformation involved multiple barycenter hops.

Testing and validation

Add the LRO test case where the state of LRO wrt the Sun is computed in SPICE and ANISE. Ensure that the position error is exactly zero (and velocity error is less than 1 mm/s).

Documentation

This PR does not primarily deal with documentation changes.

… downloaded

However, if the data cannot be downloaded or the data folder be written to, then an error is still raised. We don't want to hide these errors to the user, only allow rustdocs to build
@ChristopherRabotin ChristopherRabotin merged commit c333755 into master Aug 28, 2024
20 checks passed
@ChristopherRabotin ChristopherRabotin deleted the 283-multi-barycenter branch August 28, 2024 14:41
This pull request was closed.
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.

Transformation through two or more barycenters may be incorrect
1 participant