E
Erik Magnuson
Guest
Sensors are NOT renders:It is indeed pointless, you will never convince me that a 1 color
render of a complex 36-bit data file has the same dynamic range as
a 36-bit render.
Let's talk about a hypothetical sensor. Sensors measure light by measuring electrical charge. So our unit of measure is going to be electrons. This sensor has a noise floor of 100 electons. That means no matter how little light hits the sensor, it will always read out at least 100 electrons. And let say that this sensor has a saturation limit of 25,500 electrons. Each sensor well cannot hold any more electrons than that as they will spill out into the anti-blooming drains. The sensor's dynamic range is 255:1 or about 8 stops (pretty good sensor, right?) Note that to make the math simple, I'm just dealing with a single color. It does not matter is the 3 colors are stacked or adjacent for this example.
If we use an 8-bit ADC scaled for the full sensor range, then we will measure in units of about 100 electrons. 100 = 1, 200 = 2, ... 25,500 = 255. Now let's use a 12-bit ADC instead scaled for the full sensor range.
So, for the purpose of dynamic range calculations, it does not matter that the 12-bit ADC can measure values like 106 electrons or 212 electrons. The limit OF THE SENSOR is still 8 stops. (Now, I'm not going to go into other sources of noise like how reliably does 106 electrons mean more light than 100 electrons or if units of 100 electrons are enough for a particular use as that has very little to do with dynamic range.)
--
Erik