aboutsummaryrefslogtreecommitdiff
path: root/src/parameters-lcls.tmp
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-02-26 17:53:44 +0100
committerThomas White <taw@physics.org>2010-02-26 17:53:44 +0100
commita34f668051317f475c64c7aad6143dda76325fd1 (patch)
tree595a36e4395402f5b8a7d1333e81a7ebae45c199 /src/parameters-lcls.tmp
parentc8d022b01819c81489a9d06fe05aaccb7d057a68 (diff)
Separate DQE and detector gain (to make Poisson noise work)
Diffstat (limited to 'src/parameters-lcls.tmp')
-rw-r--r--src/parameters-lcls.tmp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/parameters-lcls.tmp b/src/parameters-lcls.tmp
index 96b2bc33..50786e03 100644
--- a/src/parameters-lcls.tmp
+++ b/src/parameters-lcls.tmp
@@ -1,8 +1,11 @@
/* Number of photons in pulse */
#define FLUENCE (1.0e13)
-/* Detector's quantum efficiency (ADU per photon, front detector) */
-#define DQE (167.0)
+/* Detector's quantum efficiency */
+#define DQE (0.9)
+
+/* ADU per photon (front detector) */
+#define DETECTOR_GAIN (167.0)
/* Radius of the water column */
#define WATER_RADIUS (3.0e-6 / 2.0)