Skip to content

Commit 206da8a

Browse files
committed
Switch from *Coadd_sub to *Coadd_calexp_sub.
1 parent bc0c3f4 commit 206da8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/ip/diffim/getTemplate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def run(self, exposure, sensorRef, templateIdList=None):
102102
patchSubBBox = patchInfo.getOuterBBox()
103103
patchSubBBox.clip(coaddBBox)
104104
patchArgDict = dict(
105-
datasetType=self.config.coaddName + "Coadd_sub",
105+
datasetType=self.config.coaddName + "Coadd_calexp_sub",
106106
bbox=patchSubBBox,
107107
tract=tractInfo.getId(),
108108
filter=coaddFilterName,

0 commit comments

Comments
 (0)