MTAOS is a component of LSST Telescope and Site software. It processes images taken by the wavefront sensor, computes corrections and sends them to M2 and camera hexapods, and M1M3 and M2 support systems.
- CentOS 7
- python: 3.7.8
- black (optional)
The usage can follow here.
This code is automatically formatted by black using a git pre-commit hook.
To enable this:
- Install the
blackPython package. - Run
git config core.hooksPath .githooksonce in this repository.
The followings are the needed packages:
You can update plantuml.jar path in doc/conf.py.
To build the documentation, run:
package-docs buildTo remove the documents, do:
package-docs cleanSee "Building single-package documentation locally" for further details.