Skip to content

Commit

Permalink
Disable warping kernel caches.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Apr 12, 2024
1 parent 5fd14b2 commit 9d9234b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/drp/tasks/assemble_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ class AssembleCoaddConfig(
def setDefaults(self):
super().setDefaults()
self.badMaskPlanes = ["NO_DATA", "BAD", "SAT", "EDGE"]
self.coaddPsf.cacheSize = 0

def validate(self):
super().validate()
Expand Down

0 comments on commit 9d9234b

Please sign in to comment.