You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcstas-comps/contrib/Monochromator_bent_complex.comp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
* This component only differs in the fact that it allows and forces the user
20
20
* to set every single parameter for every single crystal in the crystal array.
21
21
* An exception to this rule is the plane of reflection, for which one can
22
-
* choose a single plane of reflection, and that will work for all crystals
22
+
* choose a single plane of reflection, and that will work for all crystals.
23
23
*
24
24
*
25
25
* %Parameters
@@ -29,7 +29,7 @@
29
29
* xthickness: [m] Thickness of each crystal without bending.
30
30
* radius_x: [m] Radius of the circle the monochromator bends on in the plane. Can be negative.
31
31
* radius_y: [m] Radius of the (very large) circle the monochromator bends on as a side effect of the horizontal bending. The code assumes that it is so small that it does not affect the points of intersection appreciatively of the crystal.
32
-
* plane_of_reflection: [string] The plane of reflection from the material. The list of possible reflections can be seen in the source code.
32
+
* plane_of_reflection: [string] The plane of reflection from the material. The list of possible reflections can be seen in the source code. Each plane must be separated by a ";", like "Si400;Si111".
33
33
* angle_to_cut_horizontal: [degrees] Angle between cut and normal of crystal slab, horizontally
34
34
* mosaicity: [arcmin] Gaussian mosaicity of the crystal. Always the horizontal mosaicity
35
35
* mosaic_anisotropy: [1] Anisotropy of the mosaicity, changes vertical mosaicity to be mosaic_anisotropy*mosaicity
0 commit comments