Slashdot Mirror


Sharpest Images With "Lucky" Telescope

igny writes "Astronomers from the University of Cambridge and Caltech have developed a new camera that gives much more detailed pictures of stars and nebulae than even the Hubble Space Telescope, and does it from the ground. A new technique called 'Lucky imaging' has been used to diminish atmospheric noise in the visible range, creating the most detailed pictures of the sky in history."

10 of 165 comments (clear)

  1. Compared to adaptive optics? by kebes · · Score: 5, Informative

    One of the main limitations to ground-based optical telescopes (and one of the reasons that Hubble gets such amazing images) is that the atmosphere generates considerable distortion. Random fluctuations in the atmosphere cause images to be blurry (and cause stars to twinkle, of course). The technique they present appears to be taking images at very high-speed. They developed an algorithm that looks through the images, and identifies the ones that happen to not-blurry (hence "lucky"). By combining all the least blurry images (taken when the atmosphere just happened to be not introducing distortion), they can obtain clear images using ground-based telescopes (which are bigger than Hubble, obviously). I imagine the algorithm they've implemented tries to use sub-sections of images that are clear, to get as much data as possible.

    Overall, a fairly clever technique. I wonder how this compares to adaptive optics, which is another solution to this problem. In adaptive optics, a guide laser beam is used to illuminate the atmosphere above the telescope. The measured distortion of the laser beam is used to distort the imaging mirror in the telescope (usually the mirror is segmented into a bunch of small independent sub-mirrors). The end result is that adaptive optics can essentially counter-act the atmospheric distortion, delivering crisp images from ground telescopes.

    I would guess that adaptive optics produces better images (partly because it "keeps" all incident light, by refocusing it properly, rather than letting a large percentage of image acquisitions be "blurry" and eventually thrown away), but adaptive optics are no doubt expensive. The technique presented in TFA seems simple enough that it would be added to just about any telescope, increasing image quality at a sacrifice in acquisition time.

    1. Re:Compared to adaptive optics? by Phanatic1a · · Score: 4, Informative
      ObRTFA: RTFA. It's not used *instead* of adaptive optics, it's used together with adaptive optics.

      The camera works by recording the images produced by an adaptive optics front-end at high speed (20 frames per second or more). Software then checks each one to pick the sharpest ones. Many are still quite significantly smeared but a good percentage are unaffected. These are combined to produce the image that astronomers want. We call the technique "Lucky Imaging" because it depends on the chance fluctuations in the atmosphere sorting themselves out.
  2. You Too Can Get Lucky. by Erris · · Score: 5, Informative

    DIY.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  3. Re:Exposure Time? by gardyloo · · Score: 4, Informative

    Add up 1000 of those frames, and you have a 50 second exposure.

  4. Re:But surely... by drudd · · Score: 4, Informative

    As the previous poster noted, there isn't any atmosphere and thus the technique isn't useful for HST.

    Additionally, while they don't mention details in the article, I presume they have a specially designed camera. This is an old technique, but it's generally limited to very bright objects due to something called readout noise. Basically all CCD's produce an additional signal due to the process of reading out the data. This limits the effectiveness of repeated short observations to sources which are much brigher than this noise, since the noise also grows linearly with the number of images taken.

    To image distant galaxies you typically have to take exposures of one to several hours, and thus this technique isn't useful.

    Doug

    --
    Venn ist das nurnstuck git und Slotermeyer? Ya! Beigerhund das oder die Flipperwaldt gersput!
  5. Many amateurs already do this by szyzyg · · Score: 4, Informative

    THere's several pieces of software which do som parts of this - Registax is what I use, but amateurs usually only have enough aperture to make this work for bright objects like planets. You can take a good quality webcam (the top of the line Phillips webcams are the best bang for yout buck), record some video of a planet through a telescope and then pick out the least distorted images before adding them together to create the final image. Now, the trick is getting the best measurement of which images are undistorted, and getting enough light in each frame while keeping the esposure time short enough to beat the atmosphere.

    Look at the planetary images here for my attempts at this technique.

  6. Comparison to hubble... by Anonymous Coward · · Score: 5, Informative

    TFA mentions that they can achieve images better than Hubble. The sample image they show, of the Cat's Eye Nebula, isn't as sharp as the Hubble image of the same object.

    Probably they can push their technique harder than this initial image suggests (it was mainly comparing the "lucky" image with a conventional, blurry, ground-based image)... But I just thought it would be good to show Hubble's pictures alongside.

  7. Re:But surely... by hazem · · Score: 5, Informative

    Additionally, while they don't mention details in the article, I presume they have a specially designed camera.

    They are using a new kind of CCD that somehow lowers the noise floor. Details are at:
    http://www.ast.cam.ac.uk/~optics/Lucky_Web_Site/LI _Why%20Now.htm

    In fact this site (same basic place) is much more informative than the press release and answers a lot of questions:
    http://www.ast.cam.ac.uk/~optics/Lucky_Web_Site/in dex.htm

  8. Blue Peter for non-Brits by ackthpt · · Score: 4, Informative

    using 'Blue Peter' technology

    Blue Peter is a BBC childrens show. Blue Peter Technology is effectively something so simple a child could do it.

    --

    A feeling of having made the same mistake before: Deja Foobar
  9. Re:Lucky Imaging by theckhd · · Score: 4, Informative
    From this paper, which is linked to in the Wikipedia article:

    The frame selection algorithm, implemented (currently) as
    a post-processing step, is summarised below:
    1. A Point Spread Function (PSF) guide star is selected as a
    reference to the turbulence induced blurring of each frame.
    2. The guide star image in each frame is sinc-resampled by a
    factor of 4 to give a sub-pixel estimate of the position of the
    brightest speckle.
    3. A quality factor (currently the fraction of light concentrated
    in the brightest pixel of the PSF) is calculated for each
    frame.
    4. A fraction of the frames are then selected according to their
    quality factors. The fraction is chosen to optimise the tradeoff
    between the resolution and the target signal-to-noise ratio
    required.
    5. The selected frames are shifted-and-added to align their
    brightest speckle positions.
    (bolding mine)

    So it looks like each frame is shifted as a whole rather than each individual pixel. Which makes sense from the description of the process, since the theory is that the images you're picking in the Lucky Imaging technique are high-quality images with a random offset due to the atmosphere.