Skip to content

Commit 977a503

Browse files
authored
Update Reflectometry-Config-Training-‐-Exercise-1.md
1 parent e898e7b commit 977a503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ There are different subclasses of Components:
8585
- `Component` just tracks the beam path in height
8686
- `TiltingComponent` tracks the beam path in height and angle
8787
- `ReflectingComponent` tracks the in height and angle and can also change the path of the beam for components further downstream
88-
This will be a `ReflectingComponent`, which can be added using the `add_component` helper method. This will need a `name` and a geometry setup, in this case a `PositionAndAngle` setup will be suitable, setting `x` to `0`, `y` to `z_mirror`, and `angle` to `angle_of_movement`
88+
This will be a `ReflectingComponent`, as it can impact on the direction of the beam. It can be added using the `add_component` helper method. This will need a `name` and a geometry setup, in this case a `PositionAndAngle` setup will be suitable, setting `x` to `0`, `y` to `SM_Z`, and `angle` to `NATURAL_ANGLE`
8989
### 3. Add parameters for the supermirror
9090
Our supermirror has two things which can be varied, its height, and its angle. Each of these will need a parameter to interact with them.
9191
The generic code for adding a parameter is as follows:

0 commit comments

Comments
 (0)