Skip to content

Commit

Permalink
Elevate assemble subregion log to INFO level.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave McKay committed Dec 10, 2024
1 parent 752c614 commit c2742d8
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 c2742d8

Please sign in to comment.