Skip to content

Commit

Permalink
Use setId instead of VisitInfo.exposureId.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Oct 21, 2021
1 parent e307e65 commit e1d9952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ip/isr/assembleCcdTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def postprocessExposure(self, outExposure, inExposure):
outExposure.setMetadata(exposureMetadata)

# note: don't copy PhotoCalib, because it is assumed to be unknown in raw data
outExposure.info.id = inExposure.info.id
outExposure.setFilterLabel(inExposure.getFilterLabel())
outExposure.getInfo().setVisitInfo(inExposure.getInfo().getVisitInfo())

Expand Down

0 comments on commit e1d9952

Please sign in to comment.