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

ECEF2ECI #63

Open
sambritton opened this issue Aug 9, 2022 · 1 comment
Open

ECEF2ECI #63

sambritton opened this issue Aug 9, 2022 · 1 comment
Labels
matlab-compare comparing PyMap3D and Matlab outputs

Comments

@sambritton
Copy link

ECEF to ECI velocity conversion
In the tests functions for ECEF/ECI validation values are taken from matlab examples. The functions use position data, but not velocity data.
I found that the resulting velocity was different from that in the matlab documentation after conversion from ECEF to ECI.
I convert (3832 -4024 4837) from ECEF to ECI at datetime (2019, 1, 4, 12)
I expect: (-3384 -4887 4843)
I get: (-3004. -4669. 4842)

Python : 3.9.0
Pymap3d : 2.9.1

@scivision scivision added the matlab-compare comparing PyMap3D and Matlab outputs label Oct 25, 2022
@scivision
Copy link
Member

the pymap3d doesn't convert velocities for ECEF2ECI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
matlab-compare comparing PyMap3D and Matlab outputs
Projects
None yet
Development

No branches or pull requests

2 participants