pyorbital.get_position函数输出位置向量在ECEF或ECI框架中?

发布于 2025-01-29 13:37:01 字数 329 浏览 2 评论 0 原文

此功能的文档令人惊讶地没有提及坐标框架。有人知道它是哪个吗?谢谢! https:///pyorbital.readorbital.readthedocs.io oreadthedocs.io/en/latest/latest/petest/latest/# pyorbital.orbital.orbital.get_position

The documentation for this function surprisingly doesn't mention the coordinate frame. Does anyone know which it is? Thanks!
https://pyorbital.readthedocs.io/en/latest/#pyorbital.orbital.Orbital.get_position

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风疏影 2025-02-05 13:37:01

我快速查看源代码, https:https:// github。 com/pytroll/pyorbital/blob/main/pyorbital/orbital.py 。他们只是使用SGP4的输出,因此坐标框架将成为日期的Teme。看来他们有自己的SGP4实施。我无法看一眼是否包括Vallado ET的各种调整。 al。实施以使开源版本更加匹配“官方”版本(请参见 https://celestrak.org/publications/aiaa/2006-6753/aiaa-2006-6753.pdf )。

I took a quick peek at the source code at https://github.com/pytroll/pyorbital/blob/main/pyorbital/orbital.py. They are just using the output from SGP4, so the coordinate frame is going to be TEME of Date. It also looks like they have their own implementation of SGP4. I can't tell at a glance whether it includes the various tweaks that Vallado et. al. had implemented to get the open source version to more closely match the "official" version (see https://celestrak.org/publications/AIAA/2006-6753/AIAA-2006-6753.pdf).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文