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
The content of this page has been converted from the presenation given as ["OMC3 bad BPM detection" on the 31.03.2025](https://indico.cern.ch/event/1531923/) .
10
+
The content of this page has been converted from the presentation given as ["OMC3 bad BPM detection" on the 31.03.2025](https://indico.cern.ch/event/1531923/) .
4
11
5
12
6
13
## OMC-Analysis
7
14
8
15

9
16
10
17
* To get <spanclass="omc-emph">reliable</span> and <spanclass="omc-emph">reproducible</span> optics measurements, we cannot trust all BPM data that we are getting.
11
-
* At <spanclass="omc-emph">different stages</span> of the code, we try to determine the ``trustworthyness''.
18
+
* At <spanclass="omc-emph">different stages</span> of the code, we try to determine the "trustworthyness".
12
19
* Some BPMs are fully <spanclass="omc-emph">excluded</span>, others are getting <spanclass="omc-emph">errorbars</span> based on their <spanclass="omc-emph">noise-level</span> (which are often used as *weights*, e.g. for correction calculations).
13
20
14
21
15
22
## Automatic
16
23
17
-
* First the <spanclass="tbt-related">Turn-by-Turn Data</span> is checked for ``obvious'' signs.
24
+
* First the <spanclass="tbt-related">Turn-by-Turn Data</span> is checked for "obvious" signs.
18
25
* <spanclass="tbt-related">EXACT_ZERO</span>: Any value has an <spanclass="tbt-related">exact zero</span> (might lead to false positives, but unlikely if happens in multiple datasets).
19
26
* <spanclass="tbt-related">NANS</span>: Data contains <spanclass="tbt-related">NaN-values</span> (happens in SPS BPMs).
20
-
* <spanclass="tbt-related">FLAT</span>: <spanclass="tbt-related">Peak-to-Peak</span> value was <spanclass="tbt-related">below</span> a given threshold (10nm).
21
-
* <spanclass="tbt-related">SPIKY</span>: A <spanclass="tbt-related">spike</span> in the data, <spanclass="tbt-related">above</span> a given threshold (2cm).
27
+
* <spanclass="tbt-related">FLAT</span>: <spanclass="tbt-related">Peak-to-Peak</span> value was <spanclass="tbt-related">below</span> a given threshold (default: 10nm).
28
+
* <spanclass="tbt-related">SPIKY</span>: A <spanclass="tbt-related">spike</span> in the data, <spanclass="tbt-related">above</span> a given threshold (default: 2cm).
22
29
* To reduce <spanclass="svd-related">noise</span> we perform an SVD-decomposition and keep only the <spanclass="svd-related">strongest modes</span>.
23
-
* <spanclass="svd-related">SVD_PEAK</span>: The BPM had a <spanclass="svd-related">mode</span> in the U-Matrix above a given threshold (0.925).
30
+
* <spanclass="svd-related">SVD_PEAK</span>: The BPM had a <spanclass="svd-related">mode</span> in the U-Matrix above a given threshold (default: 0.925).
24
31
* Most information about the optics come from a <spanclass="spec-related">spectral analysis</span>.
25
32
* <spanclass="spec-related">NO_TUNE</span>: Tune line could <spanclass="spec-related">not be found</span> in the spectrum.
26
-
* <spanclass="spec-related">TUNE_CLEAN</span>: Tune line found was <spanclass="spec-related">too far from the average</span> of the other BPMs (by more than $10^{-5}$).
33
+
* <spanclass="spec-related">TUNE_CLEAN</span>: Tune line found was <spanclass="spec-related">too far from the average</span> of the other BPMs (default: > $10^{-5}$).
27
34
28
35
## Manual
29
36
@@ -33,12 +40,16 @@ The content of this page has been converted from the presenation given as ["OMC3
33
40
* <spanclass="manual-related">Non-sensical</span> data points.
34
41
* Cause <spanclass="manual-related">analysis issues</span> (e.g. phase-offsets, negative $\beta$, NaNs).
0 commit comments