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."
D'oh comes from a Laurel and Hardey character. but Homer's version is a lot quicker because animation time is valuable.
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
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...
The first scientific assessments of Huygens' data were presented during a press conference at ESA head office in Paris on 21 January.
Results include:
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
qntm.org
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
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.
(I was reminded of this by a story on NPR this morning.)
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.
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.
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.
Table-ized A.I.