########################## The LSST Science Pipelines ########################## The LSST Science Pipelines are designed to enable optical and near-infrared astronomy in the “big data” era. While they are being developed to process the data for the `Rubin Observatory Legacy Survey of Space and Time (Rubin’s LSST) `_, our command line and programming interfaces can be extended to address any optical or near-infrared dataset. This documentation covers version |eups-tag-bold|. :ref:`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 (these were developed using the ``w_2021_33`` version of the science pipelines): - 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 `. Guide for processing DESC DC2 data in a shared repository using the Alert Production pipeline (this was developed using the ``w_2021_30`` version of the science pipelines): - :doc:`Processing DESC DC2 data with the Alert Production pipeline `. 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 Frameworks ========== .. toctree:: :maxdepth: 2 middleware/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 =============== .. toctree:: :maxdepth: 2 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 `_. - Our `Developer Guide `_ describes the procedures and standards followed by the DM team. - Learn more about Rubin Observatory Data Management by visiting http://lsst.org/about/dm. - Contribute to our documentation. This guide is on GitHub at `lsst/pipelines_lsst_io `_.