This demo shows the observed and predicted orbits of thirteen stars that were used by astronomers at theKeck/UCLA Galactic Center Group to predict the position of a huge black hole at the center of the Milky Way. This data was provided by Andrea Ghez andJessica Lu.
For lots of further information you could have a look at this UCLA Faculty Research Lecture by Andrea Ghez (see the chunk between the 7th and 51st minute).
- A.Ghez, M.Morris, E.E.Becklin, T.Kremenek and A.Tanner, "The Accelerations of Stars Orbiting the Milky Way's Central Black Hole", Nature 407:349 (2000).
One of the major achievements of the paper was in creating techniques precise enough to follow the motion of individual stars near the center of our galaxy, where the density of stars is incredibly high. Based on these observations, Ghez et al were able to confirm the existence and type of a large black hole there.
Download
Movies
These have been up since May 2005. The modifications made in March 2006 were just modifications of the captions. Here are 800 x 600 movies in MPEG format. (Updated March 14 2006)
- uclastars: AVI (24Mb) MPEG4 (5Mb) MOV (6Mb) M4V/iPod (320x240, 4Mb)DivX (7Mb) Shows observed and extrapolated positions of the stars from 1995 to 2195, then the stars and their orbits in the same time period.
- fromcenter: AVI (6 Mb) MPEG4 (4.5 Mb) MOV (1.5 Mb) M4V/iPod (320x240, 2Mb) Shows the stars as seen from the center of the Milky Way, with a field of view of 150 degrees.
Interactive 4d Model
Here's the Partiview model, it should work on Windows, Linux and OS X. These include GeoWall versions for Windows and Linux. Just unzip the file and read the documentation (or just click on stars.bat if you're running Windows).
The stars and their orbits are shown in a box of length ~0.8 parsecs, or about 15trillion miles. Specifically, the box length is 2 units, where each unit is an "arcsecond distance from the black hole. The center of our galaxy is about 8000 parsecs (or 8 kiloparsecs) from Earth. And at that distance, 1 arcsecond is ~0.04 parsecs = 8000 astronomical units (AU)." (Quote from an email of Jessica Lu, 8 Sep 2004.)
You can turn orbits, stars, and a date ticker on and off. Detailed instructions are in theREADME.html file provided.
How this was made
The researchers (Ghez, Lu) provided the raw data file stars13.dat to Randy Landsberg, Mark SubbaRao and Dinoj Surendran of Cosmus. The file has the x-y-z positions of 13 stars, with every 14th line having the year and time index number. The whole data file has about 15 000 timesteps. This was converted to Partiview format by the not-very-general perl script dat2pv.pl we wrote.
perl dat2pv.pl stars13.dat somename K
Typing the above produces files somename.cf, somename_stars.speck, somename_orbits.cmap and somename_orbits.speck using 1/K of all timesteps. The speed is changed so the total period of the simulation is the same - in this case, 15 seconds.
Improvements are certainly possible; orbits could be made more intelligently so they are smoother and smaller.