Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.07 KB

File metadata and controls

38 lines (26 loc) · 1.07 KB

Non-Linear Chromaticity GUI

The Chromaticity GUI is a tool to compute non-linear chromaticity via measurements done in the CCC.

Running via acc-py environment

Running via acc-py apps

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

Deployment via acc-py

  • 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>