Skip to content

Commit

Permalink
Merge pull request #208 from lsst/tickets/DM-47737
Browse files Browse the repository at this point in the history
DM-47737 Adding SingleFrame for all instruments
  • Loading branch information
Gerenjie authored Nov 22, 2024
2 parents 28f827f + 6b329c6 commit eb1ecc6
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pipelines/DECam/SingleFrame.yaml
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
6 changes: 6 additions & 0 deletions pipelines/HSC/SingleFrame.yaml
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
8 changes: 8 additions & 0 deletions pipelines/LATISS/SingleFrame.yaml
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
6 changes: 6 additions & 0 deletions pipelines/LSSTCam-imSim/SingleFrame.yaml
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
9 changes: 9 additions & 0 deletions pipelines/LSSTComCamSim/SingleFrame.yaml
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

0 comments on commit eb1ecc6

Please sign in to comment.