Slashdot Mirror


Yale Students Capture Asteroid On Film

netringer writes: "Two Yale University students used the WIYN 0.9-meter telescope at Kitt Peak National Observatory to capture a series of still images of asteroid 2002 NY40 on August 15-16, two nights before it made a close flyby of Earth. The still images were made into a cool digital movie that shows the asteroid streaking across the sky over a period of two hours. According to an AP story the students were supposed to looking at some binary stars when they decided to look a the asteroid instead."

8 of 145 comments (clear)

  1. I also got some pictures! by nEoN+nOoDlE · · Score: 5, Funny

    I also took a picture of the asteroid about to hit earth... Here it is

    --
    Don't trust a bull's horn, a doberman's tooth, a runaway horse or me.
    1. Re:I also got some pictures! by cryptor3 · · Score: 3, Funny

      I'm surprised CNN didn't use that same Asteroid Impact image that they've used on almost every "near miss" asteroid story...
      Like here
      here
      here
      here
      here
      and even here

  2. That was no asteroid!! by DoctorFrog · · Score: 4, Funny
    I played the movie several times, and there's only one conclusion. That thing was obviously accelerating and decelerating under power!

    It seemed to be keeping time to "blue Suede Shoes" too, but that's probably just a coincidence. Probably...

  3. Hmph! by I+Love+this+Company! · · Score: 4, Funny

    Making "still images" into a digital movie. Back in my day, if we wanted to see heavens, we had to use Galileo's original telescope model from 1610! And we didn't have movies; each frame had to be hand drawn and the whole stack had to be manually flipped to create motion. Kids today!

    --

    "All art is quite useless."

    --

    "All art is quite useless." -- Oscar Wilde
    1. Re:Hmph! by Russ+Steffen · · Score: 3, Funny

      Telescope, Schmeloscope! In my day if you wanted to see an asteriod you had look up and squint really hard. I once squinted so hard I could see the Red Spot on Jupiter and individual stars in Andromeda. But then my eyes popped.

      You kids and your "telescopes" have it easy.

  4. Finally.. by batobin · · Score: 4, Funny

    Finally, astronomy for people such as myself with small attention spans. This is huge! It's just what the science needs to gain entire new audiences.....whoah! Something shiny!

  5. The movie by Tribbles · · Score: 4, Funny

    foreach $frame (0..100) {
    $image = newImage(128, 128);
    $image.plotRandomStars();
    $image.plot(10 + $frame, 10 + $frame);
    $image.write();
    }

  6. Even better =) by I+Love+this+Company! · · Score: 3, Funny

    CLS
    SCREEN 13
    REM ASTEROIDS ROOL~!

    FOR i% = 1 TO 320 STEP 1
    PSET (i%, 150)
    NEXT i%

    END

    --

    "All art is quite useless." -- Oscar Wilde