Skip to content

Commit

Permalink
Merge branch 'tickets/DM-30030'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed May 21, 2021
2 parents 591bb35 + 93b88b0 commit 19a7531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/meas/astrom/matchOptimisticBTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MatchOptimisticBConfig(pexConfig.Config):
doc="Maximum allowed shift of WCS, due to matching (pixel). "
"When changing this value, the LoadReferenceObjectsConfig.pixelMargin should also be updated.",
dtype=int,
default=300,
default=250,
max=4000,
)
maxRotationDeg = pexConfig.RangeField(
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/meas/astrom/matchPessimisticB.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class MatchPessimisticBConfig(pexConfig.Config):
"When changing this value, the "
"LoadReferenceObjectsConfig.pixelMargin should also be updated.",
dtype=int,
default=300,
default=250,
max=4000,
)
maxRotationDeg = pexConfig.RangeField(
Expand Down

0 comments on commit 19a7531

Please sign in to comment.