Skip to content
Merged
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
16 changes: 8 additions & 8 deletions ImageProcessing/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Image Processing
================

This folder contains a set of tutorial notebooks exploring the image processing routines in the LSST science pipelines. See the index table below for links to the notebook code, and an auto-rendered view of the notebook with outputs.


.. list-table::
:widths: 10 20 10 10
Expand All @@ -14,15 +14,15 @@ This folder contains a set of tutorial notebooks exploring the image processing
- Owner


* - **ProcessEimage.ipynb**
- How to process a simulated "e-image" using the DM Stack.
- `ipynb <ProcessEimage.ipynb>`_,
`rendered <https://nbviewer.jupyter.org/github/LSSTScienceCollaborations/StackClub/blob/rendered/ImageProcessing/ProcessEimage.nbconvert.ipynb>`_
* - **Re-run HSC**
- End-to-end processing of the ``ci_hsc`` test dataset using the DM Stack.
- `ipynb <Re-runHSC.ipynb>`_,
`rendered <https://nbviewer.jupyter.org/github/LSSTScienceCollaborations/StackClub/blob/rendered/ImageProcessing/Re-runHSC.nbconvert.ipynb>`_, `bash script <Re-runHSC.sh>`_,

.. image:: https://github.com/LSSTScienceCollaborations/StackClub/blob/rendered/ImageProcessing/log/ProcessEimage.svg
:target: https://github.com/LSSTScienceCollaborations/StackClub/blob/rendered/ImageProcessing/log/ProcessEimage.log
.. image:: https://github.com/LSSTScienceCollaborations/StackClub/blob/rendered/ImageProcessing/log/Re-runHSC.svg
:target: https://github.com/LSSTScienceCollaborations/StackClub/blob/rendered/ImageProcessing/log/Re-runHSC.log

- `Alex Drlica-Wagner <https://github.com/LSSTScienceCollaborations/StackClub/issues/new?body=@kadrlica>`_
- `Justin Myles <https://github.com/LSSTScienceCollaborations/StackClub/issues/new?body=@jtmyles>`_


* - **BrighterFatterCorrection.ipynb**
Expand Down
Loading