A collection of working example scripts for generating simulated LSST images given basic inputs, and for analyzing images using the LSST DM stack. Docstrings are interpreted by Sphinx.
If you have a question about how to do something with LSST data, and you can't find a recipe for it, please ask your how-to question at the LSST questions board (coming soon!).
If you have a comment or question about an existing recipe, you can submit it as an issue . Thanks!
Install sphinx:
pip install sphinx
Make the html pages, in situ:
cd doc
make html
dev team: you should make the html in the gh-pages branch, so you can push it to the project website:
git fetch origin
git checkout gh-pages
git merge master
cd doc
make html
The Image Simulation Recipes are being developed by the SLAC LSST computing/science group, currently:
- Debbie Bard
- Dominique Boutigny
- Jim Chiang
- Seth Digel
- Richard Dubois
- Phil Marshall
The code is available under GPL v2.