The Chromaticity GUI is a tool to compute non-linear chromaticity via measurements done in the CCC.
- Create a virtual environment via
acc-py
if you do not have one already. - Install the package via
pip install chroma-gui[cern]
orpip install chroma-gui[all]
- Run the GUI via
python -m chroma_gui
Be sure to have the /acc
directory mounted, which can be done via:
sshfs cs-ccr-dev2:/acc/ /acc'
Running the GUI is then very simple thanks to acc-py.
source /acc/local/share/python/acc-py/base/pro/setup.sh
acc-py app run chroma-gui
- Change the version in init.py
- Update the CHANGELOG
- Commit changes to gitlab repository (wait for CI to finish)
alias acc-py="/acc/local/share/python/acc-py/apps/acc-py-cli/pro/bin/acc-py"
acc-py app lock .
acc-py app deploy .
acc-py app promote chroma-gui <version>