From f69187c32196fc2c32055f0d9e2cd93651c321e6 Mon Sep 17 00:00:00 2001 From: Yusra AlSayyad Date: Tue, 15 Oct 2024 20:05:44 -0700 Subject: [PATCH] Set reprocessVisitImage default to not use skyCorr --- python/lsst/drp/tasks/reprocess_visit_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/drp/tasks/reprocess_visit_image.py b/python/lsst/drp/tasks/reprocess_visit_image.py index 540ac13d..90061485 100644 --- a/python/lsst/drp/tasks/reprocess_visit_image.py +++ b/python/lsst/drp/tasks/reprocess_visit_image.py @@ -131,7 +131,7 @@ class ReprocessVisitImageConfig( do_use_sky_corr = pexConfig.Field( dtype=bool, - default=True, + default=False, doc="Include the skyCorr input for background subtraction?", ) remove_initial_photo_calib = pexConfig.Field(