Closed tmamedzadeh closed 6 years ago
Could you share the diagram you've produced, as well as some sample code to produce it? I'll need to see the "8" shape to be able to guess what might be going on. Thanks!
Sounds like you're either looking at a ground plot, in which a Molniya's ground trace does cross over itself, like an "8" or you might be plotting rotating coordinates when you need to plot non-rotating ones.
On Sat, Jun 2, 2018 at 5:33 PM Brandon Rhodes notifications@github.com wrote:
Could you share the diagram you've produced, as well as some sample code to produce it? I'll need to see the "8" shape to be able to guess what might be going on. Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/brandon-rhodes/python-sgp4/issues/28#issuecomment-394118742, or mute the thread https://github.com/notifications/unsubscribe-auth/ADD9iq5cM2YV7baTvj1aLRBWbagX0HUqks5t4wS4gaJpZM4UWWoZ .
-- Very Respectfully,
Dan CaJacob
I'm looking at 3D and the orbit of Molniya is not elliptic.
I came up with an idea: probably that's because the resulting coordinates are in ECEF. For LEO satellite, as the period is low, the orbit was OK, but it became strange for Molniya.
Probably, I should transform to ECI?
Yes, That it is. Thank you.
I've implemented the SGP4 algorithm. It works OK for LEO satellites.
However, for Molniya 1-29 satellite there is a strange trajectory: it's not elliptic, looks like 8.
Do you have any idea?