diff options
author | Thomas White <taw@physics.org> | 2010-10-27 11:37:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:04 +0100 |
commit | 80e6d044ba9237d2778d91bbb585aa93297a135e (patch) | |
tree | 7f46a6b1149513ffe8e467b6ea8e327a27bf326f /doc/examples | |
parent | 4e014737a3546ab9e999fb47ba7184fcb368a88e (diff) |
Add divergence to beam properties
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/lcls-dec.beam | 3 | ||||
-rw-r--r-- | doc/examples/lcls-june.beam | 3 | ||||
-rw-r--r-- | doc/examples/lcls-xpp-estimate.beam | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/examples/lcls-dec.beam b/doc/examples/lcls-dec.beam index 59b8f8f6..21304711 100644 --- a/doc/examples/lcls-dec.beam +++ b/doc/examples/lcls-dec.beam @@ -12,6 +12,9 @@ beam/photon_energy = 2000.0 ; distribution with this as its (full) width. beam/bandwidth = 0.001 +; Beam divergence in radians +beam/divergence = 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 db4ef84b..37e4c3ef 100644 --- a/doc/examples/lcls-june.beam +++ b/doc/examples/lcls-june.beam @@ -12,6 +12,9 @@ beam/photon_energy = 2000.0 ; distribution with this as its (full) width. beam/bandwidth = 0.001 +; Beam divergence in radians +beam/divergence = 0.001 + ; Detector's quantum efficiency detector/dqe = 0.9 diff --git a/doc/examples/lcls-xpp-estimate.beam b/doc/examples/lcls-xpp-estimate.beam index 0fe866d6..c9f3a498 100644 --- a/doc/examples/lcls-xpp-estimate.beam +++ b/doc/examples/lcls-xpp-estimate.beam @@ -12,6 +12,9 @@ beam/photon_energy = 8000.0 ; distribution with this as its (full) width. beam/bandwidth = 0.001 +; Beam divergence in radians +beam/divergence = 0.001 + ; Detector's quantum efficiency detector/dqe = 1.0 |