You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`zero_level`**: The signal value when no photons are detected. This is the baseline offset in your camera sensor.
105
-
-**`conversion_gain`** (also called `photon_sensitivity`): How many signal units correspond to one photon. For example, if your camera reports 2.5 ADU per photon, use `conversion_gain=2.5`.
112
+
-**`conversion_gain`** (also called `photon_sensitivity`): How many signal units correspond to one photon. For example, if your camera reports 2.5 levels increase in signal per photon, use `conversion_gain=2.5`.
106
113
-**`encoded_dtype`**: The data type for encoded values (default: `uint8`). Use `uint8` for maximum compression.
107
114
-**`decoded_dtype`**: The data type for decoded values (default: inferred from data).
0 commit comments