Skip to content

Commit

Permalink
Merge pull request #281 from lsst/tickets/DM-40669
Browse files Browse the repository at this point in the history
 DM-40669: Create a new INJECTED_CORE mask plane
  • Loading branch information
jtmccann authored Sep 14, 2023
2 parents 286849a + d65edad commit 8a36b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/subtractImages.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class AlardLuptonSubtractBaseConfig(lsst.pex.config.Config):
)
preserveTemplateMask = lsst.pex.config.ListField(
dtype=str,
default=("NO_DATA", "BAD", "SAT"),
default=("NO_DATA", "BAD", "SAT", "INJECTED", "INJECTED_CORE"),
doc="Mask planes from the template to propagate to the image difference."
)

Expand Down

0 comments on commit 8a36b4b

Please sign in to comment.