Skip to content

Commit

Permalink
Merge pull request #71 from lsst/tickets/DM-46354
Browse files Browse the repository at this point in the history
DM-46354: Remove deprecated makeSupplementaryDataGen3
  • Loading branch information
arunkannawadi authored Sep 16, 2024
2 parents e7d87ff + 016f6a6 commit dd43f7e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions python/lsst/drp/tasks/assemble_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

import lsstDebug
import numpy
from deprecated.sphinx import deprecated

import lsst.afw.geom as afwGeom
import lsst.afw.image as afwImage
Expand Down Expand Up @@ -511,14 +510,6 @@ def _makeSupplementaryData(self, butlerQC, inputRefs, outputRefs):
"""
return pipeBase.Struct()

@deprecated(
reason="makeSupplementaryDataGen3 is deprecated in favor of _makeSupplementaryData",
version="v25.0",
category=FutureWarning,
)
def makeSupplementaryDataGen3(self, butlerQC, inputRefs, outputRefs):
return self._makeSupplementaryData(butlerQC, inputRefs, outputRefs)

def prepareInputs(self, refList, coadd_bbox, psfMatchedWarpRefList=None):
"""Prepare the input warps for coaddition by measuring the weight for
each warp and the scaling for the photometric zero point.
Expand Down

0 comments on commit dd43f7e

Please sign in to comment.