Skip to content

Commit

Permalink
Merge branch 'tickets/DM-23302'
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Sep 11, 2020
2 parents 0e15625 + 602e730 commit cd8674b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/latiss/cpDark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
doVariance: True
doLinearize: False
doCrosstalk: False
doDefect: False
doDefect: True
doNanMasking: True
doInterpolate: True
doBrighterFatter: False
Expand Down
5 changes: 3 additions & 2 deletions pipelines/latiss/cpFlat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
doVariance: True
doLinearize: False
doCrosstalk: False
doDefect: False
doDefect: True
doNanMasking: True
doInterpolate: True
doDark: True
Expand All @@ -26,12 +26,13 @@ tasks:
config:
connections.inputExp: 'cpFlatProc'
connections.outputStats: 'flatStats'
doVignette: False
cpFlatNorm:
class: lsst.cp.pipe.cpFlatNormTask.CpFlatNormalizationTask
config:
connections.inputMDs: 'flatStats'
connections.outputScales: 'cpFlatNormScales'
cpCombine:
cpFlatCombine:
class: lsst.cp.pipe.cpCombine.CalibCombineTask
config:
connections.inputExps: 'cpFlatProc'
Expand Down

0 comments on commit cd8674b

Please sign in to comment.