Slashdot Mirror


The Forgotten Huygens Experiment

jdray writes "An experiment onboard the Huygens probe didn't run as planned because someone forgot to turn it on. The team lead for the experiment has put eighteen years of his life into the project, just to watch it not happen after a seven year ride to its destination on Titan."

11 of 556 comments (clear)

  1. Re:Only one word can be used to describe this... by rokzy · · Score: 3, Informative

    D'oh comes from a Laurel and Hardey character. but Homer's version is a lot quicker because animation time is valuable.

  2. Re:Redundancy... by Anonymous Coward · · Score: 4, Informative

    David Southwood (the ESA head of science) was the one who said so - he said "That's scientists trying to screw the system. We don't have redundant systems to get more data down, we have redundant systems for redundancy." http://www.newscientist.com/channel/space/mg185248 33.700

  3. Nothing was lost, all data is safe by thesp · · Score: 5, Informative

    The article isn't quite correct. A fuller description would take a while to type, so I summarise:

    Two redundant radio channels were used to get data from the lander to the orbiter, which relays the data to earth. The signal for the orbiter to start listening on the high-sensitivity channel, channel A, was never given. The data was transmitted redundantly on both channels, except for images and the output of the Doppler wind speed experiment. Fortunately, all was not lost, as scientists donated radio telescope time around the earth to search directly for the A signal, despite it not being relayed via the orbiter. Thanks to this increase in sensitivity, the data acquired was good enough to fulfill all objectives of all experiments.

    So everyone can relax and get one with the analysis...

  4. Latest results from analysis by zrq · · Score: 5, Informative
    The Huygens team held a press conference this morning and presented some of the results of their analysis so far.

    The first scientific assessments of Huygens' data were presented during a press conference at ESA head office in Paris on 21 January.

    Results include:
    • Geological evidence for precipitation, erosion, mechanical abrasion and other fluvial activity says that the physical processes shaping Titan are much the same as those shaping Earth
    • Huygens' data provide strong evidence for liquids flowing on Titan. However, the fluid involved is methane.
    • ... while many of Earth's familiar geophysical processes occur on Titan, the chemistry involved is quite different. Instead of liquid water, Titan has liquid methane. Instead of silicate rocks, Titan has frozen water ice. Instead of dirt, Titan has hydrocarbon particles settling out of the atmosphere, and instead of lava, Titanian volcanoes spew very cold ice ...
  5. Re:D'oh by SamSim · · Score: 5, Informative

    Roughly five to ten O's have been omitted. Homer's trademark expression was voice actor Dan Castellaneta's interpretation "[ANNOYED GRUNT]" (which is how "D'oh!" has always been written in scripts for Simpsons episodes). It's based on the "Dooooooooooh!" from the Laurel and Hardy routines, only shortened considerably. Source

  6. Re:Shame they were only black and white. by mikael · · Score: 3, Informative

    They use monochrome images for a very good reason.

    To capture a colour image using CCD arrays, there are the cheap, the expensive and economic ways. The cheap way (consumer cameras) is to place itty-bitty colour filters over the entire CCD array. In this way each cell captures either red,green,blue or white.
    The expensive way is to have separate CCD chips for every wavelength of light you want to capture.

    However, when an image is captured by a CCD array, there is a very small amount of bleed from one CCD pixel into it's neighbours. You can compensate for this by making use of image process techniques like convolution/sharpening. But these methods are completely useless with the cheap way of capturing colour images (each of RGBW will have blended with its neighbours of a different colour).

    This can be done with the expensive way (professional digital cameras), but you are restricted to three wavelengths of light.

    Alternatively, you can have one CCD chip, and a series of calibrated colour filters that can be swapped over. In that way you, have a low energy budget of one CCD chip, and the flexbility of analysing a scene in multiple light wavelengths, each of which can be processed separately.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  7. Re:Shit DOES happen...and HAS happened. by penguinsula · · Score: 3, Informative
    Complex system interactivity and tight coupling have caused accidents in many industries and in the transport sector.

    Charles Perrow has an excellent analysis of those type of accidents in Nuclear Plants, Petrochemical industries, Aircraft & Airways, Dams etc.

    (Normal Accidents: Living with High-Risk Technologies, by Charles Perrow, Basic Books, NY, 1984.) http://oak.cats.ohiou.edu/~piccard/entropy/perrow. html

    Most of these accidents and failures were not the result of lack of money or due to operator error. In this case, I doubt it was a simple as forgetting to push a button on a control panel. This is not an excuse, but a reasonable explanation for a whole range of accidents involving complex systems.

  8. Re:Only one word can be used to describe this... by NearlyHeadless · · Score: 3, Informative
    Although it's been mentioned before on Slashdot, it's nice to remember the total data loss that was avoided by averted by Boris Smeds discovering a huge problem early enough to do something about it.

    (I was reminded of this by a story on NPR this morning.)

  9. Re:D'oh by Anonymous Coward · · Score: 4, Informative

    The french spoken in France and elsewhere is quite modern...in small town Quebec they speak a 200-year-old variant almost...it's quite unpalatable to the french ear really.

  10. Re:Redundancy... by arkanes · · Score: 3, Informative
    Science is about quality not quantity, so they were wrong to do that.

    This is totally false, as an scientist will tell you. Quantity is a characteristic of quality. In this case, splitting the data stream is actually the best choice, because you get both redudency of the communications infrastructure, but you also get redundency of data. The thing to remember is that there was a limited communications window and increasing bandwidth meant that the quality of the data they were going to get back would be greatly increased. They didn't affect redudency because, while they didn't get exactly the same data, they got a working subset of it.

  11. Re:Redundancy... by Tablizer · · Score: 4, Informative

    Perhaps it could be illustrated as follows:

    Assume a probe has the bandwidth to send a total of 8 images on two channels, 4 on each channel, on the way down. Each image will be represented by the digits 1 through 8.

    With exact redundancy:

    A: 1357
    B: 1357

    With alternating redundancy:

    A: 1357
    B: 2468

    With exact redundency, if you receive both channels, you only get 4 total images in the end. With alternating redundancy, if both channels work, you get up to 8 images in the end. But if one fails, you still get 4, just like under exact redundancy. Thus, it seems like the better choice because you get twice as many images if both channels happen to work, but both techniques still send only 4 images if one channel fails.