Skip to content

Commit

Permalink
Merge branch 'tickets/DM-29589'
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Apr 8, 2021
2 parents 434b3eb + 6c9bc45 commit 5277551
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions pipelines/cpBias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks:
doFlat: False
doApplyGains: False
doFringe: False
cpCombine:
cpBiasCombine:
class: lsst.cp.pipe.cpCombine.CalibCombineTask
config:
connections.inputExps: 'cpBiasProc'
Expand All @@ -26,5 +26,5 @@ tasks:
exposureScaling: "Unity"
contracts:
- isr.doBias == False
- cpCombine.calibrationType == "bias"
- cpCombine.exposureScaling == "Unity"
- cpBiasCombine.calibrationType == "bias"
- cpBiasCombine.exposureScaling == "Unity"
6 changes: 3 additions & 3 deletions pipelines/cpDark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
config:
connections.inputExp: 'cpDarkIsr'
connections.outputExp: 'cpDarkProc'
cpCombine:
cpDarkCombine:
class: lsst.cp.pipe.cpCombine.CalibCombineTask
config:
connections.inputExps: 'cpDarkProc'
Expand All @@ -32,5 +32,5 @@ tasks:
python: config.mask.append("CR")
contracts:
- isr.doDark == False
- cpCombine.calibrationType == "dark"
- cpCombine.exposureScaling == "DarkTime"
- cpDarkCombine.calibrationType == "dark"
- cpDarkCombine.exposureScaling == "DarkTime"
2 changes: 1 addition & 1 deletion pipelines/cpFlat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks:
config:
connections.inputMDs: 'flatStats'
connections.outputScales: 'cpFlatNormScales'
cpCombine:
cpFlatCombine:
class: lsst.cp.pipe.cpCombine.CalibCombineTask
config:
connections.inputExps: 'cpFlatProc'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/cpFlatSingleChip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks:
doFlat: False
doFringe: False
doApplyGains: False
cpCombine:
cpFlatCombine:
class: lsst.cp.pipe.cpCombine.CalibCombineTask
config:
connections.inputExps: 'cpFlatProc'
Expand All @@ -27,4 +27,4 @@ tasks:
exposureScaling: MeanStats
contracts:
- isr.doFlat == False
- cpCombine.calibrationType == "flat"
- cpFlatCombine.calibrationType == "flat"
6 changes: 3 additions & 3 deletions pipelines/cpFringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:
config:
connections.inputExp: 'cpFringeIsr'
connections.outputExp: 'cpFringeProc'
cpCombine:
cpFringeCombine:
class: lsst.cp.pipe.cpCombine.CalibCombineTask
config:
connections.inputExps: 'cpFringeProc'
Expand All @@ -31,5 +31,5 @@ tasks:
exposureScaling: "Unity"
contracts:
- isr.doFringe == False
- cpCombine.calibrationType == "fringe"
- cpCombine.exposureScaling == "Unity"
- cpFringeCombine.calibrationType == "fringe"
- cpFringeCombine.exposureScaling == "Unity"

0 comments on commit 5277551

Please sign in to comment.