Categories
General

Uncoordinated

I was mucking about in javascript, simulating geostationary satellites orbiting around the earth. Then I started thinking about simulating moon missions – ie. properly simulating the thrust of (say) the Saturn 5 rocket at various stages of the launch, how the fuel mass decreased and so resulted in increasing acceleration at fixed thrust. There’s plenty of data available about when they lit engines and started roll programmes for the Apollo missions.

Anyhow, this lead me to realise that I’m too earth-centric in my coordinate systems. I need to know where the moon was in 1969 when Apollo 11 took off. Actually, I’m wasn’t even sure which coordinate system you’d measure that in. WGS84, used by GPS sysems, ain’t so much use if you’re flying to the moon! The ICRF is what you need.

It also made me think about a location-a-pedia. Ie. something which tells you where objects were at a certain time. Where was the moon at the instant when Apollo 11 took off? Where was it when Apollo 11 landed? Perhaps for flying sims, you might have historical data about where different commercial flights were at different times. For space sims, you need to know where the objects of the solar system were. Newton’s laws will tell you how they move, but you need a starting point.

(Update: Omg, it’s 2013 and I just used a telnet interface to an online system).

Maybe in 20 years, all objects will be reporting their coordinates (in some galactic coordinate system) to a central database. That way, if you lose your keys, you’d have an easy way to find them. Even if you were on Mars.