Is pyEphem 'sublat' and 'sublong' given in Geocentric or Geodetic?

旧城冷巷雨未停 提交于 2019-12-22 09:53:08

问题


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)


回答1:


They're in geocentric coordinates.



来源:https://stackoverflow.com/questions/8548628/is-pyephem-sublat-and-sublong-given-in-geocentric-or-geodetic

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!