diff options
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 |