Skip to content

Commit

Permalink
Get warp with bbox parameter passed
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Nov 7, 2024
1 parent 27f7a3c commit 5097ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/drp/tasks/assemble_cell_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def run(self, inputWarps, skyInfo, **kwargs):
# Read in one warp at a time, and accumulate it in all the cells that
# it completely overlaps.
for warpRef, artifactMaskRef in zip(inputWarps, artifactMasks):
warp = warpRef.get()
warp = warpRef.get(parameters={"bbox": skyInfo.bbox})

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

0 comments on commit 5097ae9

Please sign in to comment.