From 936ccea919b42000e7693de74fea21c3184866de Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Thu, 24 Apr 2025 12:37:03 -0400 Subject: [PATCH] Refer to makePsfMatchedWarp --- tests/test_getTemplate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_getTemplate.py b/tests/test_getTemplate.py index 4fcba1ac4..6e888392c 100644 --- a/tests/test_getTemplate.py +++ b/tests/test_getTemplate.py @@ -153,8 +153,8 @@ def _makePatches(self, tract): for p in points: display.dot(patchId, p.x, p.y, ctype=color) - # This is mostly stolen from pipe_tasks warpAndPsfMatch, but - # ip_diffim cannot depend on pipe_tasks. + # This is mostly taken from drp_tasks makePsfMatchedWarp, but + # ip_diffim cannot depend on drp_tasks. xyTransform = lsst.afw.geom.makeWcsPairTransform(self.exposure.wcs, patch.wcs) warpedPsf = lsst.meas.algorithms.WarpedPsf(self.exposure.psf, xyTransform) warped = warper.warpExposure(patch.wcs, self.exposure, destBBox=box)