diff options
Diffstat (limited to 'doc/examples/lcls-xpp-estimate.beam')
-rw-r--r-- | doc/examples/lcls-xpp-estimate.beam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/lcls-xpp-estimate.beam b/doc/examples/lcls-xpp-estimate.beam index 005bde79..0fe866d6 100644 --- a/doc/examples/lcls-xpp-estimate.beam +++ b/doc/examples/lcls-xpp-estimate.beam @@ -1,8 +1,8 @@ ; Number of photons per pulse -beam/fluence = 5.0e12 +beam/fluence = 5.0e13 ; Radius of X-ray beam -beam/radius = 3.0e-6 / 2.0 +beam/radius = 1.5e-6 ; Photon energy in eV beam/photon_energy = 8000.0 @@ -21,4 +21,4 @@ detector/adu_per_photon = 1.0 ; Radius in metres -jet/radius = 3.0e-6 / 2.0 +jet/radius = 1.0e-6 |