Skip to content

Commit

Permalink
Merge pull request #228 from lsst/tickets/DM-15528
Browse files Browse the repository at this point in the history
DM-15528: Don't assume Camera iteration matches ccdExposureId ordering.
  • Loading branch information
TallJimbo committed Oct 20, 2018
2 parents e8a9b86 + 5346256 commit 8592b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/mocks/mockCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def buildObservationCatalog(self, butler=None, skyMap=None, tract=0, camera=None
catalog = self.mockObservation.run(butler=butler,
n=self.config.nObservations, camera=camera,
tractInfo=skyMap[tract])
catalog.sort()
if butler is not None:
butler.put(catalog, "observations", tract=tract)
return catalog
Expand Down

0 comments on commit 8592b07

Please sign in to comment.