Skip to content
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

Project/hsc re run #86

Merged
merged 18 commits into from
Sep 28, 2018
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