Skip to content

Commit

Permalink
Turned off the default border flag
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSanchez committed Jul 15, 2021
1 parent 44a3af6 commit 37a8b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion properimage/single_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
mask=None,
maskthresh=None,
stamp_shape=None,
borders=True,
borders=False,
crop=((0, 0), (0, 0)),
min_sources=None,
strict_star_pick=False,
Expand Down

0 comments on commit 37a8b0f

Please sign in to comment.