Partial Coherence Simulation

Version 24.1 by sndueste on 2021/03/24 15:23

In order to simulate the temporal and spectral distribution of SASE pulses there is an easy way based random fluctuations filtered spectrally and temporally.

The only input parameters are the center wavelength, spectral bandwidth and the pulse duration.

Below you can find a python implementation (by Martin Beye and Christopher Passow) of the partial coherence method as described in:


Examples:

binder_badge.png

CentralEnergy=80 # in eV

bandwidth=0.5 # bandwidth in %

dt_FWHM=10, 30., 70  # FWHM of the temporal duration on average

             

 2020-07-07 16_51_14-Window.png


2020-07-07 16_53_22-Window.png

2020-07-07 16_52_27-Window.png



GenerateSASE.ipynb

GenerateSASE.py