This package interfaces with the telemetry files generated by the Dome Seeing User Interface and publishes that information as SAL topics.
The package is compatible with the eups package management system and scons build system.
Assuming you have the basic Vera C. Rubin LSST DM stack installed you can do the following, from within the package directory:
setup -r .to setup the package and dependencies.sconsto build the package and run unit tests.scons install declareto install the package and declare it to eups.package-docs buildto build the documentation. This requiresdocumenteer; see building single package docs for installation instructions.
This code uses pre-commit to maintain black formatting and flake8 compliance.
To enable this, run the following commands once (the first removes the previous pre-commit hook):
git config --unset-all core.hooksPath pre-commit install