Skip to content

Commit

Permalink
Update datasetType from 'bfKernelNew'->'brighterFatterKernelNew'
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwv committed Aug 23, 2018
1 parent b763540 commit f303319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/isr/isrTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def readIsrData(self, dataRef, rawExposure):
if self.config.doDark else None
flatExposure = self.getIsrExposure(dataRef, self.config.flatDataProductName) \
if self.config.doFlat else None
brighterFatterKernel = dataRef.get("bfKernelNew") if self.config.doBrighterFatter else None
brighterFatterKernel = dataRef.get("brighterFatterKernelNew") if self.config.doBrighterFatter else None
defectList = dataRef.get("defects") if self.config.doDefect else None

if self.config.doCrosstalk:
Expand Down

0 comments on commit f303319

Please sign in to comment.