Skip to content

lsst-tstn/tstn-031

Folders and files

NameName
Last commit message
Last commit date

Latest commit

abef056 · Mar 28, 2022

History

6 Commits
Feb 7, 2022
Feb 7, 2022
Mar 28, 2022
Mar 28, 2022
Feb 7, 2022
Feb 7, 2022
Feb 7, 2022
Feb 7, 2022
Feb 7, 2022
Feb 7, 2022
Feb 7, 2022
Feb 7, 2022
Mar 7, 2022
Mar 28, 2022
Feb 7, 2022
Feb 7, 2022
Mar 28, 2022

Repository files navigation

Integration Milestone Pf

TSTN-031

This technote describes the steps required to execute Integration Milestone Pf. Some of the steps described here are required to setup the environment and won't need to be repeated on the verification step.

This milestone consists of driving the MTAOS to process simulated Corner Rafts data, compute the associated corrections and applying those corrections to the AOS components (Camera Hexapod, M2 Hexapod, M1M3 and M2). After the process is completed the results are verified from a jupyter notebook.

Links:

Build this technical note

You can clone this repository and build the technote locally with Sphinx:

git clone https://github.com/lsst-tstn/tstn-031
cd tstn-031
pip install -r requirements.txt
make html

Note

In a Conda environment, pip install -r requirements.txt doesn't work as expected. Instead, pip install the packages listed in requirements.txt individually.

The built technote is located at _build/html/index.html.

Editing this technical note

You can edit the index.rst file, which is a reStructuredText document. The DM reStructuredText Style Guide is a good resource for how we write reStructuredText.

Remember that images and other types of assets should be stored in the _static/ directory of this repository. See _static/README.rst for more information.

The published technote at https://tstn-031.lsst.io will be automatically rebuilt whenever you push your changes to the main branch on GitHub.

Updating metadata

This technote's metadata is maintained in metadata.yaml. In this metadata you can edit the technote's title, authors, publication date, etc.. metadata.yaml is self-documenting with inline comments.

Using the bibliographies

The bibliography files in lsstbib/ are copies from lsst-texmf. You can update them to the current lsst-texmf versions with:

make refresh-bib

Add new bibliography items to the local.bib file in the root directory (and later add them to lsst-texmf).

Releases

No releases published

Packages

No packages published