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)."

2 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.

  2. 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)