Skip to content

Commit

Permalink
Drop obsoleted TODO comment.
Browse files Browse the repository at this point in the history
GetTemplateTask in DRP now reads 'pvi', which already has the final
calibrations.
  • Loading branch information
TallJimbo committed Nov 6, 2024
1 parent dd07d4d commit 440f92e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/ip/diffim/getTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class GetTemplateConnections(pipeBase.PipelineTaskConnections,
dimensions=("skymap", ),
storageClass="SkyMap",
)
# TODO DM-31292: Add option to use global external wcs from jointcal
# Needed for DRP HSC
coaddExposures = pipeBase.connectionTypes.Input(
doc="Input template to match and subtract from the exposure",
dimensions=("tract", "patch", "skymap", "band"),
Expand Down

0 comments on commit 440f92e

Please sign in to comment.