########################## The LSST Science Pipelines ########################## The LSST Science Pipelines enable optical and near-infrared astronomy in the big data era. We are building the Science Pipelines for the `Large Synoptic Survey Telescope (LSST) `_, but our command line task and Python API can be extended for any optical or near-infrared dataset. The latest release is |current-release|: :doc:`learn what's new `. .. _part-getting-started: Getting started =============== If you're new to the LSST Science Pipelines, these tutorials will get you up and running with step-by-step data processing tutorials. - Data processing tutorial series: Part 1 :doc:`Data repositories ` · Part 2 :doc:`Single frame processing ` · Part 3 :doc:`Image and catalog display ` · Part 4 :doc:`Image coaddition ` · Part 5 :doc:`Source measurement ` · Part 6 :doc:`Multi-band catalog analysis `. Join us on the `LSST Community forum `_ to get help and share ideas. .. toctree:: :hidden: :caption: Getting Started getting-started/index .. _part-installation: Installation ============ Recommended installation path: - :doc:`Installing with newinstall.sh ` - :doc:`install/setup` - :doc:`install/top-level-packages` Alternative distributions and installation methods: - :doc:`install/docker` - :doc:`Installing from source with lsstsw ` - `CernVM FS `_ (contributed by CC-IN2P3) Related topics: - :doc:`Configuring Git LFS for data packages ` - :doc:`install/package-development` To install the LSST Simulation software, such as MAF, please follow the `LSST Simulations documentation `_. .. This toctree is hidden to let us curate the section above, but still add the install/ pages to the Sphinx toctree .. toctree:: :hidden: :caption: Installation install/index .. _part-packages: Python modules ============== .. toctree:: :maxdepth: 1 modules/lsst.pipe.base/index modules/lsst.verify/index Packages ======== .. toctree:: :maxdepth: 1 packages/pipe_base/index packages/verify/index packages/verify_metrics/index .. _part-release-details: Release details =============== - :doc:`releases/notes` - :doc:`known-issues` - :doc:`metrics` .. toctree:: :hidden: releases/index known-issues metrics More info ========= - Join us on the `LSST Community forum, community.lsst.org `_. - Fork our code on GitHub at https://github.com/lsst. - Report issues in `JIRA `_. - API documentation is currently published with `Doxygen `_. - DM Developer guidance is at https://developer.lsst.io. - Learn more about LSST Data Management by visiting http://lsst.org/about/dm. - Contribute to our documentation. This guide is on GitHub at `lsst/pipelines_lsst_io `_.