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
black
Python package. - Run
git config core.hooksPath .githooks
once 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 build
To remove the documents, do:
package-docs clean
See "Building single-package documentation locally" for further details.