Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/test_getTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down