Skip to content

Commit

Permalink
Merge pull request #129 from lsst/tickets/DM-44678
Browse files Browse the repository at this point in the history
DM-44678: Enforce consistency for PSF-matching kernelSize
  • Loading branch information
arunkannawadi authored Jun 6, 2024
2 parents d54c695 + 1b5027d commit d77e119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/_ingredients/DECam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ tasks:
# Legacy DECam config to write out warps, even if they are empty
doWriteEmptyWarps: true
python: |
config.warpAndPsfMatch.psfMatch.kernel['AL'].kernelSize = 29
config.warpAndPsfMatch.psfMatch.kernel['AL'].alardSigGauss = [1.0, 2.0, 4.5]
from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask
config.select.retarget(PsfWcsSelectImagesTask)
Expand Down
1 change: 1 addition & 0 deletions pipelines/_ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,4 @@ contracts:
- "'calib_psf_used' not in measure.propagateFlags.source_flags if makeWarp.useVisitSummaryPsf else True"
- "'calib_psf_reserved' not in measure.propagateFlags.source_flags if makeWarp.useVisitSummaryPsf else True"
- "makeWarp.warpAndPsfMatch.warp.cacheSize == assembleCoadd.coaddPsf.cacheSize"
- "makeWarp.matchingKernelSize == assembleCoadd.matchingKernelSize" # TODO: Remove this in DM-44688.

0 comments on commit d77e119

Please sign in to comment.