Monday, March 30, 2009

Velocity direction

This paper could help us with our velocity vector direction issue.

http://www.adass.org/adass/proceedings/adass94/aket.html

Friday, March 20, 2009

Planet Positions from JPL

We found a good paper by E. M. Standish at JPL on Keplerian Elements for Approximate Positions of the Major Planets. This should be useful for initializing our program. However, we still don't know how to calculate the initial velocity vector if a planet is not at aphelion or perihelion. (Does this need to be found computationally?)

Tuesday, March 17, 2009

Adding ELON and ELAT to the code...

Matt and I tried adding the ELON and ELAT values from NASA to the Python code.

Crider3.py

Friday, March 6, 2009

Plotting the Planets

Here is a NASA site for predicting the positions of planets on a given date.

http://cohoweb.gsfc.nasa.gov/helios/planet.html


The accuracy is pretty low. We should try to find something more accurate, I think.