-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from lsst/tickets/DM-47737
DM-47737 Adding SingleFrame for all instruments
- Loading branch information
Showing
5 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
description: >- | ||
Single-frame pipeline for the case in which | ||
no templates exist, specialized for DECam | ||
instrument: lsst.obs.decam.DarkEnergyCamera | ||
imports: | ||
- location: $AP_PIPE_DIR/pipelines/DECam/ProcessCcd.yaml | ||
include: | ||
- processCcd | ||
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml | ||
exclude: | ||
- isr | ||
- calibrateImage | ||
subsets: | ||
processCcd: | ||
subset: | ||
- isr | ||
- calibrateImage | ||
- ssSingleFrameAssociation | ||
description: > | ||
Includes processCcd plus ssSingleFrameAssociation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: >- | ||
Single-frame pipeline for the case in which | ||
no templates exist, specialized for HSC | ||
instrument: lsst.obs.subaru.HyperSuprimeCam | ||
imports: | ||
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
description: >- | ||
Single-frame pipeline for the case in which | ||
no templates exist, specialized for LATISS | ||
instrument: lsst.obs.lsst.Latiss | ||
imports: | ||
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml | ||
tasks: | ||
isr: lsst.ip.isr.IsrTaskLSST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: >- | ||
Single-frame pipeline for the case in which | ||
no templates exist, specialized for LSSTCam-imSim | ||
instrument: lsst.obs.lsst.LsstCamImSim | ||
imports: | ||
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
description: >- | ||
Single-frame pipeline for the case in which | ||
no templates exist, specialized for LSSTComCamSim | ||
instrument: lsst.obs.lsst.LsstComCamSim | ||
imports: | ||
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml | ||
tasks: | ||
isr: lsst.ip.isr.IsrTaskLSST | ||
|