blob: d0476cd356d8a805cd27e7b1e90270ee43d6914d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
; Number of photons per pulse
beam/fluence = 1.0e12
; Radius of X-ray beam
beam/radius = 10.0e-6
; Photon energy in eV
beam/photon_energy = 9340.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
; Beam divergence in radians
beam/divergence = 0.008
; Reciprocal space profile radius in m^-1
profile_radius = 0.001e9
|