Skip to content

Commit

Permalink
Merge pull request #330 from lsst/tickets/DM-39306
Browse files Browse the repository at this point in the history
DM-39306: Change excludeMaskPlanes to not exclude any by default.
  • Loading branch information
erykoff committed May 22, 2023
2 parents 549d915 + b0057ca commit 88c9893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class SourceDetectionConfig(pexConfig.Config):
)
excludeMaskPlanes = lsst.pex.config.ListField(
dtype=str,
default=("EDGE",),
default=[],
doc="Mask planes to exclude when detecting sources."
)

Expand Down

0 comments on commit 88c9893

Please sign in to comment.