Skip to content

Commit 4062f39

Browse files
authored
Update Reflectometry-Config-Training-‐-Exercise-2.md
1 parent 4006f4f commit 4062f39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ The slits have already been set up with the addition of the `jaws.cmd` during th
2222
You will need to add a constant for the distance to these slits, `S1_Z`, which needs to be set to `10.0`.
2323
You can add slit parameters to your config with a helper method, e.g.:`add_slit_parameters(slit_number=1, include_centres=True)`, for this slit set the centres should be included.
2424
As with the supermirror in the previous exercise add a component for the slits, using `0.0`, `S1_Z`, and the `NATURAL_ANGLE` to set the `PositionAndAngle` of the component.
25-
Add another parameter here, but this time the axis paramter is a `POSITION` related to the height of the slit set.
25+
Add another parameter here, but this time the axis parameter is a `POSITION` related to the height of the slit set.
2626
Add the driver for that parameter pointing at `MTR0301`.
2727

2828
### 2. Add Slit 2
2929
Slit 2 exists on our imaginary beamline after the supermirror.
3030
The slits have already been set up with the addition of the `jaws.cmd` during the setup.
31-
You will need to add a constant for the distance to these slits, `S2_Z`, which needs to be set to `S1_Z + 10`. Whilst these distances can be absoute, they are often given as relative to the previous item on the beamline.
31+
You will need to add a constant for the distance to these slits, `S2_Z`, which needs to be set to `S1_Z + 10`. Whilst these distances can be absolute, they are often given as relative to the previous item on the beamline.
3232
Add the slit parameters to your config with the helper method, including the centres and making sure you set the `slit_number` to `2`.
3333
As previously add a component for these slits, using `0.0`, `S2_Z`, and the `NATURAL_ANGLE` to set the `PositionAndAngle` of the component.
34-
Add another parameter here, but this time the axis paramter is a `POSITION` related to the height of the slit set.
34+
Add another parameter here, but this time the axis parameter is a `POSITION` related to the height of the slit set.
3535
Add the driver for that parameter pointing at `MTR0302`.
3636

3737
### 3. Add the Sample stack
3838
The sample is placed after Slits 2.
3939
We added in the axes for this during the setup via the `axes.cmd`.
4040
Again, a distance will be needed, this time it is `SAMPLE_Z` and should be set to `S2_Z + 10.0`.
41-
Add parameters and drvers for the height, translation, phi, and psi.
41+
Add parameters and drivers for the height, translation, phi, and psi.
4242
The height (or vertical position) is a `POSITION` axis, on motor `MTR0307`, phi (or the pitch) is an `ANGLE` on `MTR0306`, psi (or the roll) is a `PSI` on `MTR0308`, and the translation (or horizontal position) is a `TRANS` on `MTR0305`.
4343
Perhaps counterintuitively, we do not want the sample to change the beam path! While the sample reflects the beam in the physical world, in the reflectometry server this is handled via a special parameter "Theta" which we will talk about more later. We do, however, want this component to track the beam in both height and angle, so it's a `TiltingComponent`.
4444

0 commit comments

Comments
 (0)