Skip to content

Commit 1afc509

Browse files
authored
Merge pull request #5 from datajoint/chore-canon
minor doc fixes
2 parents 3f20aa2 + aaf88af commit 1afc509

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/user-guide/overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## The Anscombe Transform
44

5-
The Anscombe Transform is a variance-stabilizing transformation specifically designed for data with Poisson noise. In photon-limited imaging, the noise variance equals the signal mean (characteristic of Poisson statistics), which makes compression difficult because different intensity levels have different noise characteristics.
5+
The Anscombe Transform is a variance-stabilizing transformation specifically designed for data with Poisson noise. In photon-limited imaging, the noise variance grows linearly with the signal mean (characteristic of Poisson statistics),
6+
which makes compression difficult because different intensity levels have different noise characteristics.
67

78
### The Problem
89

@@ -93,9 +94,9 @@ The codec is designed for speed:
9394
### Accuracy
9495

9596
The codec is designed to be **nearly lossless** for photon-limited data:
96-
- Typical error: < 1 photon per pixel
97-
- Error scales with `conversion_gain` and quantization (`beta` parameter)
98-
- For well-chosen parameters, reconstruction error is below the noise floor
97+
- Max absolute error: ~ 0.25 noise-sigma per pixel (for `beta=0.5`)
98+
- Error scales with quantization (`beta` parameter)
99+
- For default parameters (`beta=0.5`), the noise variance is increased by a ~1 % with respect to the original noise variance and no bias is introduced.
99100

100101
## When to Use This Codec
101102

@@ -109,10 +110,9 @@ The codec is designed to be **nearly lossless** for photon-limited data:
109110

110111
### Not Recommended ❌
111112

112-
- Data without Poisson noise (e.g., pre-processed images)
113-
- Data where camera parameters are unknown and can't be estimated
114-
- Data with very high dynamic range (> 16-bit)
115-
- Data that has already been normalized or transformed
113+
- Data with non-Poisson or non-stationalry noise (e.g., pre-processed images)
114+
- Data where detector parameters are unknown and can't be estimated
115+
- Data that has been transformed with a non-linear function (e.g. gamma correction)
116116

117117
## Next Steps
118118

0 commit comments

Comments
 (0)