Skip to content

Commit

Permalink
LoadReferenceObjectsConfig: increase pixelMargin
Browse files Browse the repository at this point in the history
This values matches MatchOptimisticBConfig.maxOffsetPix .
  • Loading branch information
PaulPrice committed Sep 5, 2017
1 parent 757bd8d commit 0f36432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/loadReferenceObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class LoadReferenceObjectsConfig(pexConfig.Config):
pixelMargin = pexConfig.RangeField(
doc="Padding to add to 4 all edges of the bounding box (pixels)",
dtype=int,
default=50,
default=300,
min=0,
)
defaultFilter = pexConfig.Field(
Expand Down

0 comments on commit 0f36432

Please sign in to comment.