Skip to content

Commit

Permalink
Merge pull request #82 from lsst/tickets/DM-48046
Browse files Browse the repository at this point in the history
DM-48046: Elevate assemble subregion log to INFO level.
  • Loading branch information
davedavemckay authored Dec 12, 2024
2 parents 752c614 + c2742d8 commit ede91d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/drp/tasks/assemble_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ def assembleSubregion(
nImage : `lsst.afw.image.ImageU`, optional
Keeps track of exposure count for each pixel.
"""
self.log.debug("Computing coadd over %s", bbox)
self.log.info("Stacking subregion %s", bbox)

coaddExposure.mask.addMaskPlane("REJECTED")
coaddExposure.mask.addMaskPlane("CLIPPED")
Expand Down

0 comments on commit ede91d6

Please sign in to comment.