Skip to content

Commit

Permalink
Merge pull request #85 from lsst/tickets/DM-40171
Browse files Browse the repository at this point in the history
DM-40171: Reraise partial-template image subtraction failures as NoWorkFound
  • Loading branch information
yalsayyad committed Oct 23, 2023
2 parents e62833c + fd3b94d commit 1b24d78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions pipelines/HSC/DRP-ci_hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ tasks:
config:
# Only run the deblender on a small subset of blended parents
deblend.useCiLimits: true
subtractImages:
class: lsst.ip.diffim.subtractImages.AlardLuptonSubtractTask
# Increase required area of usable template so we raise NoWorkFound
# instead of bringing down execution.
config:
requiredTemplateFraction: 0.2
writeRecalibratedSourceTable:
class: lsst.pipe.tasks.postprocess.WriteRecalibratedSourceTableTask
config:
Expand Down
6 changes: 0 additions & 6 deletions pipelines/LSSTCam-imSim/DRP-ci_imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ tasks:
config:
# Only run the deblender on a small subset of blended parents
deblend.useCiLimits: true
subtractImages:
class: lsst.ip.diffim.subtractImages.AlardLuptonSubtractTask
# Increase required area of usable template so we raise NoWorkFound
# instead of bringing down execution.
config:
requiredTemplateFraction: 0.2
subsets:
analysis_tools:
subset:
Expand Down

0 comments on commit 1b24d78

Please sign in to comment.