Skip to content

lsst-ts/ts_atwhitelight

Repository files navigation

ts_atwhitelight

A CSC to control the white light calibration source for the Vera C. Rubin Observatory Auxiliary Telescope.

This light source feeds a monochromator (ATMonochromator), which in turns illuminates the flat field screen.

Documentation: https://ts-atwhitelight.lsst.io

The package is compatible with Vera Rubin LSST DM's scons build system, and the eups package management system. Assuming you have the basic DM stack installed you can do the following, from within the package directory:

  • setup -r . to setup the package and dependencies.
  • scons to build the package and run unit tests.
  • scons install declare to install the package and declare it to eups.
  • package-docs build to build the documentation. This requires documenteer; see building single package docs for installation instructions.

This code uses pre-commit to maintain black formatting and flake8 compliance. To enable this:

  • Run pre-commit install once.