Wiki source code of Partial Coherence Simulation

Version 15.1 by cpassow on 2020/09/22 14:08

Show last authors
1 In order to simulate the temporal and spectral distribution of SASE pulses there is an easy way based random fluctuations filtered spectrally and temporally.
2
3 The only input parameters are the center wavelength, spectral bandwidth and the pulse duration.
4
5 Below you can find a python implementation (by (% class="twikiNewLink" %)MartinB(%%)) of the partial coherence method as described in:
6
7 (% style="margin-left: 60.0px;" %)
8 **Thomas Pfeifer et al. //Partial-coherence method to model experimental free-electron laser pulse statistics,// Opt. Lett. 35, 3441-3443 (2010);** [[link to the paper>>url:http://dx.doi.org/10.1364/OL.35.003441||shape="rect"]]
9
10 ==
11 Examples: ==
12
13 \\
14
15
16
17 {{view-file att--filename="badge_logo.svg" height="150"/}}
18
19 \\
20
21 \\
22
23 \\
24
25 //CentralEnergy=80 # in eV//
26
27 //bandwidth=0.5 # bandwidth in %//
28
29 //dt_FWHM=10, 30., 70  # FWHM of the temporal duration on average//
30
31
32
33
34 [[image:attach:2020-07-07 16_51_14-Window.png||height="250"]]
35
36 \\
37
38 [[image:attach:2020-07-07 16_53_22-Window.png||height="250"]]
39
40 [[image:attach:2020-07-07 16_52_27-Window.png||height="250"]]
41
42 \\
43
44 \\
45
46 [[attach:GenerateSASE.ipynb]]
47
48 [[attach:GenerateSASE.py]]
49
50 \\
51
52 \\
53
54 \\
55
56 \\
57
58 \\