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: docs/guis/multiturn/scheduler.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ The scheduler can be found in the `ACDipoleScheduled` tab of the Multiturn GUI,
12
12
</center>
13
13
</figure>
14
14
15
-
# Creating a Kick Schedule
15
+
##Creating a Kick Schedule
16
16
There are two main ways to create a kick schedule:
17
17
18
18
-**Manual Creation**: You can manually create a kick schedule by selecting the button `Create Table` below the table.
19
19
-**Prewritten Schedules**: You can load a prewritten kick schedule from a file by selecting the button `Import .csv` below the table.
20
20
21
21
You can also just edit the template table that is already present in the GUI by changing the `H Amplitude (%)` and `V Amplitude (%)` values in the table. It is not possible to edit the `Index` column. To reset this template table, select the button `Reload from Template` below the table.
22
22
23
-
## Manual Creation
23
+
###Manual Creation
24
24
To manually create a kick schedule, select the button `Create Table` below the table. This will create the following dialog:
25
25
<figure>
26
26
<center>
@@ -33,7 +33,7 @@ The start and end amplitudes are inclusive. The step size tells you how many row
33
33
34
34
The example above will create a table with 4 rows - 3%, 5%, 7%, and 9% for both the horizontal and vertical kick amplitudes. The `Index` column will be filled with the values 1, 2, 3, and 4 respectively.
35
35
36
-
## Prewritten Schedules
36
+
###Prewritten Schedules
37
37
To load a prewritten kick schedule, select the button `Import .csv` below the table. This will open a file dialog where you can select the `.csv` file containing the kick schedule. There exists a small repository of prewritten kick schedules that can be used as a starting point for your measurements, which can be found in the `/user/slops/data/LHC_DATA/OP_DATA/Betabeat/MULTITURN_KICK_SCHEDULES/` directory:
38
38
<figure>
39
39
<center>
@@ -42,7 +42,7 @@ To load a prewritten kick schedule, select the button `Import .csv` below the ta
42
42
</center>
43
43
</figure>
44
44
45
-
# Running a Kick Schedule
45
+
##Running a Kick Schedule
46
46
Once you have created or loaded a kick schedule, it is necessary to setup the horizontal and vertical kick tune deltas. Refer to the [AC-Dipole Measurements](acdipole.md) page for context on what to set these to.
47
47
48
48
Now all the settings are ready, it is possible to run the kick schedule from the very beginning of the table by selecting the button `Acquire with ACDipoleScheduled excitation` at the bottom left of the GUI (highlighted in yellow). This will start the measurement with the first row of the table, and will automatically move to the next row once the measurement is complete.
0 commit comments