Skip to content

Commit

Permalink
Increase default template border size to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed May 16, 2022
1 parent 367af9f commit 27cdb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ip/diffim/getTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
class GetCoaddAsTemplateConfig(pexConfig.Config):
templateBorderSize = pexConfig.Field(
dtype=int,
default=10,
default=20,
doc="Number of pixels to grow the requested template image to account for warping"
)
coaddName = pexConfig.Field(
Expand Down Expand Up @@ -499,7 +499,7 @@ class GetTemplateConfig(pipeBase.PipelineTaskConfig,
pipelineConnections=GetTemplateConnections):
templateBorderSize = pexConfig.Field(
dtype=int,
default=10,
default=20,
doc="Number of pixels to grow the requested template image to account for warping"
)
warp = pexConfig.ConfigField(
Expand Down

0 comments on commit 27cdb1c

Please sign in to comment.