From db291b95b205184348660fdc86be7f2c953ffc74 Mon Sep 17 00:00:00 2001 From: Yusra AlSayyad Date: Thu, 21 May 2026 19:00:31 -0700 Subject: [PATCH] Do not use visitSummary PhotoCalibs if making warps from visit_image. They have already been applied and result in doubly calibrated images. Applying WCS's and PSFs from visit_summary are no ops, and unnecessary. --- pipelines/_ingredients/base-v2.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipelines/_ingredients/base-v2.yaml b/pipelines/_ingredients/base-v2.yaml index b1775f58..f3693cc7 100644 --- a/pipelines/_ingredients/base-v2.yaml +++ b/pipelines/_ingredients/base-v2.yaml @@ -640,6 +640,10 @@ tasks: connections.masked_fraction_warp: pretty_direct_warp_masked_fraction idGenerator.release_id: parameters.release_id doApplySkyCorr: true + # TODO DM-53870: Remove these overrides if using preliminary_visit_image + useVisitSummaryPsf: false + useVisitSummaryWcs: false + useVisitSummaryPhotoCalib: false makePrettyPsfMatchedWarp: class: lsst.drp.tasks.make_psf_matched_warp.MakePsfMatchedWarpTask config: