Skip to content

Commit 0c1c40b

Browse files
committed
bpm search
1 parent 52cee70 commit 0c1c40b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/guis/betabeat/analysis_panel.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ The `Frequency` tab displays the computed spectrum for every BPM.
147147
In case you only want to see the frequency data of one plane, you can deselcect the other plane by either chosing `None` at the bottom of the list of BPMs
148148
or by right-clicking into the respective list.
149149

150+
!!! tip "Find BPMs"
151+
The BPMs in the list are sorted alphabetically.
152+
Use the text field and the ++"Find BPM"++ button to quickly find BPMs in the list and **automatically select them**.
153+
The text input is based on regular expressions and **all BPMs that match the pattern** in both planes will be selected.
154+
Note that `^.*` and `.*$` will be added automatically to the string to look for your pattern **anywhere** in the BPM name.
155+
150156
### Nattune Updater
151157

152158
- You can set a frequency range and it does not redo the analysis but just picks the highest peak in that range and assigns it to `NATTUNE` in the lin-file.
@@ -190,3 +196,4 @@ The `Frequency` tab displays the computed spectrum for every BPM.
190196
*[PSB]: Proton Synchrotron Booster
191197
*[OMC]: Optics Measurement and Correction
192198
*[BPM]: Beam Position Monitor
199+
*[BPMs]: Beam Position Monitors

docs/guis/betabeat/bpm_panel.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ You can select multiple measurements at once to compare them, but only one BPM p
130130
</center>
131131
</figure>
132132

133+
!!! tip "Find BPMs"
134+
The BPMs in the list are sorted by longitudinal position in model loaded when the file was opened.
135+
Use the text field and the ++"Find BPM"++ button to quickly find BPMs in the list and **automatically select them**.
136+
The text input is based on regular expressions and **the first BPM matching the pattern** will be selected.
137+
Note that `^.*` and `.*$` will be added automatically to the string to look for your pattern **anywhere** in the BPM name.
138+
133139
### Bad BPMs
134140

135141
After [harmonic-analysis](#start-analysis) has been performed, the [bad BPMs][bpm_filtering] will be marked in red in the lists.
@@ -234,3 +240,4 @@ The _Suffix_-field will be automatically set from your suffix-choices in the [_H
234240
*[PS]: Proton Synchrotron
235241
*[PSB]: Proton Synchrotron Booster
236242
*[BPM]: Beam Position Monitor
243+
*[BPMs]: Beam Position Monitors

0 commit comments

Comments
 (0)