From 1cc444561ea2455045f7d93baf2b14b622626062 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Tue, 3 Dec 2024 17:00:00 -0500 Subject: [PATCH 1/2] Remove matchingKernelSize from makeWarp config --- pipelines/_ingredients/DECam/DRP.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelines/_ingredients/DECam/DRP.yaml b/pipelines/_ingredients/DECam/DRP.yaml index 99635ff..522cd57 100644 --- a/pipelines/_ingredients/DECam/DRP.yaml +++ b/pipelines/_ingredients/DECam/DRP.yaml @@ -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 From 51d75d4f82cc9a047f4172dc612d3807668c8755 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Tue, 3 Dec 2024 17:00:18 -0500 Subject: [PATCH 2/2] Remove matchingKernelSize from coadd tasks --- pipelines/_ingredients/DECam/DRP.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipelines/_ingredients/DECam/DRP.yaml b/pipelines/_ingredients/DECam/DRP.yaml index 522cd57..7d9fc84 100644 --- a/pipelines/_ingredients/DECam/DRP.yaml +++ b/pipelines/_ingredients/DECam/DRP.yaml @@ -69,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 @@ -90,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