Skip to content

DM-29602: Release notes 22.0.x #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
# Patch EUPS tag subsitutions
rst_epilog = """

.. |eups-tag| replace:: v21_0_0
.. |eups-tag-mono| replace:: ``v21_0_0``
.. |eups-tag-bold| replace:: **v21_0_0**
.. |eups-tag| replace:: v22_0_0
.. |eups-tag-mono| replace:: ``v22_0_0``
.. |eups-tag-bold| replace:: **v22_0_0**
"""

# Patch EUPS and Git tag context for Jinja templating
jinja_contexts = {
"default": {
"release_eups_tag": "v21_0_0",
"release_git_ref": "21.0.0",
"version": "v21_0_0",
"release": "v21_0_0",
"scipipe_conda_ref": "21.0.0",
"pipelines_demo_ref": "21.0.0",
"newinstall_ref": "21.0.0",
"release_eups_tag": "v22_0_0",
"release_git_ref": "22.0.0",
"version": "v22_0_0",
"release": "v22_0_0",
"scipipe_conda_ref": "22.0.0",
"pipelines_demo_ref": "22.0.0",
"newinstall_ref": "22.0.0",
}
}
4 changes: 4 additions & 0 deletions gen2tutorialdeprecation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. warning::

These tutorials are based on the deprecated Generation 2 command-line task and Butler (`lsst.daf.persistence.Butler`).
New tutorials for Generation 3 pipeline tasks and `lsst.daf.butler.Butler` are coming soon.
2 changes: 2 additions & 0 deletions getting-started/coaddition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ In this part of the :ref:`tutorial series <getting-started-tutorial>` you will c
To do this you'll first define the pixel frame that you'll mosaic into, called a **sky map**, and then warp (reproject) images into that sky map.
Finally, you will coadd the warped images together into deep images.

.. include:: /gen2tutorialdeprecation.txt

Set up
======

Expand Down
2 changes: 2 additions & 0 deletions getting-started/data-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ In this :ref:`tutorial series <getting-started-tutorial>` you will calibrate and
In this first part of the :ref:`tutorial series <getting-started-tutorial>` you'll set up the LSST Science Pipelines software, and collect the raw observations and calibration data needed for the tutorial.
Along the way, you'll be introduced to the Butler, which is the Pipelines' interface for managing, reading, and writing datasets.

.. include:: /gen2tutorialdeprecation.txt

Install the LSST Science Pipelines
==================================

Expand Down
2 changes: 2 additions & 0 deletions getting-started/display.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Getting started tutorial part 3: displaying exposures and source tables output by processCcd.py
###############################################################################################

.. include:: /gen2tutorialdeprecation.txt

In the :doc:`previous tutorial <processccd>` in the :ref:`series <getting-started-tutorial>` you used :command:`processCcd.py` to calibrate a set of raw Hyper Suprime-Cam images.
Now you'll learn how to use the LSST Science Pipelines to inspect :command:`processCcd.py`\ ’s outputs by displaying images and source catalogs in the `DS9 image viewer`_.
In doing so, you'll be introduced to some of the LSST Science Pipelines' Python APIs, including:
Expand Down
2 changes: 2 additions & 0 deletions getting-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Before you start working with the LSST Science Pipelines, these pages will help
Getting started tutorials
=========================

.. include:: /gen2tutorialdeprecation.txt

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.

Expand Down
2 changes: 2 additions & 0 deletions getting-started/multiband-analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Getting started tutorial part 6: analyzing measurement catalogs in multiple band
In this part of the :ref:`tutorial series <getting-started-tutorial>` you'll analyze the forced photometry measurement catalogs you created in :doc:`step 5 <photometry>`.
You'll learn how to work with measurement tables and plot color-magnitude diagrams (CMDs).

.. include:: /gen2tutorialdeprecation.txt

Set up
======

Expand Down
2 changes: 2 additions & 0 deletions getting-started/photometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
Getting started tutorial part 5: measuring sources
##################################################

.. include:: /gen2tutorialdeprecation.txt

In this step of the :ref:`tutorial series <getting-started-tutorial>` you'll measure the coadditions you assembled in :doc:`part 4 <coaddition>` to build catalogs of stars and galaxies.
This is the measurement strategy:

Expand Down
2 changes: 2 additions & 0 deletions getting-started/processccd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ In this part of the :ref:`tutorial series <getting-started-tutorial>` you'll pro
We'll use the :command:`processCcd.py` command-line task to remove instrumental signatures with dark, bias and flat field calibration images.
:command:`processCcd.py` will also use the reference catalog to establish a preliminary WCS and photometric zeropoint solution.

.. include:: /gen2tutorialdeprecation.txt

Set up
======

Expand Down
2 changes: 2 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ You can also find documentation for `other versions <https://pipelines.lsst.io/v
Getting started
===============

.. include:: /gen2tutorialdeprecation.txt

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 <getting-started/data-setup>` · Part 2 :doc:`Single frame processing <getting-started/processccd>` · Part 3 :doc:`Image and catalog display <getting-started/display>` · Part 4 :doc:`Image coaddition <getting-started/coaddition>` · Part 5 :doc:`Source measurement <getting-started/photometry>` · Part 6 :doc:`Multi-band catalog analysis <getting-started/multiband-analysis>`.
Expand Down
1 change: 1 addition & 0 deletions releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release History
.. toctree::
:maxdepth: 1

v22_0_0
v21_0_0
v20_0_0
v19_0_0
Expand Down
Loading