Skip to content

Commit adde840

Browse files
committed
model creation sps
1 parent c9a30de commit adde840

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

docs/guis/betabeat/model_creation.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ After clicking on ++"Create New"++ in the [model selection window](#model-select
5555

5656
Currently model creation is only implemented in the GUI for the [LHC](#lhc-model-creation) and the [SPS](#sps-model-creation) accelerators.
5757

58+
### General
59+
5860
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.
5961

6062
#### Base
@@ -138,7 +140,6 @@ This can be used to install your own optics modifications.
138140
Clicking on the ++"Create New"++{.green-gui-button} button will start the model creation.
139141
If any [extraction](#extraction) is selected, these tasks will run first and they can take a few minutes.
140142

141-
142143
!!! warning "Loading a new Model"
143144
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.
144145
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
152153
</center>
153154
</figure>
154155

155-
#### Tunes
156+
#### Tunes (LHC)
156157

157158
For the LHC the tunes are set by default to `0.28 - 0.01` in horizontal and `0.31 + 0.012` in vertical,
158159
which are our default tunes for LHC measurements.
159160

160-
#### Accelerator
161+
#### Accelerator (LHC)
161162

162163
- **Beam**:
163164
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.
172173
You can search through the list via regular expression in the **Filter** field.
173174
- **dpp**: The momentum deviation for the model.
174175

175-
#### Extraction
176+
#### Extraction (LHC)
176177

177178
This section allows you to extract the actual settings from the LHC via NXCals
178179
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
214215
</center>
215216
</figure>
216217

217-
218-
219-
220-
221218
### SPS Model Creation
222219

223220
<figure>
@@ -227,6 +224,22 @@ This will result in additional `*_best_knowledge.dat` twiss-output files, which
227224
</center>
228225
</figure>
229226

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.
230243

231244
[bbgui_issue_202]: https://gitlab.cern.ch/acc-co/lhc/lhc-app-beta-beating/-/issues/202
232245
[acc-models]: https://acc-models.web.cern.ch/acc-models/
@@ -241,3 +254,6 @@ This will result in additional `*_best_knowledge.dat` twiss-output files, which
241254
*[CCC]: Cern Control Center
242255
*[MQTs]: Tuning Trim Quadrupole Magnets of the LHC
243256
*[RBAC]: Role Based Access Control
257+
*[LHC]: Large Hadron Collider
258+
*[SPS]: Super Proton Synchrotron
259+
*[OMC]: Optics Measurement and Correction

0 commit comments

Comments
 (0)