Skip to content

Commit

Permalink
log info about combined snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Dec 8, 2023
1 parent c363aaf commit 2e9afd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/snapCombine.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def run(self, snap0, snap1):
``exposure``
Snap-combined exposure.
"""
self.log.info("Merging two snaps with exposure ids: %s, %s", snap0.visitInfo.id, snap1.visitInfo.id)
combined = self._add_snaps(snap0, snap1)

return pipeBase.Struct(
Expand Down

0 comments on commit 2e9afd5

Please sign in to comment.