File tree 1 file changed +9
-0
lines changed 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ The OMC team uses several GUIs to help running data acquisition and analysis cod
5
5
- [ The Beta-Beat GUI] ( betabeat/gui.md ) to perform analysis of measurement files and compute corrections.
6
6
- [ The Kmod GUI] ( kmod/gui.md ) to perform K-modulation, analyse data and export results.
7
7
- [ The Multiturn GUI] ( multiturn/gui.md ) to perform beam excitation and data acquisition.
8
+ - [ The Chroma GUI] ( chroma/gui.md ) to determine chromaticity from RF scan analysis and compute corrections.
8
9
9
10
Of these, only the Beta-Beat GUI is currently developed by the team.
10
11
@@ -38,6 +39,14 @@ The GUIs can be started from your development environment or via deployed `.jnlp
38
39
- Latest [Multiturn development version][dev_mtgui]{target=_blank}.
39
40
- Complete [list of releases][releases_mtgui]{target=_blank}.
40
41
42
+ === "Chroma"
43
+
44
+ The Chroma GUI is a Python app published with `acc-py`, and can be run with:
45
+
46
+ ```bash
47
+ /acc/local/share/python/acc-py/apps/acc-py-cli/pro/bin/acc-py app run chroma-gui
48
+ ```
49
+
41
50
!!! warning
42
51
Please note these sites are currently available only to devices connected to the CERN network ([ see: workaround] [ connect_gpn ] ).
43
52
You can’t perform that action at this time.
0 commit comments