Slashdot Mirror


Pictures of Earth From Mars

11223 writes "Mars Global Surveyor has snapped a picture of Earth from its Mars orbit. This picture, the first of its kind, shows Earth, the Moon, and Jupiter. Earth is visible as a half disc exposing North and South America; apparently the Moon had to be "processed" into the picture."

8 of 290 comments (clear)

  1. Mirror? by Ignorant+Aardvark · · Score: 5, Informative

    Whoa, I was gonna try and mirror these images ... but to no avail! The webserver stopped dead during the subscriber preview time. Oh well, here's a BitTorrent link for everything I was able to get before the site went down:

    BitTorrent images mirror link

  2. Re:Very nice. by polymath69 · · Score: 5, Informative

    Space.com has the pictures, and is not (yet) slashdotted.

    --

    --
    I don't want to rule the world... I just want to be in charge of mayonnaise.
  3. Mirror by realdpk · · Score: 5, Informative

    Or maybe this is "another mirror" by the time I finish posting this. The site is getting pounded hard. This is just the JPEG that was linked to, not the entire site.

    429319 byte JPEG. It's on a beefy connection, have a blast.

    It's really too bad /. doesn't have any consideration for other sites when they post links.

  4. Re:Slashdotted before out of "The Mysterious futur by KrispyKringle · · Score: 5, Informative
    Seems like a good way to test my pII 400:

    mirror here.

    If you can, mirror it somewhere else, too.

  5. Re:Images look funny by antis0c · · Score: 5, Informative

    I downloaded the unprocessed images of Earth. The only difference is Earth is colorized, and the moon brightness is enhanced.

    --

    ..There's a-dooin's a-transpirin'
  6. Re:Very nice. by terkozer · · Score: 5, Informative
    National Geographic has picked up the article as well...

    It can be found here

  7. Celestia by msheppard · · Score: 5, Informative

    Pretty kewl to enter the date/time May 8, 9:00Est, navigate to mars and see the rendered view for yourself. Celstia lets you do this, it's a free solar system simulator. Really high-quality too IMHO. It gets the image pretty close. Make Jupiters moons a little brighter, and the earth is too clear, but it's still an educational exersize... but then again what isn't.

    M@

    --
    Krispy Cream is people
  8. Re:Images look funny by travisbecker · · Score: 5, Informative

    Why does Jupiter look so big in that picture?

    From one of the astronomy programs I have, I was able to get this data for 08-May-2003:

    Earth-Mars range: 1.398e8 km
    Jupiter-Mars range: 9.438e8 km

    Earth radius: 6378.12 km
    Jupiter radius: 71492.35 km

    So using

    size = atan( radius / range )

    we obtain apparent sizes from Mars:

    Jupiter: 0.0043 deg
    Earth: 0.0026 deg

    So Jupiter should be almost twice as big, even though it's almost 7 times farther away. One can probably also figure out the magnification based on the image.

    Travis