Replies: 1 comment 9 replies
-
Could you include the plot? You should be able to edit your post, position the cursor, and if you press "Ctrl-V" with the image in your desktop clipboard, then the image should get uploaded to GitHub and included. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to use the library to propagate GPS satellite's position, but the output I get is not corresponding with the real position. Could you help me out if I made any mistakes?
I want to calculation PRN13 satellite position in 2021-11-8 22:45:00 UTC.
The output I get from the code is
Position: (-19961.109688580247, 13546.39913549107, -11089.456691307081)
, which is really different from the real position(-17632.902569, 19792.732070, -1400.735849)
. Both are coordinates in TEME.Sorry I just found the weird part of the plot is because of one mistake within the code.
But the disagreement of the answers shown above still remains.
============================================
[Previous question, solved]
And when I plot the coordinates change in 200 min from epoch, I can see that the coordinates change more and more rapid by time.
Looking forward to your reply.
P.S. I know it's better to use SDP model for long period orbit like GPS satellite, but for my case, the accuracy should be good enough by using SGP4 model.
Beta Was this translation helpful? Give feedback.
All reactions