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
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,10 +325,10 @@ So this is the same as _Points_ but with additional lines between the markers.
325
325
326
326
Two methods are available to save the chart to file:
327
327
328
-
- ++"GUI"++:
328
+
- ++"GUI"++:
329
329
This button will open a dialog asking you where to save the **chart component directly from java** as a **PNG file**.
330
330
The output will look exactly like the chart in the GUI, as it is rendered directly from `java`.
331
-
- ++"PDF"++:
331
+
- ++"PDF"++:
332
332
This button allows you pass the currently selected data to the [`plot_spectrum` script][omc3_plot_spectrum] to save the spectrum as a **PDF file**.
333
333
As the spectrum is completely rendered in `python` the output will look different from the chart in the GUI, but will show in general the same information, with some important caveats listed below.
334
334
@@ -355,6 +355,9 @@ As the spectrum is completely rendered in `python` the output will look differen
355
355
356
356
## Do Optics Dialog
357
357
358
+
The ++"Get Optics"++{.green-gui-button} button opens a dialog that allows you to select the settings for the [optics analysis][optics_analysis],
359
+
which will calculate the optics parameters based on the spectra of the [currently selected files](#loading-files).
360
+
358
361
=== "Closed Settings"
359
362
360
363
<figure>
@@ -368,15 +371,30 @@ As the spectrum is completely rendered in `python` the output will look differen
368
371
369
372
<figure>
370
373
<center>
371
-
<img src="../../assets/images/betabeat_gui/do_analysis_dialog_open_settings.png" width="100%" alt="The 'Do Optics' Dialog with open settings"/>
374
+
<img src="../../assets/images/betabeat_gui/do_optics_dialog_settings.png" width="100%" alt="The 'Do Optics' Dialog with open settings"/>
372
375
<figcaption>The "Do Optics" Dialog with open settings.</figcaption>
373
376
</center>
374
377
</figure>
375
378
379
+
You have the choice to combine the analysis of all files into a single optics, using the individual measurements for statistics, in which case you need to **specify a descriptive output name** for the analysis, the prefix of which will already be provided.
380
+
If you don't check the _Combine Analysis_ checkbox, based on the name of the `harpy` output files as seen in the table.
381
+
In any case, the results are stored in the `Results` folder, and will be automatically loaded into the [Optics Panel](optics_panel.md).
382
+
383
+
### Settings
384
+
385
+
By expanding the _Settings_ section at the bottom of the dialog
386
+
you can optionally change the [settings](settings.md) of the _[Optics tab](settings.md#optics-tab)_.
387
+
388
+
!!! warning "Changing the Settings"
389
+
This will **change the global settings** for all subsequent analysis runs,
390
+
not just for the current one!
391
+
You need to click the ++"Apply"++ button to actually apply these settings before the run.
0 commit comments