Skip to content

Commit

Permalink
Move DECam precursor step to its own pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Sep 24, 2024
1 parent c662ba5 commit af9b1eb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pipelines/DECam/DRP-Merian.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
description: |
The DRP pipeline specialized for the DECam instrument, developed against the
Merian dataset.
Prior to running subsets or tasks in this pipeline, the DECam prerequisite
task isrForCrosstalkSources must be run. More information on that task can be
found in the isrForCrosstalkSources.yaml pipeline file.
imports:
- $DRP_PIPE_DIR/pipelines/_ingredients/DECam/DRP.yaml
- $ANALYSIS_DRP_DIR/pipelines/analysis_drp_plots.yaml
- location: $DRP_PIPE_DIR/pipelines/_ingredients/DECam/DRP.yaml
exclude:
- isrForCrosstalkSources
- location: $ANALYSIS_DRP_DIR/pipelines/analysis_drp_plots.yaml
37 changes: 37 additions & 0 deletions pipelines/DECam/isrForCrosstalkSources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
description: |
The DECam prerequisite task isrForCrosstalkSources.
The isrForCrosstalkSources task generates crosstalk sources for
ISR/inter-chip crosstalk by applying overscan correction on raw frames. A new
dataset is written, which should be used as an input for further DECam data
processing.
This task is intended to be run once, prior to initial data processing.
instrument: lsst.obs.decam.DarkEnergyCamera
tasks:
isrForCrosstalkSources:
class: lsst.ip.isr.IsrTask
config:
connections.outputExposure: overscanRaw
doOverscan: true
doAssembleCcd: false
doBias: false
doCrosstalk: false
doVariance: false
doLinearize: false
doDefect: false
doNanMasking: false
doDark: false
doFlat: false
doFringe: false
doInterpolate: false
subsets:
step0:
subset:
- isrForCrosstalkSources
description: |
Tasks which should be run once, prior to initial data processing.
This step generates crosstalk sources for ISR/inter-chip crosstalk by
applying overscan correction on raw frames. A new dataset is written,
which should be used as an input for further data processing.

0 comments on commit af9b1eb

Please sign in to comment.