Skip to content

Commit

Permalink
Enforce setVisitInfo/setExposureId consistency in Gen 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Oct 27, 2021
1 parent d3b968c commit e4e4bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/obs/lsst/lsstCamMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def std_raw(self, item, dataId, filter=True):

exp = self._standardizeExposure(self.exposures['raw'], item, dataId, trimmed=False,
setVisitInfo=False, # it's already set, and the metadata's stripped
setExposureId=False,
filter=False)

if filter:
Expand Down

0 comments on commit e4e4bbe

Please sign in to comment.