Comment 6 for bug 965811

Revision history for this message
Brandon Rhodes (brandon-rhodes) wrote :

By the way, as I work on this issue, I want to double-check our results. I am getting 4.7 arcseconds of difference here in the separation, not the 23 that you got. Could you share your code? I got "0:00:04.7" by adjusting the last few lines to this code:

s1 = ephem.separation((az1, alt1), (az2, alt2)).real
s2 = ephem.separation((ra1, dec1), (ra2, dec2)).real
print ephem.degrees(s2 - s1)