Skip to content

Commit

Permalink
Merge pull request #187 from lsst/tickets/DM-44688
Browse files Browse the repository at this point in the history
DM-44688: Remove deprecated matchingKernelSize
  • Loading branch information
arunkannawadi authored Dec 4, 2024
2 parents 63da2fb + 51d75d4 commit 4dfb6c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipelines/_ingredients/DECam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ tasks:
class: lsst.pipe.tasks.makeWarp.MakeWarpTask
config:
# These configs match obs_subaru, to facilitate 1:1 comparisons between DECam and HSC
matchingKernelSize: 29
modelPsf.defaultFwhm: 7.7
warpAndPsfMatch.warp.warpingKernelName: lanczos5
coaddPsf.warpingKernelName: lanczos5
Expand All @@ -70,7 +69,6 @@ tasks:
class: lsst.drp.tasks.assemble_coadd.CompareWarpAssembleCoaddTask
config:
# These configs match obs_subaru, to facilitate 1:1 comparisons between DECam and HSC
matchingKernelSize: 29
# 200 rows (since patch width is typically < 10k pixels
subregionSize: (10000, 200)
doNImage: true
Expand All @@ -91,7 +89,6 @@ tasks:
config:
# These configs match obs_subaru, to facilitate 1:1 comparisons between
# DECam and HSC
matchingKernelSize: 29
# 200 rows (since patch width is typically < 10k pixels
subregionSize: (10000, 200)
doNImage: true
Expand Down

0 comments on commit 4dfb6c3

Please sign in to comment.