ECEF from Azimuth, Elevation, Range and Observer Lat,Lon,Alt

后端 未结 1 577
终归单人心
终归单人心 2021-01-03 10:16

I\'m trying to write a basic python script that will track a given satellite, defined with tle\'s, from a given location. I\'m not a asto/orbital person but am trying to bec

相关标签:
1条回答
  • 2021-01-03 10:38

    I feel really dumb but found the issue...

    I was transposing the the latitude and longitude from the site into the PyEphem model (look at line 3-4)...The conversion works currently.

    Let that be a lesson kids. USE GOOD VARIABLE NAMES...don't be lazy like me and lose time trying to find a nonexistent math bug....

    0 讨论(0)
提交回复
热议问题