Skip to content

Commit

Permalink
Merge branch 'tickets/DM-32315'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Oct 27, 2021
2 parents 5845b92 + 694372b commit 7dc5ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/decam/decamMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def std_raw(self, item, dataId):
The standardized Exposure.
"""
return self._standardizeExposure(self.exposures['raw'], item, dataId,
trimmed=False)
trimmed=False, setExposureId=True)

def _createInitialSkyWcs(self, exposure):
# DECam has a coordinate system flipped on X with respect to our
Expand Down

0 comments on commit 7dc5ed7

Please sign in to comment.