Skip to content

Commit

Permalink
Merge pull request lsst-dm#44 from lsst/tickets/DM-12968
Browse files Browse the repository at this point in the history
DM-12968: Remove INTERP from bad mask planes for coaddition
  • Loading branch information
TallJimbo authored and PaulPrice committed Dec 19, 2017
2 parents 525930c + 22bb4fe commit 2f607f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/pipe/drivers/coaddDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ def setDefaults(self):
self.assembleCoadd.select.retarget(NullSelectImagesTask)
self.makeCoaddTempExp.doOverwrite = False
self.assembleCoadd.doWrite = False
self.assembleCoadd.badMaskPlanes = [
'BAD', 'EDGE', 'SAT', 'INTRP', 'NO_DATA']

def validate(self):
if self.makeCoaddTempExp.coaddName != self.coaddName:
Expand Down

0 comments on commit 2f607f6

Please sign in to comment.