by henk21cm » Sat Aug 02, 2008 9:21 pm
Chris Peterson wrote:Usually, the most meaningful way to define sensitivity is in terms of signal-to-noise. A low noise camera might collect half as much signal as a high noise camera (that is, the low noise camera is less sensitive to light), but it will still show more detail.
Earlier this season, when the sky was clear (2007-11-17), i did a 15 second exposure on
the Pleiades. The image is rather noisy. So i agree, noise is definitively an important factor.
Chris Peterson wrote:When you stack, you boost the S/N, and therefore you boost the sensitivity. In the stacked image, you will be able to detect fainter features.
With that in mind, next time i see the Pleiades, i'll take a lot of images, and stack them.
Chris Peterson wrote:Generally, electronic image sensors have no lower limit. They simply record a certain percentage of incident photons- typically 30-50% for consumer type devices. The longer you collect, the more signal you have. The minimum signal that you can measure is determined by the noise. It is common to consider a S/N of 3 to mark the threshold of detection.
A CCD is a charge coupled device. Incident photons rip off electrons and as a result one plate of the capacitor get a tiny electric charge. Since the capacitor is etched on a semiconductor surface, it is not an ideal capacitor: it leaks. If the exponential decay time of the RC network is short, compared to the exposure time, the charge dissipates. A lot of charge dissipates as well and as fast as a small charge, but since an exponential decay never reaches zero, the remaining charge of a high charge might be just sufficient to be detected. That was the 'picture' so far. From what you write, i get the idea that thermal exitation is far more important than leak current and leak time.
And about throwing away the color you wrote:This provides a boost in S/N at the expense of the color information. There are some advantages to working with raw frames from the camera, but this is often not possible, or may require specially modified hardware or software.
There is an article on the Codeproject website on the
wrapper class for the Canon API. I'll dig into that article and see whether i can get raw iamges working. The webcam is next.
[quote="Chris Peterson"]Usually, the most meaningful way to define sensitivity is in terms of signal-to-noise. A low noise camera might collect half as much signal as a high noise camera (that is, the low noise camera is less sensitive to light), but it will still show more detail. [/quote]
Earlier this season, when the sky was clear (2007-11-17), i did a 15 second exposure on [url=http://web.inter.nl.net/users/henk21cm/pleiaden.png]the Pleiades[/url]. The image is rather noisy. So i agree, noise is definitively an important factor.
[quote="Chris Peterson"]When you stack, you boost the S/N, and therefore you boost the sensitivity. In the stacked image, you will be able to detect fainter features.[/quote]
With that in mind, next time i see the Pleiades, i'll take a lot of images, and stack them.
[quote="Chris Peterson"]Generally, electronic image sensors have no lower limit. They simply record a certain percentage of incident photons- typically 30-50% for consumer type devices. The longer you collect, the more signal you have. The minimum signal that you can measure is determined by the noise. It is common to consider a S/N of 3 to mark the threshold of detection.[/quote]
A CCD is a charge coupled device. Incident photons rip off electrons and as a result one plate of the capacitor get a tiny electric charge. Since the capacitor is etched on a semiconductor surface, it is not an ideal capacitor: it leaks. If the exponential decay time of the RC network is short, compared to the exposure time, the charge dissipates. A lot of charge dissipates as well and as fast as a small charge, but since an exponential decay never reaches zero, the remaining charge of a high charge might be just sufficient to be detected. That was the 'picture' so far. From what you write, i get the idea that thermal exitation is far more important than leak current and leak time.
[quote="And about throwing away the color you"]This provides a boost in S/N at the expense of the color information. There are some advantages to working with raw frames from the camera, but this is often not possible, or may require specially modified hardware or software.[/quote]
There is an article on the Codeproject website on the [url=https://secure.codeproject.com/KB/audio-video/Canon_camera_wrapper.aspx]wrapper class for the Canon API[/url]. I'll dig into that article and see whether i can get raw iamges working. The webcam is next.