Update find_er_attitude test for yaw sign change in get/apply sun_pit… #206
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This updates the tests of
find_er_attitude
to reflect the new yaw sign convention introduced in sot/ska_sun#37. All thedyaw
values are just flipped in sign but there are no other functional changes.The test import of
Ska.Sun
was changed toska_sun
.Requires
Interface impacts
The
dyaw
column in theatt_opts
table will be flipped in sign from the previous results. This is a good thing since it now reflects directly what we would tell mission planning and engineers for a yaw bias maneuver. I.e.dyaw = +5 deg
would imply creating a command load using a positive yaw bias rate input.Testing
Unit tests
Independent check of unit tests by Jean
Functional tests
No functional testing.