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/analysis_panel.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,7 @@ The buttons at the top of the panel provide functionality to load and remove fil
29
29
30
30
## The Time / Space Tab
31
31
32
-
In the `Time / Space` tab one can examine the phases and amplitudes over the length of the accelerator,
33
-
and can clean the calues if needed.
32
+
In the `Time / Space` tab one can examine the phases and amplitudes over the length of the accelerator (per BPM), and can clean the values if needed.
34
33
35
34
36
35
<figure>
@@ -40,17 +39,17 @@ and can clean the calues if needed.
40
39
</center>
41
40
</figure>
42
41
43
-
44
-
!!! warning "Default Bounds"
45
-
The cleaning will check if the ratio of remaining data-points is inside predefined bounds to **prevent accidental removal of too much data**.
46
-
This ratio, as well as the default value for the `sigmas` and `limit` parameter can be changed by [giving them through the `bbgui_user.properties` file][additional_defaults].
47
-
48
42
!!! tip "Deselection"
49
43
In case you only want to see the data of one plane, you can deselcect the other plane by either chosing `None` at the bottom of the list
50
44
or by right-clicking into the respective list.
51
45
52
46
### Cleaning
53
47
48
+
!!! warning "Default Bounds"
49
+
The cleaning will check if the ratio of remaining data-points is inside predefined bounds to **prevent accidental removal of too much data**.
50
+
This ratio, as well as the default value for the `sigmas` and `limit` parameter can be changed by [giving them through the `bbgui_user.properties` file][additional_defaults].
51
+
52
+
54
53
The harmonic analysis data used to obtain the optics functions can be cleaned using [Isolation Forest algorithm][sklearn_IF].
55
54
It should prevent the appearance of unphysical spikes in the optics functions which are caused by the faulty BPMs remaining in the data after the TbT-data cleaning.
56
55
@@ -155,4 +154,11 @@ The `Frequency` tab displays the computed spectrum for every BPM.
0 commit comments