Skip to content

Commit

Permalink
Rename data product coaddTempExp to Warp
Browse files Browse the repository at this point in the history
Partial implementation of RFC-283
  • Loading branch information
yalsayyad committed Apr 13, 2017
1 parent 07ace30 commit 20bcb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/drivers/coaddDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def runTract(self, patchRefList, butler, selectDataList=[]):
"""
pool = Pool("stacker")
pool.cacheClear()
pool.storeSet(butler=butler, warpType=self.config.coaddName + "Coadd_tempExp",
pool.storeSet(butler=butler, warpType=self.config.coaddName + "Coadd_directWarp",
coaddType=self.config.coaddName + "Coadd")
patchIdList = [patchRef.dataId for patchRef in patchRefList]

Expand Down

0 comments on commit 20bcb9a

Please sign in to comment.