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/chroma/gui.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,41 @@ Clicking on any of the variables will plot the associated data just below.
90
90
91
91
### Cleaning Extracted Data
92
92
93
+
Move on to the `Cleaning` tab.
94
+
95
+
- Potentially change the start and end times depending on when the modulation happens in your extracted data via `Refine Start` and `Refine End` entries.
96
+
97
+
!!! warning "Expected Times"
98
+
Please note that the `Refine Start` and `Refine End` entries refer to times in the Dataframes themselves, and it is possible that there are timezone issues from the extracted data times.
99
+
One can check the times on the plotted data itself.
100
+
101
+
- Click the `Create Plateaus` button. This will extract the correct tune values from dp/p and create steps that can be analyzed. These will then be displayed, for the selected beam, both the RF frequency and the raw tune data.
102
+
103
+
<figure>
104
+
<center>
105
+
<imgsrc="../../assets/images/chroma_gui/cleaning_tab_raw_data.png"width="85%"alt="Cleaning tab with raw tune data" />
106
+
<figcaption> Cleaning Tab with Plot of RF Frequency and Raw Tune Data </figcaption>
107
+
</center>
108
+
</figure>
109
+
110
+
- Click `Clean Data` in the top part of the window. This will compute the tune average for each step and remove outliers. The windows for each tune can be specified and outliers removed in `Bad Tune Lines` in the top part. The minimum plateau length is used to remove very short steps.
111
+
112
+
In the plotting part of the window, move on to the `Cleaned Data` tab next to the `Raw Data` one.
113
+
This will display the clean tune data, with its error bar for each step.
114
+
Ideally this error bar should not be too visible.
115
+
Note that some steps may be entirely cleaned out due to the cleaning settings.
116
+
117
+
<figure>
118
+
<center>
119
+
<imgsrc="../../assets/images/chroma_gui/cleaning_tab_cleaned_data.png"width="85%"alt="Cleaning tab with cleaned tune data" />
120
+
<figcaption> Cleaning Tab with Plot of RF Frequency and Cleaned Tune Data </figcaption>
0 commit comments