Skip to content
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
4 changes: 4 additions & 0 deletions pipelines/rgb2hips/gri-hips.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
description: |
A specialized version of the pipeline to make images and hips
maps that runs on the g,r,i bands.

imports:
- $DRP_PIPE_DIR/pipelines/_ingredients/rgb2hips.yaml

Expand Down
5 changes: 5 additions & 0 deletions pipelines/rgb2hips/izy-hips.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
description: |
A specialized version of the pipeline to make images and hips
maps that runs on the i, z, y bands.


imports:
- $DRP_PIPE_DIR/pipelines/_ingredients/rgb2hips.yaml

Expand Down
5 changes: 5 additions & 0 deletions pipelines/rgb2hips/riz-hips.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
description: |
A specialized version of the pipeline to make images and hips
maps that runs on the r, i, z bands.


imports:
- $DRP_PIPE_DIR/pipelines/_ingredients/rgb2hips.yaml

Expand Down
5 changes: 5 additions & 0 deletions pipelines/rgb2hips/ugr-hips.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
description: |
A specialized version of the pipeline to make images and hips
maps that runs on the r, g, r bands.


imports:
- $DRP_PIPE_DIR/pipelines/_ingredients/rgb2hips.yaml

Expand Down
Loading