From 0b51b862bca321d465b90a672aaa6028406b6ef7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 25 Oct 2010 16:26:24 +0200 Subject: Add doc/examples/lcls-xpp-estimate.beam --- doc/examples/lcls-xpp-estimate.beam | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/examples/lcls-xpp-estimate.beam (limited to 'doc/examples') 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 -- cgit v1.2.3