diff options
author | Thomas White <taw@physics.org> | 2010-10-25 16:26:24 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | 0b51b862bca321d465b90a672aaa6028406b6ef7 (patch) | |
tree | 9149f614712c4c657d63484b85c4f1c878f8f850 | |
parent | 0309dfadf55b72023bb9d9131b80a701c211f684 (diff) |
Add doc/examples/lcls-xpp-estimate.beam
-rw-r--r-- | doc/examples/lcls-xpp-estimate.beam | 24 |
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 |