Skip to content

Commit

Permalink
Merge branch 'tickets/DM-45008'
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jul 8, 2024
2 parents dd128a3 + afabdf5 commit e2e93eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/LATISS/cpFilterScan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ instrument: lsst.obs.lsst.Latiss
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpFilterScan.yaml
tasks:
cpFilterIsr:
cpFilterScanIsr:
class: lsst.ip.isr.IsrTask
config:
connections.outputExposure: 'cpFilterScanIsrExp'
overscan.fitType: 'MEDIAN_PER_ROW'
doLinearize: false
doCrosstalk: false
Expand Down
13 changes: 13 additions & 0 deletions pipelines/LSSTComCamSim/cpDarkForDefects.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Note that if you edit this file you may also need to edit
# cpDark.yaml.
description: dark calibration construction for defects.
instrument: lsst.obs.lsst.LsstComCamSim
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpDarkForDefects.yaml
tasks:
cpDarkForDefectsIsr:
class: lsst.ip.isr.IsrTask
config:
overscan.fitType: 'MEDIAN_PER_ROW'
doLinearize: false
doCrosstalk: false

0 comments on commit e2e93eb

Please sign in to comment.