Skip to content

Commit 50d147c

Browse files
authored
Update Reflectometry-Config-Training-‐-Exercise-1.md
1 parent 95bd21b commit 50d147c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specific_iocs/reflectometry/config_training/Reflectometry-Config-Training-‐-Exercise-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_beamline(macros: Dict[str, str]) -> Beamline:
7979
The first item on our imagined reflectometer is going to be a supermirror. This supermirror will have a few things that need to be added.
8080

8181
### 1. Add a constant for the distance
82-
The supermirror will have a distance from the beam entry point, and this will be constant. Add it in a similar way to the previous constant, using `SM_Z` as a name, and a value of `10.0`.
82+
The supermirror will have a distance from the beam entry point, and this will be constant. Add it in a similar way to the previous constant, using `SM_Z` as a name, and a value of `20.0`.
8383

8484
### 2. Add the supermirror component
8585
The supermirror is considered a component within the beam line model, see above for the definition of this.
@@ -149,7 +149,7 @@ from ReflectometryServer.pv_wrapper import MotorPVWrapper
149149

150150
# Beamline Constants
151151
NATURAL_ANGLE = 90
152-
SM_Z = 10.0
152+
SM_Z = 20.0
153153

154154

155155
def get_beamline(macros: Dict[str, str]) -> Beamline:

0 commit comments

Comments
 (0)