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 authored and TallJimbo committed Oct 23, 2024
1 parent d35e7be commit f69187c
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 @@ -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(
Expand Down

0 comments on commit f69187c

Please sign in to comment.