pyEphem 是“sublat”吗?和“亚长”以地心或大地测量给出?
文档说,如果给 pyEpehm 一个 TLE 和一个时间,它将返回以下内容。但是,我无法将返回的“sublat”和“sublon”转换为 ECEF XYZ 并返回 LLA 坐标进行验证。当我转换回来时,经度会被保留,但对于不同的测试,纬度会偏离约 20 度。我正在使用经过 GPS 星历验证的函数,并且我非常有信心 LLA 到 ECEF 及其返回适用于这些参数。这里还发生了其他事情。有谁知道“sublat”和“sublon”是否以地心表示?
在人造卫星上,还规定: 卫星下方的地理点: sublat — 纬度 (+N) 亚长 — 经度 (+E) 海拔 - 海拔高度(米) range - 观察者到卫星的距离(米)
The documentation says that if pyEpehm is given a TLE and a time it will return the following. However, I'm having no luck converting the returned 'sublat' and 'sublon' to ECEF XYZ and back to LLA coordinates to verify. When I convert back the longitude is preserved but the latitude is off by about ~20 degrees for different tests. I am using functions that are verified with GPS ephemeris and I am very confident that the LLA to ECEF and back works for those parameters. Something else is going on here. Does anybody know if 'sublat' and 'sublon' are given in geocentric??
On artificial satellites, also sets:
Geographic point beneath satellite:
sublat — Latitude (+N)
sublong — Longitude (+E)
elevation — Height above sea level (m)
range — Distance from observer to satellite (m)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们位于地心坐标中。
They're in geocentric coordinates.