Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong results .. comparison with gpredict and pyephem #21

Closed
alexschultze opened this issue Apr 7, 2015 · 2 comments
Closed

Wrong results .. comparison with gpredict and pyephem #21

alexschultze opened this issue Apr 7, 2015 · 2 comments

Comments

@alexschultze
Copy link

I recently started to try to compare a specific observation to see how the different free programs perform. I could not get the right value out ouf pypredict. The complete observation Is in the second post here:
https://stackoverflow.com/questions/18763484/wrong-range-rate-with-pyephem/29500861#29500861

Your input is very welcome. :)

@LongHairedHacker
Copy link

I can confirm this.

Comparing with gpredict the timing is off about a few minutes as well as all the peak elevation values.
Based on the sattelite signals I captured, the gepredict values should be correct.

Reading all the bugs in this tracker I came across #9.
Negating the second component of the station tuple yields similar values to gpredict.
(I assume +-2seconsds and +-0.3° can be marked of as rounding errors.)

@jerematt
Copy link
Collaborator

In the stackoverflow post linked, it seems to use a qth of (0,10,0) in the pypredict example even though it uses the observation point of (0,0,0) in gpredict/pyephem? any reason why? Changing the qth to (0,0,0) for pypredict seems to yield the same result as the other tools used.
As for non-zero observation points, then yes issues #9 and #20 apply - the qth uses West rather than East for its second parameter due to the underlying predict implementation.

Closing as a duplicate of #20 (and #9) for the East/West difference, feel free to re-open if that's not correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants