aboutsummaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-25 16:26:24 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:03 +0100
commit0b51b862bca321d465b90a672aaa6028406b6ef7 (patch)
tree9149f614712c4c657d63484b85c4f1c878f8f850 /doc/examples
parent0309dfadf55b72023bb9d9131b80a701c211f684 (diff)
Add doc/examples/lcls-xpp-estimate.beam
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/lcls-xpp-estimate.beam24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/examples/lcls-xpp-estimate.beam b/doc/examples/lcls-xpp-estimate.beam
new file mode 100644
index 00000000..005bde79
--- /dev/null
+++ b/doc/examples/lcls-xpp-estimate.beam
@@ -0,0 +1,24 @@
+; Number of photons per pulse
+beam/fluence = 5.0e12
+
+; Radius of X-ray beam
+beam/radius = 3.0e-6 / 2.0
+
+; Photon energy in eV
+beam/photon_energy = 8000.0
+
+; Bandwidth: FWHM(wavelength) over wavelength.
+; Note: current simulation code just uses a rectangular
+; distribution with this as its (full) width.
+beam/bandwidth = 0.001
+
+
+; Detector's quantum efficiency
+detector/dqe = 1.0
+
+; Number of detector ADU per photon
+detector/adu_per_photon = 1.0
+
+
+; Radius in metres
+jet/radius = 3.0e-6 / 2.0