HP Forums

Full Version: Osculating orbital elements of the Moon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This program demonstrates how to interact with a PPL subroutine that calculates the osculating classical orbital elements of the Moon in the mean ecliptic and mean equinox of date coordinate system. This algorithm is based on the book Lunar Tables and Programs From 4000 B.C. TO A.D. 8000 by Michelle Chapront-Touze and Jean Chapront.

The user can provide a UTC date of interest starting at line 48 of the source code as follows

// utc calendar date

month := 1;

day := 1;

year := 1990;

The zipped archive, demo_elp.zip, for this program can be downloaded from

https://www.dropbox.com/s/bs9wnz7tf9eoq7...p.zip?dl=0
Reference URL's