diff options
author | Thomas White <taw@physics.org> | 2013-01-14 18:21:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-14 18:21:47 +0100 |
commit | 1c82ece5bab805488ac31b3533ee327e030651e0 (patch) | |
tree | 71d84304ab5e667941a8c23eb51abfb269f43102 /doc | |
parent | 6aceddfedb28d7d420e7654e5666688e6032ffed (diff) |
Update example beam files to use HDF5 paths
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/lcls-cxi-9keV.beam | 4 | ||||
-rw-r--r-- | doc/examples/lcls-dec.beam | 4 | ||||
-rw-r--r-- | doc/examples/lcls-june.beam | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/examples/lcls-cxi-9keV.beam b/doc/examples/lcls-cxi-9keV.beam index d0476cd3..5241e04f 100644 --- a/doc/examples/lcls-cxi-9keV.beam +++ b/doc/examples/lcls-cxi-9keV.beam @@ -4,8 +4,8 @@ beam/fluence = 1.0e12 ; Radius of X-ray beam beam/radius = 10.0e-6 -; Photon energy in eV -beam/photon_energy = 9340.0 +; Photon energy in eV (9340 eV, but use individual value from file) +beam/photon_energy = /LCLS/photon_energy_eV ; Bandwidth: FWHM(wavelength) over wavelength. ; Note: current simulation code just uses a rectangular diff --git a/doc/examples/lcls-dec.beam b/doc/examples/lcls-dec.beam index 1f9fe3f6..358f8d44 100644 --- a/doc/examples/lcls-dec.beam +++ b/doc/examples/lcls-dec.beam @@ -4,8 +4,8 @@ beam/fluence = 2.0e11 ; Radius of X-ray beam beam/radius = 1.5e-6 -; Photon energy in eV -beam/photon_energy = 2000.0 +; Photon energy in eV (2 keV) +beam/photon_energy = /LCLS/photon_energy_eV ; Bandwidth: FWHM(wavelength) over wavelength. ; Note: current simulation code just uses a rectangular diff --git a/doc/examples/lcls-june.beam b/doc/examples/lcls-june.beam index 7d95c820..57d5e802 100644 --- a/doc/examples/lcls-june.beam +++ b/doc/examples/lcls-june.beam @@ -5,7 +5,7 @@ beam/fluence = 8.0e12 beam/radius = 1.5e-6 ; Photon energy in eV -beam/photon_energy = 2000.0 +beam/photon_energy = /LCLS/photon_energy_eV ; Bandwidth: FWHM(wavelength) over wavelength. ; Note: current simulation code just uses a rectangular |