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/betabeat/model_creation.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ After clicking on ++"Create New"++ in the [model selection window](#model-select
55
55
56
56
Currently model creation is only implemented in the GUI for the [LHC](#lhc-model-creation) and the [SPS](#sps-model-creation) accelerators.
57
57
58
+
### General
59
+
58
60
They are using **unified window components**, which follow a common structure, described here, and differ in the accelerator specific details, which are explained in the sections below.
59
61
60
62
#### Base
@@ -138,7 +140,6 @@ This can be used to install your own optics modifications.
138
140
Clicking on the ++"Create New"++{.green-gui-button} button will start the model creation.
139
141
If any [extraction](#extraction) is selected, these tasks will run first and they can take a few minutes.
140
142
141
-
142
143
!!! warning "Loading a new Model"
143
144
When the model creation is finished (but before the full-response creation), a popup will ask you if you want to load the model or not.
144
145
Before you see this window, it is not possible to click on the ++"Load"++{.green-gui-button} button in the [model selection window](#model-selection-window), even though its name is already appearing in the list, because the model is not yet fully created.
@@ -152,12 +153,12 @@ If any [extraction](#extraction) is selected, these tasks will run first and the
152
153
</center>
153
154
</figure>
154
155
155
-
#### Tunes
156
+
#### Tunes (LHC)
156
157
157
158
For the LHC the tunes are set by default to `0.28 - 0.01` in horizontal and `0.31 + 0.012` in vertical,
158
159
which are our default tunes for LHC measurements.
159
160
160
-
#### Accelerator
161
+
#### Accelerator (LHC)
161
162
162
163
-**Beam**:
163
164
The beam is pre-defined by the accelerator choosen in the [beam selection window](beam_selection.md).
@@ -172,7 +173,7 @@ of the `acc-models/lhc` repository.
172
173
You can search through the list via regular expression in the **Filter** field.
173
174
-**dpp**: The momentum deviation for the model.
174
175
175
-
#### Extraction
176
+
#### Extraction (LHC)
176
177
177
178
This section allows you to extract the actual settings from the LHC via NXCals
178
179
at the given time UTC at the top if the section.
@@ -214,10 +215,6 @@ This will result in additional `*_best_knowledge.dat` twiss-output files, which
214
215
</center>
215
216
</figure>
216
217
217
-
218
-
219
-
220
-
221
218
### SPS Model Creation
222
219
223
220
<figure>
@@ -227,6 +224,22 @@ This will result in additional `*_best_knowledge.dat` twiss-output files, which
227
224
</center>
228
225
</figure>
229
226
227
+
#### Tunes (SPS)
228
+
229
+
The **fractional tunes** are set by default to some values, that have suited us in the past,
230
+
but as the settings of the SPS can differ quite drastically, you need to check the currently used values in the SPS multiturn application.
231
+
232
+
!!! warning "Integer Tunes"
233
+
The **integer tunes** are set from the filename of the choosen _Strength File_ (below).
234
+
If you want to set them manually, make sure to **first select a strength file and then change the integer tunes**.
235
+
236
+
#### Accelerator (SPS)
237
+
238
+
-**Year**:
239
+
This field is automatically filled by the frist layer of subfolders in the `acc-models/sps` repository.
240
+
-**Strength File**:
241
+
This field is automatically filled by the files in the `strengths` folder within the choosen _year_ of the `acc-models/sps` repository.
242
+
-**Kinetic Energy**: Activate and set the energy at which the accelerator is running in GeV, if needed for your model.
0 commit comments