Skip to content

Commit

Permalink
Fix spelling error in imageForRedistribution
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Oct 3, 2023
1 parent 00b7ecc commit f8fc0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/drp/tasks/forcedPhotCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _attachScarletFootprints(self, catalog, modelData, exposure, band):
modelData=modelData,
catalog=catalog,
band=band,
imageForResdistibution=redistributeImage,
imageForRedistibution=redistributeImage,
removeScarletData=True,
updateFluxColumns=False,
)

0 comments on commit f8fc0c3

Please sign in to comment.