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/bpm_panel.md
+24-14Lines changed: 24 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,23 +111,27 @@ After selecting one or more files in the table of loaded files, the turn-by-turn
111
111
The charts are [interactive](common_components.md#plotting) and can display either the measured amplitude values over turns for every BPM from the list or display the phase space, which is calculated by two consecutive BPMs.
112
112
You can select multiple measurements at once to compare them, but only one BPM per plane at a time.
113
113
114
-
<figure>
115
-
<center>
116
-
<imgclass="clickImg"src="../../assets/images/betabeat_gui/bpm_turn_by_turn_data.png"width="100%"alt="Turn-by-Turn view of BPM data"/>
117
-
<figcaption>Turn-by-Turn view of BPM data with two measurements selected.</figcaption>
118
-
</center>
119
-
</figure>
114
+
=== "Turn-by-Turn view"
120
115
121
-
<figure>
122
-
<center>
123
-
<imgclass="clickImg"src="../../assets/images/betabeat_gui/bpm_data_phase_space.png"width="100%"alt="Phase space view of BPM data"/>
124
-
<figcaption>Phase space view of BPM data.</figcaption>
125
-
</center>
126
-
</figure>
116
+
<figure>
117
+
<center>
118
+
<img class="clickImg" src="../../assets/images/betabeat_gui/bpm_turn_by_turn_data.png" width="100%" alt="Turn-by-Turn view of BPM data"/>
119
+
<figcaption>Turn-by-Turn view of BPM data with two measurements selected.</figcaption>
120
+
</center>
121
+
</figure>
122
+
123
+
=== "Phase space view"
124
+
125
+
<figure>
126
+
<center>
127
+
<img class="clickImg" src="../../assets/images/betabeat_gui/bpm_data_phase_space.png" width="100%" alt="Phase space view of BPM data"/>
128
+
<figcaption>Phase space view of BPM data.</figcaption>
129
+
</center>
130
+
</figure>
127
131
128
132
### Bad BPMs
129
133
130
-
After [harmonic-analysis](#start-analysis) has been performed, the [bad BPMS][bpm_filtering] will be marked in red in the lists.
134
+
After [harmonic-analysis](#start-analysis) has been performed, the [bad BPMs][bpm_filtering] will be marked in red in the lists.
131
135
Hovering the BPM name will show a tooltip with the reason the BPM was deemed bad.
132
136
_(To be checked: This feature might only work if you re-load the data after the analysis.)_
133
137
@@ -222,4 +226,10 @@ The _Suffix_-field will be automatically set from your suffix-choices in the [_H
0 commit comments