Skip to content

Commit

Permalink
Use slightly lower binning for streak detection
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Dec 10, 2024
1 parent a421749 commit ff83967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/detectAndMeasure.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class DetectAndMeasureConfig(pipeBase.PipelineTaskConfig,
)
streakBinFactor = pexConfig.Field(
dtype=int,
default=4,
default=3,
doc="Bin scale factor to use when rerunning detection for masking streaks. "
"Only used if doMaskStreaks is True.",
)
Expand Down

0 comments on commit ff83967

Please sign in to comment.