You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to rotate from the Moon ME frame into J2000, the code does not check to see if the frame 31007 is available as an Euler Parameter.
To Reproduce
Steps to reproduce the behavior:
Load the provided moon_fk.epa and the high precision Moon PA BPC file
Build an Orbit from latlongalt in the Moon ME frame
Attempt to transform this to its J2000 position, and see the error.
Expected behavior
It should correctly compute the rotation.
Platform
Windows
Additional context
Annoyingly, the MOON_ME and MOON_PA frame IDs do not match the ones from the published datasets. Ideally the framework would provide them to avoid having something like:
Bug report
Describe the bug
When trying to rotate from the Moon ME frame into J2000, the code does not check to see if the frame
31007
is available as an Euler Parameter.To Reproduce
Steps to reproduce the behavior:
moon_fk.epa
and the high precision Moon PA BPC fileExpected behavior
It should correctly compute the rotation.
Platform
Windows
Additional context
Annoyingly, the
MOON_ME
andMOON_PA
frame IDs do not match the ones from the published datasets. Ideally the framework would provide them to avoid having something like:The text was updated successfully, but these errors were encountered: