1

As the title suggests, I need a way to get the percentage of the Moon's disk which is illuminated as a function of time.

There are simple geometrical expressions for the fraction of a sphere illuminated by a collimated coplanar light source, but I need something more physically and geometrically representative of the Sun Earth Moon system.

uhoh
  • 31,151
  • 9
  • 89
  • 293
Arfmann
  • 119
  • 1
  • 3
    When you say "brightness percentage", do you mean "percentage of the Moon illuminated" ? The actual brightness of the Moon is a more complicated function of the distances, the phase angle and atmospheric conditions see e.g. this – astrosnapper May 25 '21 at 18:29
  • Yes, I didn't explain well myself. I'm interested on the percentage of the moon illuminated – Arfmann May 25 '21 at 20:08
  • 2
    I've made an edit to your question incorporating your response in comments. In the future, whenever there's a clarification in comments please go ahead and update your post to reflect it. Close voters and answerers often ignore comments and just view the post. I've made an edit now to reflect your comment and to try to clarify your question. Does this look okay? Please feel free to edit further. – uhoh May 25 '21 at 23:03
  • 1
    Also, what kinds of solutions can you use? For example, could it be a free program you can download? Could it be an on-line website like Horizons (with some explanation of course)? The more you can explain about what you need and what you are doing, the better and more helpful the answers will be to you. Thanks! – uhoh May 25 '21 at 23:04
  • 1
    @uhoh I actually need those percentage to put them on a software that I've made. I have done the calculation to get the moon phase for a specific time, getting the days since new moon (so the age) – Arfmann May 26 '21 at 05:48
  • @Arfmann Well there are different solutions depending on how precise you need it. I can write up a short script in Python that you could rewrite into any other language that should be pretty good for say +/- 100 years from now using only trigonometry, but you need library functions that convert normal dates to Julian dates. Does that sound useful? – uhoh May 26 '21 at 06:04
  • 1
    @uhoh This seems to be fine. I already have a conversion from normal dates to Julian dates that I've made to get the Moon's age. Do you have any source where I could find the calculation to do to get the results? For the precision, let's say something like 2% between two dates ore something like that – Arfmann May 26 '21 at 06:19
  • 1
    I think others may be better at finding something official, let's see what I can do, but I hope others post answers as well! :-) – uhoh May 26 '21 at 06:56

0 Answers0