Slashdot Mirror


Australian Astronomers Make Interstellar Hologram

KentuckyFC writes "Australian astronomers say the way a beam of light from a pulsar is scattered by interstellar dust is analogous to the way a hologram is made. But to reconstruct an image of this dust, you've got to know what the light was like before it was distorted. With an impressive piece of computer optimization, these astronomers have worked out the 8000 coefficients that determine the light field and so have been able to produce an image of the interstellar medium (abstract on the physics arXiv)."

6 of 22 comments (clear)

  1. Astronomers make hologram? by BadMrMojo · · Score: 4, Funny

    To be fair, it sounds like the pulsar and the interstellar dust did all the hard work. The Australian astronomers just managed to notice it.

    1. Re:Astronomers make hologram? by Frozen+Void · · Score: 3, Insightful

      Information(such as hologram) doesn't exist outside the context of conscious systems able to interpret it. Light doesn't carry the information, the patterns are arising from temporal changes in light.

    2. Re:Astronomers make hologram? by FooAtWFU · · Score: 3, Interesting

      Information(such as hologram) doesn't exist outside the context of conscious systems able to interpret it. Light doesn't carry the information, the patterns are arising from temporal changes in light. Maybe from the Philosophical standpoint, but there are a variety of other uses of 'information', including some very specific ones in Physics, where it is strongly related to Entropy.
      --
      The World Wide Web is dying. Soon, we shall have only the Internet.
  2. Genetic Algorithm by MozeeToby · · Score: 3, Interesting

    I'm interested in knowing what kind of algorithm they developed to solve this problem. It seems to me like it would be an excellent application of genetic algorithms as it is essentially a giant optimization problem. I sopose that assumes that you can recognize correct results when you see them though.

    1. Re:Genetic Algorithm by jd · · Score: 4, Interesting
      Well, it depends on what exactly was optimized, but this is usually an iterative process where the next step is determined by herustics. So, yes, genetic algorithms would be fine for this. You keep going until whatever variable(s) you're optimizing hit a local minimum (the point at which herustics give up and decide all options will de-optimize the solution). You can either stop there or try another starting point to see if it produces a "better" result. If you keep going, then you've some stopping condition (eg: N successive runs in which no better result was obtained, or you have calculated more than some percent of the minima that system of equations would potentially allow for). If you've not calculated all potential minima, then ultimately "recognition" of correct results will be down to a gut instinct.

      This assumes that the system can't actually be solved or reduced/simplified to one that can without losing too much accuracy. If you can solve it, then all you have is some basic matrix algebra on an 8000x8000 array. Non-trivial, sure, but 4Gb of RAM and a good gaming machine (you want fast maths) would be adequate to crunch such data. Alternatively, an analogue computer would be ideal for a problem like this, as you'd have far greater precision and far greater parallelization. It would also take far more space and cost far more, but the world economy could do with a boost about now.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  3. Like crystallography by sacremon · · Score: 3, Interesting

    It sounds like x-ray diffraction crystallography, where one has a pattern of scattering of an X-ray as it interacts with the atoms in a crystal. The difference here is that in the lab we tend to be dealing with regular crystals as opposed to presumably less organized clouds of dust. There have long been statistical methods for interpreting these data, called Direct Methods.

    --
    If you can't beat them, embrace and extend them.