Skip to content

Commit eb45e11

Browse files
committed
update isolated doc pages
1 parent 1cde1bd commit eb45e11

3 files changed

+26
-8
lines changed

tests/raycing/test_asymmetric_xtal.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Reflection from asymmetrically cut crystal
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
6+
See the script: `tests/raycing/test_asymmetric_xtal.py`.
7+
68
A monochromatic beam of *E* = 2840 eV is diffracted by a Si111 crystal with
79
θ\ :sub:`B`\ = 44.132 deg and α = -20.054 deg, which results in *b* = -0.453.
810
@@ -15,8 +17,12 @@
1517
The ray-traced deviation -106 µrad is close to the calculated refractive shift
1618
-105 µrad.
1719
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
2026
2127
"""
2228
__author__ = "Konstantin Klementiev"

tests/raycing/test_backcattering_xtal_Shvydko.py

+3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
Reflectivity from highly asymmetric crystal in backscattering
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
6+
See the script: `tests/raycing/test_backcattering_xtal_Shvydko.py`.
7+
68
A test for the optical scheme from [ShvydkoPRL2006]_, Fig 3.
79
810
.. imagezoom:: _images/shvydko-rc-ver.png
11+
:align: center
912
1013
The blue curve was ray-traced by xrt. The dotted curve is a reconstruction from
1114
Fig. 4 of [ShvydkoPRL2006]_. The dispersion rate was calculated from a linear

tests/raycing/test_undulator_convergence.py

+15-6
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,31 @@
1111
shown below.
1212
1313
.. imagezoom:: _images/B_vs_Z.png
14+
:align: center
1415
1516
The output of `IntegratedSource.test_convergence()` shows convergence of the
1617
calculated intensity signaled by various indicators:
1718
1819
.. 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+
+-----------------+-----------------+
2127
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
2331
:controls:
2432
:loop:
2533
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
2738
28-
.. imagezoom:: _images/Total_flux.png
29-
3039
"""
3140

3241
__author__ = "Konstantin Klementiev, Roman Chernikov"

0 commit comments

Comments
 (0)