Skip to content

Commit

Permalink
save work
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Dec 5, 2024
1 parent ed5b7e8 commit b9a1a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/meas/algorithms/maskStreaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,12 @@ class MaskStreaksConfig(pexConfig.Config):
minimumKernelHeight = pexConfig.Field(
doc="Minimum height of the streak-finding kernel relative to the tallest kernel",
dtype=float,
default=0.0,
default=0.002,
)
absMinimumKernelHeight = pexConfig.Field(
doc="Minimum absolute height of the streak-finding kernel",
dtype=float,
default=5,
default=2,
)
clusterMinimumSize = pexConfig.Field(
doc="Minimum size in pixels of detected clusters",
Expand Down

0 comments on commit b9a1a74

Please sign in to comment.