.. _getting-started:

###############################################
Getting started with the LSST Science Pipelines
###############################################

Before you start working with the LSST Science Pipelines, these pages will help you get up and running.

.. _getting-started-tutorial:

Getting started tutorials
=========================

In this tutorial series we'll process a set of Hyper Suprime-Cam images into deep coadditions and source catalogs.
These tutorials will give you a feeling for data processing and analysis with the Science Pipelines.

.. toctree::
   :maxdepth: 1

   Part 1: setting up the Butler data repository. <data-setup>
   Part 2: calibrating single frames. <processccd>
   Part 3: displaying exposures and source catalogs. <display>
   Part 4: coadding images. <coaddition>
   Part 5: measuring sources. <photometry>
   Part 6: analyzing measurement catalogs in multiple bands. <multiband-analysis>