Skip to content

Commit

Permalink
Update Latiss pipelines to match DM-28920 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jul 15, 2021
1 parent d8dbab7 commit e4b92b4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/Latiss/cpDark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tasks:
overscan.fitType: 'MEDIAN_PER_ROW'
doLinearize: False
doCrosstalk: False
doDefect: False
doDefect: True
1 change: 0 additions & 1 deletion pipelines/Latiss/cpFlat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ tasks:
overscan.fitType: 'MEDIAN_PER_ROW'
doLinearize: False
doCrosstalk: False
doDefect: False
34 changes: 34 additions & 0 deletions pipelines/Latiss/findDefectsPostFlat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
description: cp_pipe DEFECT calibration construction.
tasks:
isr:
class: lsst.ip.isr.IsrTask
config:
connections.ccdExposure: 'raw'
connections.outputExposure: 'cpDefectsProc'
overscan.fitType: 'MEDIAN_PER_ROW'
doWrite: True
doOverscan: True
doAssembleCcd: True
doBias: True
doVariance: False
doLinearize: False
doCrosstalk: False
doBrighterFatter: False
doDark: True
doStrayLight: False
doFlat: True
doFringe: False
doApplyGains: False
doDefect: False
doSaturationInterpolation: False
growSaturationFootprintSize: 0
measureDefects:
class: lsst.cp.pipe.defects.MeasureDefectsTask
config:
connections.inputExp: 'cpDefectsProc'
connections.outputDefects: 'cpPartialDefects'
mergeDefects:
class: lsst.cp.pipe.defects.MergeDefectsTask
config:
connections.inputDefects: 'cpPartialDefects'
connections.mergedDefects: 'defects'

0 comments on commit e4b92b4

Please sign in to comment.