Skip to content

A collection of working example scripts for generating simulated LSST images given basic inputs.

License

Notifications You must be signed in to change notification settings

jschovan/ImageSimulationRecipes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Simulation Recipes

A collection of working example scripts for generating simulated LSST images given basic inputs, with docstrings interpreted by Sphinx.

GitHub pages website

Help with Recipes

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!

Building docs

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

Authors, License etc

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.

About

A collection of working example scripts for generating simulated LSST images given basic inputs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published