diff options
author | Thomas White <taw@physics.org> | 2011-03-02 18:49:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:16 +0100 |
commit | d801fac508e3354d9aa2c86966c7c504e4bec65c (patch) | |
tree | 7c277b062ae2155213b87d95db9598e299022428 /doc/examples | |
parent | c708b2162f76a228235983f183f6250dc68522c4 (diff) |
Add beam estimate for LCLS CXI
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/lcls-cxi-9keV.beam | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/examples/lcls-cxi-9keV.beam b/doc/examples/lcls-cxi-9keV.beam new file mode 100644 index 00000000..fb1f94bb --- /dev/null +++ b/doc/examples/lcls-cxi-9keV.beam @@ -0,0 +1,23 @@ + Number of photons per pulse +beam/fluence = 1.0e12 + +; Radius of X-ray beam +beam/radius = 10.0e-6 + +; Photon energy in eV +beam/photon_energy = 9340.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 + +; Beam divergence in radians +beam/divergence = 0.008 + + +; Detector's quantum efficiency +detector/dqe = 1.0 + +; Number of detector ADU per photon +detector/adu_per_photon = 1.0 |