From d65edad732144b5126a3ead9d02cbb17d31e186e Mon Sep 17 00:00:00 2001 From: Jakob T McCann Date: Thu, 14 Sep 2023 09:35:07 -0700 Subject: [PATCH] Propogate injected source mask planes --- python/lsst/ip/diffim/subtractImages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/ip/diffim/subtractImages.py b/python/lsst/ip/diffim/subtractImages.py index 75717ee4..90abc437 100644 --- a/python/lsst/ip/diffim/subtractImages.py +++ b/python/lsst/ip/diffim/subtractImages.py @@ -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." )