JavaScript Ephemeris - Notes

Last update 11 March 2009

Copyright © Peter Hayes 1999-2009.


USAGE NOTES

Location, Date and Time


BROWSER NOTES

The code has been tested with the following browsers -

REFERENCES

The following references were of use in the coding.

Several people have kindly pointed out errors, suggested improvements and supplied code. The main contributors were Stephane Macrez and Nick Reid.

I used data from the US Naval Observatory to check my results.

I also recommend the heavens-above site for all sorts of astronomical tables and diagrams.

For those who want skymaps I have used and recommend Stellarium free for Mac OS X, Linux and Windows.


DEVELOPMENT HISTORY

Latest changes are also documented on the main page, this is the full history.


Source Notes

If you want to keep your own copy you need to save the files listed below. If you click on the link with the right button you usually find a "save as" or "save target" option on the menu. Please read the copyright notice if you want to use the source on a public web page. Many of the functions have a parameter obs which is an observatory object as defined below. If you write your own code remember that you will need to make a copy (my code shows how) because the object is passed as a reference object.