Skip to content

Commit

Permalink
Set reprocessVisitImage default to not use skyCorr
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Oct 16, 2024
1 parent f6ec4cd commit 6b90a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/drp/tasks/reprocess_visit_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ReprocessVisitImageConfig(

do_use_sky_corr = pexConfig.Field(
dtype=bool,
default=True,
default=False,
doc="Include the skyCorr input for background subtraction?",
)
snap_combine = pexConfig.ConfigurableField(
Expand Down

0 comments on commit 6b90a6e

Please sign in to comment.