Skip to content

Commit

Permalink
Remove the use of doPsfMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Apr 12, 2024
1 parent 563af15 commit 8a5d99c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/lsst/drp/tasks/assemble_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,6 @@ def setDefaults(self):

def validate(self):
super().validate()
if self.doPsfMatch: # TODO: Remove this in DM-39841
# Backwards compatibility.
# Configs do not have loggers
log.warning("Config doPsfMatch deprecated. Setting warpType='psfMatched'")
self.warpType = "psfMatched"
if self.doSigmaClip and self.statistic != "MEANCLIP":
log.warning('doSigmaClip deprecated. To replicate behavior, setting statistic to "MEANCLIP"')
self.statistic = "MEANCLIP"
Expand Down

0 comments on commit 8a5d99c

Please sign in to comment.