Astrex.Astro.Moon (Astrex v0.5.1)

View Source

This module exports one function that computes the Moon coordinates according to algoritm and QBasic source code from:

http://www.stargazing.net/kepler/moon.html QBasic code. http://stargazing.net/kepler/moon2.html

this is faster than Meeus algoritm and reasonably accurate (4 arcminutes 99% of the times 1 arcmin 50% of times)

Summary

Functions

receives a NaiveDateTime struct returns the Moon's coordinates (RA/DEC) at the specified date/time

Functions

moon(dt)

receives a NaiveDateTime struct returns the Moon's coordinates (RA/DEC) at the specified date/time