Commit eb45e11 1 parent 1cde1bd commit eb45e11 Copy full SHA for eb45e11
File tree 3 files changed +26
-8
lines changed
3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 3
3
Reflection from asymmetrically cut crystal
4
4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
5
6
+ See the script: `tests/raycing/test_asymmetric_xtal.py`.
7
+
6
8
A monochromatic beam of *E* = 2840 eV is diffracted by a Si111 crystal with
7
9
θ\ :sub:`B`\ = 44.132 deg and α = -20.054 deg, which results in *b* = -0.453.
8
10
15
17
The ray-traced deviation -106 µrad is close to the calculated refractive shift
16
18
-105 µrad.
17
19
18
- .. imagezoom:: _images/0-zzP-source,alpha=-0.350.png
19
- .. imagezoom:: _images/2-zzP-afterXtal,alpha=-0.350.png
20
+ +-------------------+-------------------+
21
+ | |asymXtal_before| | |asymXtal_after| |
22
+ +-------------------+-------------------+
23
+
24
+ .. |asymXtal_before| imagezoom:: _images/0-zzP-source,alpha=-0.350.png
25
+ .. |asymXtal_after| imagezoom:: _images/2-zzP-afterXtal,alpha=-0.350.png
20
26
21
27
"""
22
28
__author__ = "Konstantin Klementiev"
Original file line number Diff line number Diff line change 3
3
Reflectivity from highly asymmetric crystal in backscattering
4
4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
5
6
+ See the script: `tests/raycing/test_backcattering_xtal_Shvydko.py`.
7
+
6
8
A test for the optical scheme from [ShvydkoPRL2006]_, Fig 3.
7
9
8
10
.. imagezoom:: _images/shvydko-rc-ver.png
11
+ :align: center
9
12
10
13
The blue curve was ray-traced by xrt. The dotted curve is a reconstruction from
11
14
Fig. 4 of [ShvydkoPRL2006]_. The dispersion rate was calculated from a linear
Original file line number Diff line number Diff line change 11
11
shown below.
12
12
13
13
.. imagezoom:: _images/B_vs_Z.png
14
+ :align: center
14
15
15
16
The output of `IntegratedSource.test_convergence()` shows convergence of the
16
17
calculated intensity signaled by various indicators:
17
18
18
19
.. imagezoom:: _images/test_convergence.png
19
-
20
- The transverse intensity distribution vs number of nodes:
20
+ :align: center
21
+
22
+ +-----------------+-----------------+
23
+ | |Imap_frames_t| | |Imap_flux_t| |
24
+ +-----------------+-----------------+
25
+ | |Imap_frames_v| | |Imap_flux_i| |
26
+ +-----------------+-----------------+
21
27
22
- .. video:: _videos/Imap_frames.mp4
28
+ .. |Imap_frames_t| replace:: Transverse intensity distribution vs number of nodes
29
+
30
+ .. |Imap_frames_v| video:: _videos/Imap_frames.mp4
23
31
:controls:
24
32
:loop:
25
33
26
- The flux distribution vs number of nodes:
34
+ .. |Imap_flux_t| replace:: Flux distribution vs number of nodes
35
+
36
+ .. |Imap_flux_i| imagezoom:: _images/Total_flux.png
37
+ :loc: lower-right-corner
27
38
28
- .. imagezoom:: _images/Total_flux.png
29
-
30
39
"""
31
40
32
41
__author__ = "Konstantin Klementiev, Roman Chernikov"
You can’t perform that action at this time.
0 commit comments