########################## 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 `Rubin Observatory Legacy Survey of Space and Time (Rubin’s LSST) `_, but our command-line task and Python API can be extended for any optical or near-infrared dataset. This documentation covers version |eups-tag-bold|. :doc:`Learn what's new `. You can also find documentation for `other versions `__. .. _part-getting-started: Getting started =============== If you're new to the LSST Science Pipelines, these step-by-step data processing tutorials will get you up and running: - 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-modules: Python modules ============== .. module-toctree:: Additional C++ API reference documentation is currently available at the `doxygen.lsst.codes `__ site. .. _part-packages: Packages ======== .. package-toctree:: .. _part-release-details: Release details =============== - :doc:`releases/notes` - :doc:`known-issues` - :doc:`metrics` .. toctree:: :hidden: releases/index known-issues metrics .. _part-indices: Indices ======= .. toctree:: :maxdepth: 1 :hidden: Tasks - :doc:`Tasks ` - :ref:`genindex` - :ref:`Search ` 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 `_. - Some API documentation, particularly for C++, is currently published separately on a `Doxygen site `_. - 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 `_.