diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/lcls-dec.beam | 5 | ||||
-rw-r--r-- | doc/examples/lcls-june.beam | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/examples/lcls-dec.beam b/doc/examples/lcls-dec.beam index e19709a3..5fe6ea24 100644 --- a/doc/examples/lcls-dec.beam +++ b/doc/examples/lcls-dec.beam @@ -7,6 +7,11 @@ beam/radius = 3.0e-6 / 2.0 ; Photon energy in eV beam/photon_energy = 2000.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 = 0.9 diff --git a/doc/examples/lcls-june.beam b/doc/examples/lcls-june.beam index cc6cf28f..367e9921 100644 --- a/doc/examples/lcls-june.beam +++ b/doc/examples/lcls-june.beam @@ -7,6 +7,11 @@ beam/radius = 3.0e-6 / 2.0 ; Photon energy in eV beam/photon_energy = 2000.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 = 0.9 |