aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/examples/lcls-xpp-estimate.geom11
-rw-r--r--src/parameters-xpp.tmp17
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/examples/lcls-xpp-estimate.geom b/doc/examples/lcls-xpp-estimate.geom
new file mode 100644
index 00000000..95f9f79d
--- /dev/null
+++ b/doc/examples/lcls-xpp-estimate.geom
@@ -0,0 +1,11 @@
+n_panels = 1
+
+0/min_x = 0
+0/max_x = 1455
+0/min_y = 0
+0/max_y = 1455
+0/cx = 727.5
+0/cy = 727.5
+0/clen = 0.08 ; 8 cm camera length
+0/res = 18188 ; 110 micron pixel size
+0/badrow_direction = x
diff --git a/src/parameters-xpp.tmp b/src/parameters-xpp.tmp
new file mode 100644
index 00000000..29173ed9
--- /dev/null
+++ b/src/parameters-xpp.tmp
@@ -0,0 +1,17 @@
+/* Number of photons in pulse */
+#define FLUENCE (2.0e11)
+
+/* Detector's quantum efficiency */
+#define DQE (0.9)
+
+/* ADU per photon (front detector) */
+#define DETECTOR_GAIN (1.0)
+
+/* Radius of the water column */
+#define WATER_RADIUS (0.0e-6 / 2.0)
+
+/* Radius of X-ray beam */
+#define BEAM_RADIUS (1.0e-6 / 2.0)
+
+/* Photon energy in eV */
+#define PHOTON_ENERGY (8000.0)