Skip to content

Commit

Permalink
Make scaleByCalibration=True by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwv committed Dec 20, 2019
1 parent 7462183 commit 06b2878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/zogy.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class ZogyConfig(pexConfig.Config):

scaleByCalibration = pexConfig.Field(
dtype=bool,
default=False,
default=True,
doc="Compute the flux normalization scaling based on the image calibration."
"This overrides 'templateFluxScaling' and 'scienceFluxScaling'."
)
Expand Down

0 comments on commit 06b2878

Please sign in to comment.