Skip to content

Commit

Permalink
Merge branch 'tickets/DM-29344'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrawls committed May 5, 2021
2 parents b560965 + f453c84 commit 29b1506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/imageDifference.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ImageDifferenceConfig(pipeBase.PipelineTaskConfig,
doc="Convolve science image by its PSF before PSF-matching?")
doScaleTemplateVariance = pexConfig.Field(dtype=bool, default=False,
doc="Scale variance of the template before PSF matching")
doScaleDiffimVariance = pexConfig.Field(dtype=bool, default=False,
doScaleDiffimVariance = pexConfig.Field(dtype=bool, default=True,
doc="Scale variance of the diffim before PSF matching. "
"You may do either this or template variance scaling, "
"or neither. (Doing both is a waste of CPU.)")
Expand Down

0 comments on commit 29b1506

Please sign in to comment.