Skip to content

Commit e898e7b

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

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
@@ -1,6 +1,6 @@
11
# Exercise 1 - Parameters, Drivers, Components
22

3-
## Introduction to Reflectomery and Specific Terminology
3+
## Introduction to Reflectometry and Specific Terminology
44

55
![image](refl_beamline_setup.PNG)
66

@@ -62,7 +62,7 @@ def get_beamline(macros: Dict[str, str]) -> Beamline:
6262
The first thing to add to our configuration is the `NATURAL_ANGLE` as per [here](../Reflectometry-Configuration). This defines the angle of movement of the physical components relative to the natural beam which defines our coordinate system, i.e. the angle between the dotted blue line and the dotted grey lines above. Usually this is 90 + 1.5 for TS1, and 90 + 2.3 for TS2 instruments. However, in this training course for now we will assume that the natural beam is level to the floor for simplicity.
6363
The constants which need to be named according to the interactions above do need to be set somewhere. This could be as a set of constants in another file, or simply a block before the definition for `get_beamline`, which is what will be used here. For the training, please set `NATURAL_ANGLE` to `90`.
6464

65-
This is a fixed beamline paramater, so can be set as a constant value in the `FIXED BEAMLINE VALUES` section.
65+
This is a fixed beamline parameter, so can be set as a constant value in the `FIXED BEAMLINE VALUES` section.
6666
```python
6767
def get_beamline(macros: Dict[str, str]) -> Beamline:
6868
#########################

0 commit comments

Comments
 (0)