Replies: 1 comment 1 reply
-
Correct — the planetary magnitude code is based on this paper: https://arxiv.org/pdf/1808.01973 — which does not include a mathematical model for Pluto. If we ever run across a recent paper giving a magnitude model for Pluto, I would be happy to toss the formula into Skyfield, though! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
I'm definitely wrong, but this code
print('Visual magnitude %.2f' % planetary_magnitude(apparent))
works here for the planets (Mercury-Neptune), but not with Pluto.
Can it be done? Where am I wrong?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions