Fixed issues with finding rise/set events near the Earth's poles. Avoid assumptions that rise/set is tied to hour angles.
Finished coding the Python version of the gravity simulator. No unit tests have been written yet. Cleaned up documentation in the other languages. Made some functions static that did not need to be members.
Added the function GravitySimulator.update(). Not yet tested.